Learn R Programming

ChIPQC (version 1.8.2)

peaks-methods: Retrieve peaks

Description

Retrieve peaks.

Arguments

Methods

signature(object = "ChIPQCexperiment")
Retrieve a GRangesList of the peaks associated with all the samples in an experiment.
signature(object = "ChIPQCsample")
Retrieve a GRanges object containing the peaks associated with a sample.

See Also

ChIPQC-package, ChIPQCexperiment, ChIPQCsample

Examples

Run this code
data(example_QCexperiment)
expPeaks = peaks(exampleExp)
length(expPeaks)
peaks(QCsample(exampleExp,1))

Run the code above in your browser using DataLab