R/format_spliceai.R
format_spliceai_thresh.Rd
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)
tibble with parsed
spliceAI mutations from parse_spliceai
A tibble with splicing effects per row
spliceai_file <- system.file("extdata", "spliceai_thresh_output.vcf", package = "splice2neo")
df <- parse_spliceai_thresh(spliceai_file)
format_spliceai_thresh(df)