| getExpName {ChIPSeqSpike} | R Documentation |
Accesses and returns the experiment names associated with a dataset.
getExpName(theObject)
## S4 method for signature 'ChIPSeqSpikeDataset'
getExpName(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getExpName(theObject)
## S4 method for signature 'Experiment'
getExpName(theObject)
## S4 method for signature 'ExperimentLoaded'
getExpName(theObject)
theObject |
A |
A string or character vector of the names of the experiments
Nicolas Descostes
data(result_extractBinding) getExpName(csds[[1]])