| writeVCF | R Documentation |
Require bgzip in PATH VCF manual is referred from https://samtools.github.io/hts-specs/VCFv4.3.pdf
writeVCF(vcf, output.vcf.gz, append = FALSE, tabix = FALSE)
vcf |
A VCF object. |
output.vcf.gz |
Output filename including vcf.gz extension. |
append |
To append or not? Default is FALSE. |
tabix |
To tabix or not? Default is FALSE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.