View source: R/constructAlternativeEvents.R
constructAlternativeEventsWrapper | R Documentation |
Apply constructAlternativeEvents() to an gene_id and metadata objects. Extend truncated transcripts first.
constructAlternativeEventsWrapper(gene_id, gene_metadata, exons, cdss, max_internal_diff = 10, max_start_end_diff = 25, fill_internal)
gene_id |
Focal gene id. |
gene_metadata |
Tibble containing gene metadata from the prepareAnnotations script. |
exons |
List of annotated exons |
cdss |
List of annotated CDSs |
max_internal_diff |
maximal internal difference between two evets for them to be considered the same. |
max_start_end_diff |
maximal difference at the start and end of two events for them to be considered |
fill_internal |
Fill internal exons for alternative promoter and 3'end events. the same. |
Three-level list. First level correspond the each set of overlapping transcripts, second level contains lists of downstream, upstream and contained alternative transcription events.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.