getProbeNames {geneClassifiers} | R Documentation |
getProbeNames
returns the probe names associated with
the requested classifier.
getProbeNames(object) ## S4 method for signature 'ClassifierParameters' getProbeNames(object)
object |
An object of class |
The return value is a character vector of probe-set names.
Other classifier information functions: getCitations
,
getClassifier
,
getDecisionBoundaries
,
getDescription
,
getEventChain
, getIntercept
,
getMeans
,
getNormalizationMethod
,
getSds
, getTrainingData
,
getWeights
aClassifier <- getClassifier("EMC92") getProbeNames( aClassifier )