getName {geneClassifiers} | R Documentation |
getName
returns the name associated with the requested object.
getName(object) ## S4 method for signature 'TransformationProcess' getName(object) ## S4 method for signature 'ClassifierParameters' getName(object) ## S4 method for signature 'ClassifierResults' getName(object)
object |
The object to get the name of. |
The return value is a character string
aClassifier <- getClassifier("EMC92") getName( aClassifier )