vcf_concatenate: VCF file concatenation

Description Usage Arguments

View source: R/util.R

Description

This function concatenates VCF files found in a directory.

Usage

1
2
3
4
5
6
7
vcf_concatenate(
  bin_path = "tools/bcftools/bcftools",
  vcf = "",
  vcf_dir = "",
  verbose = FALSE,
  output_dir = ""
)

Arguments

bin_path

Path to bcftools binary. Default tools/bcftools/bcftools.

vcf

Path to vcf files to concatenate. Only if vcf_dir not given

vcf_dir

Path to directory with vcf files to concatenate. Only if vcf not given

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.