Description Usage Arguments Details Value Author(s) See Also Examples
Access and returns the path to the bam file containing the reads of an experiment aligned to the endogenous reference genome.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | getBam(theObject)
## S4 method for signature 'ChIPSeqSpikeDataset'
getBam(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getBam(theObject)
## S4 method for signature 'Experiment'
getBam(theObject)
## S4 method for signature 'ExperimentLoaded'
getBam(theObject)
## S4 method for signature 'ChIPSeqSpikeCore'
getBam(theObject)
|
theObject |
A |
If the object is ChIPSeqSpikeCore, ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost, getBam returns the path to the input DNA experiment bam file containing reads aligned to the endogenous reference genome.
If the object is Experiment or ExperimentLoaded, getBam returns the path to the experiment bam file containing reads aligned to the endogenous reference genome.
A string of the path to the endogenous bam file
Nicolas Descostes
1 2 | data(result_extractBinding)
getBam(csds[[1]])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.