getExoCount {ChIPSeqSpike}R Documentation

Get the number of reads aligned to the exogenous reference genome

Description

Access and returns the number of reads of an experiment that were aligned to the exogenous reference genome.

Usage

getExoCount(theObject)
            
            
## S4 method for signature 'Experiment'
getExoCount(theObject)

## S4 method for signature 'ExperimentLoaded'
getExoCount(theObject)

Arguments

theObject

An Experiment or ExperimentLoaded object

Value

A numeric of the number of reads aligned to the exogenous reference genome

Author(s)

Nicolas Descostes

See Also

getCount

Examples

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

[Package ChIPSeqSpike version 1.12.0 Index]