View source: R/parse_pangolin.R
parse_pangolin | R Documentation |
requires the vcfR package.
parse_pangolin(vcf_file)
vcf_file |
path to a single VCF file, the output of pangolin |
a tibble with one row per variant annotation. Each input variant can have multiple annotations.
pangolin_file <- system.file("extdata", "spliceai_output.pangolin.vcf", package = "splice2neo")
parse_pangolin(pangolin_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.