Parse SpliceAIFunctions to parse SpliceAI and CI-SpliceAI output into standard splice junction format |
|
---|---|
Parse VCF output file from spliceAI as table |
|
Parse VCF output file from SpliceAI with -T flag as table |
|
Parse VCF output file from CI-SpliceAI with -t flag as table |
|
Formats spliceAI output and filter for predicted effects |
|
Formats SpliceAI with -T flag output and filter for predicted effects |
|
Formats CI-SpliceAI with -t flag output and filter for predicted effects |
|
Annotate splice variants effects with resulting junctions |
|
Parse MMspliceFunctions to parse MMsplice output into standard splice junction format |
|
Parse .csv file from MMsplice output as data.frame |
|
Annotates the mmsplice output with additional columns including the junction as junc_id. |
|
Compute the resulting junctions (junc_id) for exon inclusion of given exon and transcript. |
|
Compute the resulting junction (junc_id) for exon skipping of given exon and transcript. |
|
Filter junction datasets for unique |
|
Parse PangolinFunctions to parse Pangolin output into standard splice junction format |
|
Parse VCF output file from pangolin as table |
|
Formats pangolin output and filter for predicted effects |
|
Annotate splice variants effects with resulting junctions |
|
Parse LeafCutterFunctions to parse LeafCutter output into standard splice junction format |
|
Imports "_perind.counts.gz" from LeafCutter output. |
|
Imports "*perind.counts.gz" from LeafCutter output and transforms the raw output into standardized junction output format. Results of one patient should be stored in the given path. |
|
Transforms LeafCutter counts file into standardized junction format. |
|
Parse RegtoolsFunctions to parse Regtools output into standard splice junction format |
|
Imports Regtools junctions annotate table |
|
Imports Regtools junctions annotate output and transforms the raw output into standardized junction output format |
|
Transforms Regtools intermediate files into standardized format |
|
Parse SplAdderFunctions to parse SplAdder output into standard splice junction format |
|
Imports SplAdder output from a given path with ".confirmed.txt.gz" files. The results for one patient should be stored in the given path. Please note that multiple (coordinated) exons skips (mult_exon_skip) are currently not supported. |
|
Imports SplAdder output from a given path and transforms it into standardized junction format. Results from one patients should be stored per folder. |
|
Transforms SplAdder output into standardized junction format |
|
Transforms events from alternative 3' or 5' splice sites from SplAdder output format into standardized junction format |
|
Transforms events resulting from intron retention from SplAdder output format into standardized junction format |
|
Transforms events resulting from mutually exclusive exons from SplAdder output format into standardized junction format |
|
Transforms events resulting from exon skipping from SplAdder output format into standardized junction format |
|
Parse IRfinderFunctions to parse IRfinder output into standard splice junction format |
|
Imports tabular IRFinder retained introns predictions |
|
Filter IRFinder intermediate table to remove likely false positive IR predictions |
|
Imports "IRFinder-IR-nondir.txt" from IRFinder short mode and transforms the raw output into standardized junction output format. |
|
Transforms IRFinder intermediate table into standardized junction format |
|
Parse SUPPA2Functions to parse SUPPA2 output into standard splice junction format |
|
Imports "_strict.ioe" from SUPPA2 output. |
|
Transforms events resulting from exon skipping from SUPPA2 output format into standardized junction format |
|
Transforms events resulting from intron retention from SUPPA2 output format into standardized junction format |
|
Transforms events from alternative 3' or 5' splice sites from SUPPA2 output format into standardized junction format |
|
Transforms events resulting from mutually exclusive exons from SUPPA2 output format into standardized junction format |
|
Transforms SUPPA2 ioe event files file into standardized junction format. |
|
Imports SUPPA2 output from a given path with "_strict.ioe" files. The results for one patient should be stored in the given path. Please note that AF and AL events are not supported. |
|
Imports SUPPA2 output from a given path and transforms it into standardized junction format. Results from one patients should be stored per folder. Please note that alternative first exons (AF) and alternative last exons (AL) are not supported. |
|
Parse STARFunctions to parse STAR SJ.out.tab into standard splice junction format |
|
Imports "*SJ.out.tab" from STAR and transforms the raw output into standardized junction output format. |
|
Parse StringTieFunctions to parse StringTie into standard splice junction format |
|
Imports StringTie GTF file |
|
Transforms StringTie intermediate table into standardized junction format |
|
Imports StringTie assembled transcripts and transforms the raw output into standardized junction output format |
|
Parse other formatsFunctions to parse otherformats into standard splice junction format |
|
Transform a bed file into junction format |
|
AnnotateFunctions to annotate splice junctions |
|
Annotate splice junctions with all possible transcript IDs in the given genomic region. |
|
Annotate splice junctions with resulting transcript sequence |
|
Modify transcript by introducing splice junctions |
|
Get the position of input junction in the transcript sequences |
|
Get the alternative position of input junction from an intron retention event in the genomic sequences |
|
Get the exon range flanking the other side of an intron retention of interest |
|
Annotate splice junctions with resulting CDS and peptide sequence |
|
Truncate input sequence after input position before next stop codons ( |
|
Annotate if there is an exon within an intron |
|
Tests if start or and end of junc is on exon. |
|
Select a subset of transcripts per junction that are more likely to be affected by a junction. |
|
RequantificationFunctions for read support re-quantification with easyquant |
|
Maps the re-quantification result from EasyQuant. on the junction-transcript centric tibble by hash id. |
|
Imports the re-quantification results from analysis with EasyQuant |
|
Creates a table with context sequences for re-quantification analysis with EasyQuant. |
|
CanonicalFunctions annotate and filter for cnaonical splicing |
|
Parse a GFF/GTF file as |
|
Build canonical junctions from transcripts |
|
test if junction is canonical junction |
|
ID transformationFunctions to generate and transform ids |
|
Given the chromosome, junction start, junction end and strand, a junction id is created that follows the format: |
|
Transforms breakpoint IDs (BPID) with given transcription strand into the junction ID of the format |
|
Transforms the junction id into the breakpoint id of the format |
|
LiftOver junction IDs using the liftOver tool |
|
Merge and filterFunctions annotate and filter for canonical splicing |
|
Filter junctions for unique combinations of mutation, transcript, and junctions. |
|
test if junction was found in corresponding RNA-seq data |
|
Combines data sets with junctions from several different sources |
|
This is a wrapper function to directly map the information if a junction predicted from WES data was found in RNA-seq by Regtools or SplAdder |
|
Combines tibbles with junctions from any number of RNA-seq tools into a combined dataset of expressed splice junctions |
|
OthersOther functions |
|
Convert a splice junction ID into a GRanges object |
|
Get the alternative position of input junction from an intron retention event in the transcript sequences |
|
Get genomic coordinates of possible next donor and acceptor sides. |
|
Sorts columns of junction output file in the following order: "junction_start", "junction_end", "strand", "chromosome", "Gene", "class", "junction_id" |
|
A tibble in junction format but unsorted columns |
|
This dataset translates the increase/decrease splicing score from pangolin into a donor gain/loss and acceptor gain/loss effect annotations. |
|
DataToy example datasets |
|
An example CDS annotation GRangesList from a subset of human genome |
|
An example dataset of 18 splice junctions from human (hg19) genome as a data.frame |
|
An example dataset of 18 splice junctions in |
|
An example dataset of 18 transcript IDs matching to the junctions in |
|
An example transcript annotation GRangesList from a subset of human genome |
|
An example dataset of full transcript ranges from a subset of human genome. |
|
A tibble in junction format but unsorted columns |
|
A tibble with canonical junctions and their source (comma, separated). example data |