ClassifyR
A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing
Bioconductor version: 3.23 · Package version: 3.16.0
The software formalises a framework for classification and survival model evaluation in R. There are four stages; Data transformation, feature selection, model training, and prediction. The requirements of variable types and variable order are fixed, but specialised variables for functions can also be provided. The framework is wrapped in a driver loop that reproducibly carries out a number of cross-validation schemes. Functions for differential mean, differential variability, and differential distribution are included. Additional functions may be developed by the user, by creating an interface to the framework.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ClassifyR") Details
| Maintainer | Dario Strbenac <dario.strbenac@sydney.edu.au> |
| Author | Dario Strbenac [aut, cre], Ellis Patrick [aut], Sourish Iyengar [aut], Harry Robertson [aut], Andy Tran [aut], John Ormerod [aut], Graham Mann [aut], Jean Yang [aut] |
| License | GPL-3 |
| URL | https://sydneybiox.github.io/ClassifyR/ |
| Downloads rank | 639 |
| Source branch | RELEASE_3_23 |
| biocViews | Classification, Software, Survival |
Documentation
Download
Dependencies
Depends: R (>= 4.1.0), generics, methods, S4Vectors, MultiAssayExperiment, BiocParallel, survival
Imports: grid, genefilter, utils, dplyr, tidyr, rlang, ranger, ggplot2 (>= 3.5.0), ggpubr, reshape2, ggupset, broom, dcanr
Suggests: limma, edgeR, car, Rmixmod, gridExtra (>= 2.0.0), cowplot, BiocStyle, pamr, PoiClaClu, knitr, htmltools, gtable, scales, e1071, rmarkdown, IRanges, robustbase, glmnet, class, randomForestSRC, MatrixModels, xgboost, data.tree, ggnewscale, TOP, BiocNeighbors