sppPeaksToGRanges: Convert output from SPP to GRanges object

Description Usage Arguments Details Value Examples

View source: R/spp.R

Description

Convert the peaks called by spp to a GRanges object.

Usage

1

Arguments

peaks

Output of find.binding.positions() from the spp package.

Details

sppPeaksToGRanges() takes the output of find.binding.positions() from the spp package and converts it into a GRanges object.

Value

spp data converted to GRanges object.

Examples

1
2
3
bc <- calculateBindingCharacteristics("IP.bam", "input.bam")
peaks <- callPeaks(bc$chip.data, bc$input.data, bc$bc)
sppPeaksToGRanges(peaks)

imbforge/encodeChIPqc documentation built on May 18, 2019, 4:45 a.m.