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)

Arguments

spliceai_variants

tibble with parsed spliceAI mutations from parse_spliceai

Value

A tibble with splicing effects per row

Examples

spliceai_file <- system.file("extdata", "spliceai_thresh_output.vcf", package = "splice2neo")
df <- parse_spliceai_thresh(spliceai_file)
format_spliceai_thresh(df)