Description Usage Arguments Details Value Author(s) See Also Examples
Accessor returning the average binding values associated to a dataset.
1 2 3 4 5 6 7 8 9 10 11 | getAverageBindingValues(theObject)
## S4 method for signature 'ChIPSeqSpikeDataset'
getAverageBindingValues(theObject)
## S4 method for signature 'ChIPSeqSpikeDatasetBoost'
getAverageBindingValues(theObject)
## S4 method for signature 'ChIPSeqSpikeCore'
getAverageBindingValues(theObject)
|
theObject |
A |
Each element of the list contains the binding values to perform meta-profile (see ?plotProfile); transformation profiles if not in boost mode (see ?plotTransform) and heatmaps (see ?plotHeatmaps). These values are stored in a plotSetArray object. This object is created by the method getPlotSetArray of the 'seqplots' package.
A list of plotSetArray objects.
Nicolas Descostes
plotProfile
plotTransform
plotHeatmaps
getMatBindingValues
getPlotSetArray
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.