Description Usage Arguments Value Author(s) See Also Examples
Access and returns the list of ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost objects contained in the structure
1 2 3 4 5 6 7 8  | getDatasetList(theObject)
            
            
## S4 method for signature 'ChIPSeqSpikeDatasetList'
getDatasetList(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetListBoost'
getDatasetList(theObject)
 | 
theObject | 
 A   | 
A list of ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost 
objects
Nicolas Descostes
1 2 3 4  | data(result_extractBinding)
result <- getDatasetList(csds)
is(result)
is(result[[1]])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.