Description Usage Arguments Details Value Examples
Parse an alternative splicing event from MISO
1 | parseMisoEvent(event)
|
event |
Data.frame containing only one event with at least 7 columns as retrieved from the alternative splicing annotation files from MISO (GFF3 files) |
More information about MISO available at http://miso.readthedocs.org
List with event attributes and junction positions for the exons (depends on the events)
1 2 3 4 5 6 7 8 9 10 11 | # example of alternative splicing event: skipped exon (SE)
event <- read.table(text = "
chr1 SE gene 16854 18061 . - .
chr1 SE mRNA 16854 18061 . - .
chr1 SE exon 16854 17055 . - .
chr1 SE exon 17233 17742 . - .
chr1 SE exon 17915 18061 . - .
chr1 SE mRNA 16854 18061 . - .
chr1 SE exon 16854 17955 . - .
chr1 SE exon 17915 18061 . - .")
psichomics:::parseMisoEvent(event)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.