getMatBindingValues {ChIPSeqSpike} | R Documentation |
Accesses and returns the list of binding scores matrices of all experiments associated with a dataset. These matrices are used to plot boxplots and correlation plots.
getMatBindingValues(theObject) ## S4 method for signature 'ChIPSeqSpikeDataset' getMatBindingValues(theObject) ## S4 method for signature 'ChIPSeqSpikeDatasetBoost' getMatBindingValues(theObject) ## S4 method for signature 'ChIPSeqSpikeCore' getMatBindingValues(theObject)
theObject |
A |
A list of matrices containing binding scores
Nicolas Descostes
getAverageBindingValues
boxplotSpike
plotCor
data(result_extractBinding) getMatBindingValues(csds[[1]])