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