Description Usage Arguments Value Examples
View source: R/macs2_wrapper.R
Wrapper for macs2 peak calling
1 2 3 | macs2_callpeak(treated_bam_file, control_bam_file, experiment_name,
output_folder, file_format = "AUTO", genome = "mm", pvalue = NULL,
qvalue = 0.05, nomodel = T, extsize = NULL, run_as_sys = F)
|
treated_bam_file |
DESCRIPTION. |
control_bam_file |
DESCRIPTION. |
experiment_name |
DESCRIPTION. |
output_folder |
DESCRIPTION. |
file_format |
DESCRIPTION. |
genome |
DESCRIPTION. |
pvalue |
DESCRIPTION. |
qvalue |
DESCRIPTION. |
nomodel |
DESCRIPTION. |
extsize |
DESCRIPTION. |
run_as_sys |
DESCRIPTION. |
RETURN_DESCRIPTION
1 | # ADD_EXAMPLES_HERE
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.