| getExogenousBam {ChIPSeqSpike} | R Documentation |
Accesses and returns the path to the bam file containing the reads of an experiment aligned to the exogenous reference genome.
getExogenousBam(theObject)
## S4 method for signature 'Experiment'
getExogenousBam(theObject)
## S4 method for signature 'ExperimentLoaded'
getExogenousBam(theObject)
theObject |
An |
A string of the path to the exogenous bam file
Nicolas Descostes
data(result_extractBinding) getExogenousBam(csds[[1]][[1]])