parseSuppaEvent | R Documentation |
Parses splicing events of a specific event type from SUPPA
parseSuppaEvent(event)
event |
Character vector: Splicing event attributes and junction positions |
More information about SUPPA available at https://bitbucket.org/regulatorygenomicsupf/suppa
The following event types are available to be parsed:
SE (skipped exon)
RI (retained intron)
MX (mutually exclusive exons)
A5 (alternative 5' splice site)
A3 (alternative 3' splice site)
AL (alternative last exon)
AF (alternative first exon)
List with the event attributes (chromosome, strand, event type and the position of the exon boundaries)
It only allows to parse one event type at once.
event <- "ENSG00000000419;A3:20:49557492-49557642:49557470-49557642:-"
psichomics:::parseSuppaEvent(event)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.