getCitations {geneClassifiers}R Documentation

Obtain citations to the classifier

Description

getCitations Obtain citations to the classifier

Usage

getCitations(object)

## S4 method for signature 'ClassifierParameters'
getCitations(object)

Arguments

object

An object of class ClassifierParameters as returned by getClassifier

Value

A character vector

See Also

Other classifier information functions: getClassifier, getDecisionBoundaries, getDescription, getEventChain, getIntercept, getMeans, getNormalizationMethod, getProbeNames, getSds, getTrainingData, getWeights

Examples

aClassifier <- getClassifier("EMC92")
getCitations(aClassifier)

[Package geneClassifiers version 1.12.0 Index]