Description Usage Arguments Details Value Note Examples
View source: R/events_vastTools.R
Parses an alternative splicing event from VAST-TOOLS
1 | parseVastToolsEvent(event)
|
event |
Data.frame: VAST-TOOLS event containing gene symbol, event ID, length, junctions coordinates, event type and inclusion levels for both samples |
Junctions are parsed from
List with the event attributes (chromosome, strand, event type and the position of the exon boundaries)
Only supports to parse one event at a time.
1 2 3 4 | event <- read.table(text =
"NFYA HsaEX0042823 chr6:41046768-41046903 136 chr6:41040823,41046768-41046903,41051785 C2 0 N 0 N"
)
psichomics:::parseVastToolsEvent(event)
|
Loading required package: shiny
Loading required package: shinyBS
Start the visual interface by running the function psichomics()
Warning message:
In read.dcf(con) :
URL 'http://bioconductor.org/BiocInstaller.dcf': status was 'Couldn't resolve host name'
Program Gene.symbol Event.ID Event.type Chromosome Inclusion.level.A
1 VAST-TOOLS NFYA HsaEX0042823 SE chr6 0
Inclusion.level.B C1.start C1.end A1.start A1.end A2.start A2.end
1 0 NA 41040823 41046768 41046903 NA NA
C2.start C2.end Strand
1 41051785 NA +
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.