peaksat_config: peaksat_config

View source: R/peaksat_config.R

peaksat_configR Documentation

peaksat_config

Description

peaksat_config

Usage

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
)

Arguments

out_dir

Examples

psc = peaksat_config()
call_submit_script(psc, "treat.bam", "ctrl.bam")

FrietzeLabUVM/peaksat documentation built on Oct. 20, 2023, 11:13 a.m.