Description Usage Arguments Value Author(s) Examples
Merge multiple peak files
1 | mergePeaks(peaks, maxPeakWidth = 5000, ...)
|
peaks |
BED filenames which indicate the peaks or an GRangesList or GRanges object could be used as input peaks. |
maxPeakWidth |
maximal peak width. If greater than maxPeakWidth, the peak will be divided in half to fit the parameter. |
... |
parameters could be passed to import |
an object of GRanges
Jianhong Ou
1 2 3 | path <- system.file("extdata", package = "diffPeaks", mustWork = TRUE)
peaks <- dir(path, "bed$")
p <- mergePeaks(file.path(path, peaks))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.