Description Usage Arguments Details Value Methods (by class) Author(s) See Also Examples
Output a table giving endogenous/exogenous scaling scores and read counts for each experiment contained in a dataset
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | spikeSummary(theObject)
## S4 method for signature 'Experiment'
spikeSummary(theObject)
## S4 method for signature 'ExperimentLoaded'
spikeSummary(theObject)
## S4 method for signature 'ChIPSeqSpikeDataset'
spikeSummary(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetList'
spikeSummary(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
spikeSummary(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetListBoost'
spikeSummary(theObject)
|
theObject |
|
The rows represent an experiment (with corresponding input below) and the columns represent the endogenous scaling factor (endoScalFact), the exogenous scaling factor (exoScalFact), the number of reads aligned to the reference genome (endoCount) and the number of reads aligned to the exogenous genome (exoCount).
a matrix of information about each experiment
Experiment
: Method for signature theObject = 'Experiment'
ExperimentLoaded
: Method for signature theObject =
'ExperimentLoaded'
ChIPSeqSpikeDataset
: Method for signature theObject=
'ChIPSeqSpikeDataset'
ChIPSeqSpikeDatasetBoost
: Method for signature theObject=
'ChIPSeqSpikeDatasetBoost'
ChIPSeqSpikeDatasetList
: Method for signature theObject=
'ChIPSeqSpikeDatasetList'
ChIPSeqSpikeDatasetListBoost
: Method for signature theObject=
'ChIPSeqSpikeDatasetListBoost'
Nicolas Descostes
1 2 | data("result_estimateScalingFactors")
spikeSummary(csds)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.