vcf_concat_crude: Crude method for concatenating vcfs

Description Usage Arguments

Description

A vector of input vcf file paths is specified. Each file is read in, and any lines starting with the "#" symbol are taken to be header lines. Header lines are retained for the first input file, but dropped thereafter when concatenating files. The final concatenated data is printed to file.

Usage

1
vcf_concat_crude(input_paths, output_path, check_overwrite = TRUE)

Arguments

input_paths

vector of file paths to input vcf files.

output_path

single file path specifying thr output vcf file.

check_overwrite

Boolean, whether to prompt user before overwriting existing files.


bobverity/missdiva documentation built on May 28, 2019, 1:18 p.m.