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.
1 | vcf_concat_crude(input_paths, output_path, check_overwrite = TRUE)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.