getExpName {ChIPSeqSpike}R Documentation

Get the experiment name

Description

Accesses and returns the experiment names associated with a dataset.

Usage

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)

Arguments

theObject

A ChIPSeqSpikeDataset, ChIPSeqSpikeDatasetBoost, Experiment or ExperimentLoaded object

Value

A string or character vector of the names of the experiments

Author(s)

Nicolas Descostes

Examples

data(result_extractBinding)
getExpName(csds[[1]])

[Package ChIPSeqSpike version 1.2.1 Index]