readPeakFile
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 |
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.