Description Usage Arguments Value Examples
A wrapper around the plotTranscripts function. See the documentation for (plotTranscripts
)
for more information.
1 2 | plotTranscriptsFromEnsembldb(ensembldb, gene_names,
transcript_ids = NULL, ...)
|
ensembldb |
ensembldb object. |
gene_names |
List of gene names to be plotted. |
transcript_ids |
Optional list of transcript ids to be plotted. |
... |
Additional parameters to be passed to plotTranscripts |
ggplot2 object
1 2 | require("EnsDb.Hsapiens.v86")
plotTranscriptsFromEnsembldb(EnsDb.Hsapiens.v86, "NCOA7", transcript_ids = c("ENST00000438495", "ENST00000392477"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.