View source: R/pooled_peaks_macsr.R
pooled_peaks_macsr | R Documentation |
Call consensus peaks by merging groups of BAM files with mergeBam and then calling peaks with callpeak.
pooled_peaks_macsr(
bam_files,
outdir = tempdir(),
g = NULL,
overwrite = TRUE,
verbose = TRUE,
...
)
bam_files |
One or more BAM files. |
outdir |
Directory to save results to. |
overwrite |
A logical(1) indicating whether the destination can be over-written if it already exists. |
verbose |
Print messages. |
... |
Arguments passed on to
|
GRanges object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.