| getScalingFactor {ChIPSeqSpike} | R Documentation |
Accesses and returns the experiment or input DNA experiment endogenous scaling factor.
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
data(result_extractBinding) getScalingFactor(csds[[1]])