Description Methods Author(s) See Also Examples
Retrieve peaks.
signature(object = "ChIPQCexperiment")
Retrieve a GRangesList
of the peaks associated with all the samples in an experiment.
signature(object = "list")
Retrieve a GRangesList
of the peaks associated with all the samples in a list of ChIPQCsample objects.
signature(object = "ChIPQCsample")
Retrieve a GRanges
object containing the peaks associated with a sample.
Thomas Carroll and Rory Stark
ChIPQC-package, ChIPQCexperiment, ChIPQCsample
1 2 3 4 | data(example_QCexperiment)
expPeaks = peaks(exampleExp)
length(expPeaks)
peaks(QCsample(exampleExp,1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.