getExoCount {ChIPSeqSpike} | R Documentation |
Access and returns the number of reads of an experiment that were aligned to the exogenous reference genome.
getExoCount(theObject) ## S4 method for signature 'Experiment' getExoCount(theObject) ## S4 method for signature 'ExperimentLoaded' getExoCount(theObject)
theObject |
An |
A numeric of the number of reads aligned to the exogenous reference genome
Nicolas Descostes
data(result_extractBinding) getExoCount(csds[[1]][[1]])