| ssd-methods | R Documentation |
Retrieve SSD (squared sum of deviations) values of peak coverage density.
signature(object = "ChIPQCexperiment")Retrieve a vector of SSD values, one for each sample in an experiment.
signature(object = "list")Retrieve a vector of SSD values, one for each sample in a list of ChIPQCsample objects.
signature(object = "ChIPQCsample")Retrieve the SSD (squared sum of deviations) for a sample, computed from the standard deviation of the coveragehistogram.
uses the SSD calculation from the chipseq package.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
data(example_QCexperiment) ssd(exampleExp) ssd(QCsample(exampleExp,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.