getCitations {geneClassifiers} | R Documentation |
getCitations
Obtain citations to the classifier
getCitations(object) ## S4 method for signature 'ClassifierParameters' getCitations(object)
object |
An object of class |
A character vector
Other classifier information functions: getClassifier
,
getDecisionBoundaries
,
getDescription
,
getEventChain
, getIntercept
,
getMeans
,
getNormalizationMethod
,
getProbeNames
, getSds
,
getTrainingData
, getWeights
aClassifier <- getClassifier("EMC92") getCitations(aClassifier)