readVcfSubset | R Documentation |
Read a subset of a VCF file
readVcfSubset(vcf.file, genome = "", seq.id, seq.start, seq.end)
vcf.file |
path to the VCF file (bgzip index should exist in same directory) |
genome |
genome identifier (e.g. "VITVI_12x2") |
seq.id |
sequence identifier to work on (e.g. "chr2") |
seq.start |
start of the sequence to work on (1-based coordinate) |
seq.end |
end of the sequence to work on (1-based coordinate) |
CollapsedVCF (see pkg VariantAnnotation)
Timothee Flutre
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.