get_pileup_summary: BAM pileup summary for known sites using GATK

Description Usage Arguments

View source: R/util.R

Description

This function generates a pileup summary that is further used in estimating contamination

Usage

1
2
3
4
5
6
7
8
get_pileup_summary(
  bam = "",
  bin_path = "tools/gatk/gatk",
  db = "",
  interval = "",
  verbose = FALSE,
  output_dir = ""
)

Arguments

bam

REQUIRED Path to BAM file.

bin_path

REQUIRED Path to gatk binary. Default tools/gatk/gatk.

db

REQUIRED Path to vcf with known variants.

interval

REQUIRED Path to vcf with intervals to analyze.

verbose

OPTIONAL Enables progress messages. Default False.

output_dir

OPTIONAL Path to the output directory.


TearsWillFall/variantCall documentation built on Oct. 15, 2021, 8:51 p.m.