Description Usage Arguments Details Value Author(s) See Also Examples
Accesses and returns the experiment or input DNA experiment endogenous scaling factor.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | getScalingFactor(theObject)
## S4 method for signature 'ChIPSeqSpikeDataset'
getScalingFactor(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getScalingFactor(theObject)
## S4 method for signature 'Experiment'
getScalingFactor(theObject)
## S4 method for signature 'ExperimentLoaded'
getScalingFactor(theObject)
## S4 method for signature 'ChIPSeqSpikeCore'
getScalingFactor(theObject)
|
theObject |
A |
If the object is ChIPSeqSpikeCore, ChIPSeqSpikeDataset or ChIPSeqSpikeDatasetBoost, getScalingFactor returns the input DNA experiment endogenous scaling factor.
If the object is Experiment or ExperimentLoaded, getScalingFactor returns the experiment endogenous scaling factor.
A numeric of the endogenous scaling factor
Nicolas Descostes
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.