read_vcf2 | R Documentation |
read in a vcf file to granges with additional processing with bcftools
read_vcf2(
fn,
gr = NULL,
type = c("snps", "indels", "all"),
hg = "hg19",
geno = NULL,
swap.header = NULL,
verbose = FALSE,
add.path = FALSE,
tmp.dir = tempdir(),
...
)
GRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.