getScalingFactor: Get the endogenous scaling factor

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

Description

Accesses and returns the experiment or input DNA experiment endogenous scaling factor.

Usage

 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)

Arguments

theObject

A ChIPSeqSpikeCore, ChIPSeqSpikeDataset, ChIPSeqSpikeDatasetBoost, Experiment or ExperimentLoaded object

Details

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.

Value

A numeric of the endogenous scaling factor

Author(s)

Nicolas Descostes

See Also

getExogenousScalingFactor

Examples

1
2

ChIPSeqSpike documentation built on Nov. 8, 2020, 5:29 p.m.