annotate_exon_idx | R Documentation |
Annotate splice junctions- transcripts combination and transcripts with exon details
annotate_exon_idx(df)
df |
A data.frame with junctions- transcripts combination in rows.
and additional columns. |
A data.frame as the input but with more annotations in the following columns:
pos_left_on_exon_end
exon index if junction start matches with exon end coordinate
pos_right_on_exon_start
exon index if junction end matches with exon start coordinate
pos_left_on_exon_idx
exon index in transcript if junction start overlaps exon
pos_right_on_exon_idx
exon index in transcript if junction end overlaps exon
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.