vcf_stats_merge: VCF stats file concatenation

Description Usage Arguments

View source: R/util.R

Description

This function merges VCF stat files found in a directory.

Usage

1
2
3
4
5
6
vcf_stats_merge(
  bin_path = "tools/gatk/gatk",
  vcf_stats_dir = "",
  verbose = FALSE,
  output_dir = ""
)

Arguments

bin_path

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

vcf_stats_dir

Path to directory with vcf stats files to merge.

verbose

Enables progress messages. Default False.

output_dir

Path to the output directory.


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