readVCF2 | R Documentation |
Require tabix in PATH VCF manual is referred from https://samtools.github.io/hts-specs/VCFv4.3.pdf
readVCF2(vcf.file, chr.names, starts, ends, INFO.filter = NULL)
vcf.file |
A path to a local or remote tabix-indexed VCF file. |
chr.names |
Chromosome names. |
starts |
Start positions. |
ends |
End positions. |
INFO.filter |
Parse only filtered INFO ID. Default is to parse all IDs. |
A data.table of VCF.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.