plotTranscripts {psichomics} | R Documentation |
Plot transcripts
plotTranscripts(info, eventPosition = NULL, shiny = FALSE)
info |
Information retrieved from Ensembl |
eventPosition |
Numeric: coordinates of the alternative splicing event; NULL by default |
shiny |
Boolean: is the function running in a Shiny session? FALSE by default |
NULL (this function is used to modify the Shiny session's state)
event <- "SE_12_-_7985318_7984360_7984200_7982602_SLC2A14" info <- queryEnsemblByEvent(event, species="human", assembly="hg19") pos <- parseSplicingEvent(event)$pos[[1]] ## Not run: plotTranscripts(info, pos) ## End(Not run)