Description Usage Arguments Details Value Author(s) See Also Examples
Access and returns the number of reads of an experiment or input DNA experiment that were aligned to the endogenous reference genome.
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)
|
theObject |
A |
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.
A numeric of the number of reads aligned to the endogenous reference genome
Nicolas Descostes
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.