Description Usage Arguments Value See Also Examples
getProbeNames returns the probe names associated with
the requested classifier.
1 2 3 4 | 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
1 2 | aClassifier <- getClassifier("EMC92")
getProbeNames( aClassifier )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.