View source: R/format_cispliceai.R
format_cispliceai_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_cispliceai_thresh(cispliceai_variants, transcripts_gr = NULL)
cispliceai_variants |
tibble with parsed
CI-SpliceAI mutations from |
transcripts_gr |
Optionally, A GRanges object with transcript ranges created by
|
A tibble with splicing effects per row
parse_cispliceai_thresh
, annotate_mut_effect
cispliceai_file <- system.file("extdata", "cispliceai_thresh_output.vcf", package = "splice2neo")
df <- parse_cispliceai_thresh(cispliceai_file)
format_cispliceai_thresh(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.