getAverageBindingValues {ChIPSeqSpike} | R Documentation |
Accessor returning the average binding values associated to a dataset.
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
data(result_extractBinding) getAverageBindingValues(csds[[1]])