Description Usage Arguments Value Author(s) Examples
read peak file and store in data.frame or GRanges object
1  | readPeakFile(peakfile, as = "GRanges", ...)
 | 
peakfile | 
 peak file  | 
as | 
 output format, one of GRanges or data.frame  | 
... | 
 additional parameter  | 
peak information, in GRanges or data.frame object
G Yu
1 2 3  | peakfile <- system.file("extdata", "sample_peaks.txt", package="ChIPseeker")
peak.gr <- readPeakFile(peakfile, as="GRanges")
peak.gr
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.