Description Usage Arguments Value See Also Examples
View source: R/analysis_information.R
Plot transcripts
1 2 3 4 5 6 7 | plotTranscripts(
info,
eventPosition = NULL,
event = NULL,
eventData = NULL,
shiny = FALSE
)
|
info |
Information retrieved from Ensembl |
eventPosition |
Numeric: coordinates of the alternative splicing event
(ignored if |
event |
Character: identifier of the alternative splicing event to plot |
eventData |
Object containing event information to be parsed |
shiny |
Boolean: is the function running in a Shiny session? |
NULL
(function is only used to modify the Shiny session's
state or internal variables)
Other functions to retrieve external information:
ensemblToUniprot()
,
plotProtein()
,
queryEnsemblByGene()
1 2 3 4 5 6 | event <- "SE_12_-_7985318_7984360_7984200_7982602_SLC2A14"
info <- queryEnsemblByEvent(event, species="human", assembly="hg19")
## Not run:
plotTranscripts(info, event=event)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.