View source: R/format_spliceai.R
format_spliceai_thresh | R Documentation |
Reformat the data for each annotated effect per row, filters effects to have a probability score not NA and score > 0, and removes gene symbol from data to make non-redundant output.
format_spliceai_thresh(spliceai_variants)
spliceai_variants |
tibble with parsed
spliceAI mutations from |
A tibble with splicing effects per row
parse_spliceai_thresh
, annotate_mut_effect
spliceai_file <- system.file("extdata", "spliceai_thresh_output.vcf", package = "splice2neo")
df <- parse_spliceai_thresh(spliceai_file)
format_spliceai_thresh(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.