View source: R/peaksat_config.R
peaksat_config | R Documentation |
peaksat_config
peaksat_config(
out_dir = getOption("PS_OUTDIR", file.path(getwd(), "peak_saturation")),
stat = valid_stats$qValue,
stat_value = 0.01,
is_PE = FALSE,
macs2_path = get_macs2_path(),
samtools_path = get_samtools_path(),
submit_script = get_submit_script(),
job_scheduler = "SGE",
noModel = FALSE
)
out_dir |
psc = peaksat_config()
call_submit_script(psc, "treat.bam", "ctrl.bam")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.