Skip to content

Commit

Permalink
yaml error check 6
Browse files Browse the repository at this point in the history
  • Loading branch information
aminuldu07 committed Oct 2, 2024
1 parent 20fac5e commit a8ddd00
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 9 deletions.
5 changes: 1 addition & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,14 @@ Imports:
DBI,
fs,
dplyr,
magrittr,
purrr,
randomForest,
repr,
reshape2,
ROCR,
stringr,
tidyr,
ggplot2,
matrixStats,
pkgdown
haven
Suggests:
knitr,
rmarkdown,
Expand Down
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@
* Provides tools for building Quantitative Structure-Activity Relationship (QSAR) models leveraging the SEND database.
* Includes functions for data acquisition, preprocessing, descriptor calculation, model training, and evaluation.
* Features built-in tools for feature selection, visualization, and robust predictive modeling.
# NEWS

## [1.0.0] - 2024-10-02
### Added
- Initial release of the package with basic functionality.
- Added function `my_function()` for data analysis.

## [0.1.0] - 2024-09-15
### Changed
- Updated documentation for `my_function()`.
6 changes: 6 additions & 0 deletions R/get_bw_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
#' path of database
#' @param fake_study optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @param use_xpt_file Mandatory, character \cr
#' Studyid number
#' @param master_compiledata Mandatory, character \cr
#' path of database
#' @param return_individual_scores optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @return dataframe
#'
#' @examples
Expand Down
2 changes: 2 additions & 0 deletions R/get_compile_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#' path of database
#' @param fake_study optional, Boolean \cr
#' whether study generated by SENDsanitizer package
##' @param use_xpt_file optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @return dataframe
#'
#' @examples
Expand Down
6 changes: 6 additions & 0 deletions R/get_lb_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
#' path of database
#' @param fake_study optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @param use_xpt_file Mandatory, character \cr
#' Studyid number
#' @param master_compiledata Mandatory, character \cr
#' path of database
#' @param return_individual_scores optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @return score
#'
#' @examples
Expand Down
6 changes: 6 additions & 0 deletions R/get_mi_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
#' path of database
#' @param fake_study optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @param use_xpt_file Mandatory, character \cr
#' Studyid number
#' @param master_compiledata Mandatory, character \cr
#' path of database
#' @param return_individual_scores optional, Boolean \cr
#' whether study generated by SENDsanitizer package
#' @return score
#'
#' @examples
Expand Down
6 changes: 3 additions & 3 deletions R/get_random_forest_model.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

#' @title get_random_forest_model
#' @param studyid Mandatory, character \cr
#' @param Liver_get_liver_om_lb_mi_tox_score_list Mandatory, character \cr
#' Studyid number
#' @param database_path Mandatory, character \cr
#' @param not_Liver_get_liver_om_lb_mi_tox_score_list Mandatory, character \cr
#' path of database
#' @return score
#'
Expand Down Expand Up @@ -553,7 +553,7 @@ browser()

###-----------------------Visualization-and-Saving-Results----------------------
# @Visualization-and-Saving-Results~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
reprtree:::plot.reprtree(reprtree::ReprTree(rfAll, train, metric='d2'))
#reprtree:::plot.reprtree(reprtree::ReprTree(rfAll, train, metric='d2'))

# saveRDS(rfData, paste0('rfData_', as.integer(reps), '_', threshold, '_', holdback, '_', ErrorMethod, '.rds'))

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions man/get_bw_score.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions man/get_compile_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions man/get_lb_score.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions man/get_mi_score.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/get_random_forest_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8ddd00

Please sign in to comment.