pooled_peaks | R Documentation |
Pool groups of BAM files into a smaller number of BAM files and call peaks on each of them.
pooled_peaks(
bam_files,
groups = names(bam_files),
outdir = tempdir(),
cutoff = NULL,
method = c("MACSr", "SEACR"),
verbose = TRUE,
...
)
bam_files |
One or more BAM files. |
groups |
A character vector of the same length as |
outdir |
Directory to save results to. |
cutoff |
|
method |
Method to call consensus peaks with:
|
verbose |
Print messages. |
... |
Additional argument passed to either
call_peaks_macsr or
call_peaks_seacr, depending on |
GRangesList object.
bam_files <- example_bam()
peaks <- pooled_peaks(bam_files = bam_files)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.