View source: R/pooled_peaks_seacr.R
pooled_peaks_seacr | R Documentation |
Call consensus peaks by merging groups of BAM files with mergeBam and then calling peaks with call_peaks_seacr.
pooled_peaks_seacr(
bam_files,
outdir = tempdir(),
g = NULL,
overwrite = TRUE,
nThread = 1,
verbose = TRUE,
...
)
bam_files |
One or more BAM files. |
outdir |
Directory to save results to. |
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.