Package: ClassifyR Type: Package Title: A framework for cross-validated classification problems, with applications to differential variability and differential distribution testing Version: 3.1.15 Date: 2022-08-31 Author: Dario Strbenac, Ellis Patrick, John Ormerod, Graham Mann, Jean Yang Maintainer: Dario Strbenac <dario.strbenac@sydney.edu.au> VignetteBuilder: knitr Encoding: UTF-8 biocViews: Classification, Survival Depends: R (>= 4.1.0), generics, methods, S4Vectors (>= 0.18.0), MultiAssayExperiment (>= 1.6.0), BiocParallel, survival Imports: grid, genefilter, utils, dplyr, tidyr, rlang, randomForest Suggests: limma, edgeR, car, Rmixmod, ggplot2 (>= 3.0.0), gridExtra (>= 2.0.0), cowplot, BiocStyle, pamr, PoiClaClu, parathyroidSE, knitr, htmltools, gtable, scales, e1071, rmarkdown, IRanges, robustbase, glmnet, class, randomForestSRC Description: 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. License: GPL-3 Packaged: 2014-10-18 11:16:55 UTC; dario RoxygenNote: 7.2.1 NeedsCompilation: yes Collate: 'ROCplot.R' 'available.R' 'classes.R' 'calcPerformance.R' 'constants.R' 'crossValidate.R' 'data.R' 'distribution.R' 'edgesToHubNetworks.R' 'featureSetSummary.R' 'getLocationsAndScales.R' 'interactorDifferences.R' 'interfaceClassify.R' 'interfaceCoxPH.R' 'interfaceCoxnet.R' 'interfaceDLDA.R' 'interfaceElasticNetGLM.R' 'interfaceFisherDiscriminant.R' 'interfaceGLM.R' 'interfaceKNN.R' 'interfaceKTSPclassifier.R' 'interfaceMerge.R' 'interfaceMixModels.R' 'interfaceNSC.R' 'interfaceNaiveBayesKernel.R' 'interfacePCA.R' 'interfacePrevalidation.R' 'interfaceRandomForest.R' 'interfaceRandomForestSurvival.R' 'interfaceSVM.R' 'performancePlot.R' 'plotFeatureClasses.R' 'prepareData.R' 'previousSelection.R' 'previousTrained.R' 'rankingBartlett.R' 'rankingCoxPH.R' 'rankingDMD.R' 'rankingDifferentMeans.R' 'rankingEdgeR.R' 'rankingKolmogorovSmirnov.R' 'rankingKullbackLeibler.R' 'rankingLevene.R' 'rankingLikelihoodRatio.R' 'rankingLimma.R' 'rankingPairsDifferences.R' 'rankingPlot.R' 'runTest.R' 'runTests.R' 'samplesMetricMap.R' 'selectMulti.R' 'selectionPlot.R' 'simpleParams.R' 'subtractFromLocation.R' 'utilities.R'