- Home
- Bioconductor 3.7
- Software Packages
- ClassifyR
ClassifyR
This package is for version 3.7 of Bioconductor; for the stable, up-to-date release version, see ClassifyR.
A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing
Bioconductor version: 3.7
The software formalises a framework for classification in R. There are four stages; Data transformation, feature selection, classifier training, and prediction. The requirements of variable types and names are fixed, but specialised variables for functions can also be provided. The classification framework is wrapped in a driver loop, that reproducibly carries out a number of cross-validation schemes. Functions for differential expression, differential variability, and differential distribution are included. Additional functions may be developed by the user, by creating an interface to the framework.
Author: Dario Strbenac, John Ormerod, Graham Mann, Jean Yang
Maintainer: Dario Strbenac <dario.strbenac at sydney.edu.au>
citation("ClassifyR")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("ClassifyR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("ClassifyR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.