readPeakFile | R Documentation |
read peak file and store in data.frame or GRanges object
readPeakFile(peakfile, as = "GRanges", ...)
peakfile |
peak file |
as |
output format, one of GRanges or data.frame |
... |
additional parameter (pass to 'utils::read.delim()') |
peak information, in GRanges or data.frame object
G Yu
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.