getCount: Get the number of reads aligned to the endogenous reference...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Access and returns the number of reads of an experiment or input DNA experiment that were aligned to the endogenous reference genome.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
getCount(theObject)
            
            
## S4 method for signature 'ChIPSeqSpikeDataset'
getCount(theObject)

## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getCount(theObject)

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

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

## S4 method for signature 'ChIPSeqSpikeCore'
getCount(theObject)

Arguments

theObject

A ChIPSeqSpikeCore, ChIPSeqSpikeDataset, ChIPSeqSpikeDatasetBoost, Experiment or ExperimentLoaded object

Details

If the object is ChIPSeqSpikeCore, ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost, getCount returns the number of reads of the input DNA experiment that were aligned to the endogenous reference genome.

If the object is Experiment or ExperimentLoaded, getCount returns the number of reads of the experiment that were aligned to the endogenous reference genome.

Value

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

Author(s)

Nicolas Descostes

See Also

getExoCount

Examples

1
2

descostesn/ChIPSeqSpike documentation built on Aug. 6, 2019, 3:51 p.m.