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