getName-methods: Obtain object names.

Description Usage Arguments Value See Also Examples

Description

getName returns the name associated with the requested object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
getName(object)

## S4 method for signature 'TransformationProcess'
getName(object)

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

## S4 method for signature 'ClassifierResults'
getName(object)

Arguments

object

The object to get the name of.

Value

The return value is a character string

See Also

ClassifierParameters

ClassifierResults

Examples

1
2
aClassifier <- getClassifier("EMC92")
getName( aClassifier )

geneClassifiers documentation built on Nov. 8, 2020, 4:58 p.m.