Learn R Programming

transcriptR (version 1.0.0)

getPeaks: getPeaks

Description

Retrieve ChIP-seq peak information from the ChipDataSet object.

Usage

getPeaks(object)
"getPeaks"(object)

Arguments

object
A ChipDataSet object.

Value

A GRanges object.

See Also

constructCDS predictTssOverlap predictStrand

Examples

Run this code
### Load ChipDataSet object
data(cds)

getPeaks(cds)

Run the code above in your browser using DataLab