Peak Calling
1 2 3 4 5 6 7 8 | call_peaks(
zent_obj,
outdir = getwd(),
genome_size,
qvalue_cutoff = 0.05,
broad_peaks = FALSE,
broad_qvalue_cutoff = 0.1
)
|
zent_obj |
ZentTools object. |
outdir |
Output directory for peak files. |
genome_size |
Effective genome size. |
qvalue_cutoff |
q-value cutoff for peak calling. |
broad_peaks |
Whether the peaks are broad or not. |
broad_qvalue_cutoff |
If 'broad_peaks' is set, This controls the q-value cutoff of the broad peaks. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.