This function annotates VCF file using bcftools
1 2 3 4 5 6 7 8 9 10 | vcf_annotate(
bin_path = "tools/bcftools/bcftools",
bin_path2 = "tools/htslib/bgzip",
bin_path3 = "tools/htslib/tabix",
vcf = "",
db = "",
verbose = FALSE,
output_dir = "",
threads = 1
)
|
bin_path |
Path to gatk binary. Default tools/gatk/gatk. |
bin_path2 |
Path to bgzip binary. Default tools/htslib/bgzip. |
bin_path3 |
Path to tabix binary. Default tools/htslib/tabix. |
vcf |
Path to vcf file. |
db |
Path to vcf file with SNPs database. |
verbose |
Enables progress messages. Default False. |
output_dir |
Path to the output directory. |
threads |
Additional in/out compression threads. Default 1. |
state |
Variant state. Default het. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.