Package: geneClassifiers 1.31.0
R Kuiper
geneClassifiers: Application of gene classifiers
This packages aims for easy accessible application of classifiers which have been published in literature using an ExpressionSet as input.
Authors:
geneClassifiers_1.31.0.tar.gz
geneClassifiers_1.31.0.zip(r-4.5)geneClassifiers_1.31.0.zip(r-4.4)geneClassifiers_1.31.0.zip(r-4.3)
geneClassifiers_1.31.0.tgz(r-4.4-any)geneClassifiers_1.31.0.tgz(r-4.3-any)
geneClassifiers_1.31.0.tar.gz(r-4.5-noble)geneClassifiers_1.31.0.tar.gz(r-4.4-noble)
geneClassifiers_1.31.0.tgz(r-4.4-emscripten)geneClassifiers_1.31.0.tgz(r-4.3-emscripten)
geneClassifiers.pdf |geneClassifiers.html✨
geneClassifiers/json (API)
NEWS
# Install 'geneClassifiers' in R: |
install.packages('geneClassifiers', repos = c('https://bioc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/rkuiper/geneclassifiers/issues
- exampleMAS5 - Example MAS5.0 ExpressionSet
On BioConductor:geneClassifiers-1.29.0(bioc 3.20)geneClassifiers-1.28.0(bioc 3.19)
geneexpressionbiomedicalinformaticsclassificationsurvivalmicroarray
Last updated 23 days agofrom:ef8632b959. Checks:OK: 5 NOTE: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-win | NOTE | Oct 30 2024 |
R-4.5-linux | NOTE | Oct 30 2024 |
R-4.4-win | OK | Oct 30 2024 |
R-4.4-mac | OK | Oct 30 2024 |
R-4.3-win | OK | Oct 30 2024 |
R-4.3-mac | OK | Oct 30 2024 |
Exports:getBatchCorrectiongetCitationsgetClassificationsgetClassifiergetDecisionBoundariesgetDescriptiongetEventChaingetInterceptgetMeansgetNamegetNormalizationMethodgetNormalizationMethodsgetProbeNamesgetScoresgetSdsgetTargetValuegetTrainingDatagetWeightingTypegetWeightingTypesgetWeightsrunClassifiersetNormalizationMethodshowClassifierList
Dependencies:BiobaseBiocGenerics
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Extract | bracket,FixedExpressionData-method [,FixedExpressionData,ANY,ANY-method [,FixedExpressionData,ANY,missing-method [,FixedExpressionData,missing,ANY-method [[,FixedExpressionData,ANY,ANY-method [[,FixedExpressionData,ANY,missing-method [[,FixedExpressionData,missing,ANY-method |
An S4 class to store classifier parameters. | ClassifierParameters |
An S4 class to store classifier results. | ClassifierResults |
Dimensions of an Object | dim,FixedExpressionData-method |
Example MAS5.0 ExpressionSet | exampleMAS5 |
An S4 class to store classifier parameters. | FixedExpressionData |
Obtain the batch correction status for a classifier result. | getBatchCorrection getBatchCorrection,ClassifierResults-method |
Obtain citations to the classifier | getCitations getCitations,ClassifierParameters-method |
Obtain classifier classifications. | getClassifications getClassifications,ClassifierResults-method |
Obtain a classifier definition. | getClassifier getClassifier,character-method getClassifier,ClassifierResults-method |
Obtain the decision boundaries defined for the classifier. | getDecisionBoundaries getDecisionBoundaries,ClassifierParameters-method |
Obtain classifiers' description. | getDescription getDescription,ClassifierParameters-method |
Obtain classifiers' event chain. | getEventChain getEventChain,ClassifierParameters-method |
Obtain classifiers' intercept. | getIntercept getIntercept,ClassifierParameters-method |
Obtain classifiers' reference means. | getMeans getMeans,ClassifierParameters-method |
Obtain object names. | getName getName,ClassifierParameters-method getName,ClassifierResults-method getName,TransformationProcess-method |
Obtain normalization method | getNormalizationMethod getNormalizationMethod,ClassifierParameters-method getNormalizationMethod,FixedExpressionData-method getNormalizationMethods |
Obtain probe-set names. | getProbeNames getProbeNames,ClassifierParameters-method |
Obtain classifier score. | getScores getScores,ClassifierResults-method |
Obtain classifiers' reference standard deviations. | getSds getSds,ClassifierParameters-method |
Obtain the targetValue | getTargetValue getTargetValue,FixedExpressionData-method |
Obtain classifier training data. | getTrainingData getTrainingData,ClassifierParameters-method |
Obtain the weighting type used to obtain a classifier result. | getWeightingType getWeightingType,ClassifierResults-method getWeightingTypes |
Obtain classifier weights. | getWeights getWeights,ClassifierParameters-method |
Perform classification. | runClassifier runClassifier,character,FixedExpressionData-method runClassifier,ClassifierParameters,FixedExpressionData-method runClassifier,ClassifierResults,FixedExpressionData-method |
Prepare data. | setNormalizationMethod |
Show classifier names and descriptions. | showClassifierList |