This function concatenates VCF files found in a directory.
1 2 3 4 5 6 7 | vcf_concatenate(
bin_path = "tools/bcftools/bcftools",
vcf = "",
vcf_dir = "",
verbose = FALSE,
output_dir = ""
)
|
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.