browseTranscripts | R Documentation |
Genome browser-type plot of transcript-structures (intron/exon/CDS), e.g. GTF-like data.
browseTranscripts(object, ...)
## S4 method for signature 'ANY'
browseTranscripts(object)
## S4 method for signature 'GRangesList'
browseTranscripts(object, region = NULL, CDS = NULL, plot = TRUE)
## S4 method for signature 'data.frame'
browseTranscripts(object, region)
object |
GRangesList: Transcripts-per-gene. |
... |
not currently used. |
region |
GRanges or NULL: Plotting window. |
CDS |
GRangesList: CDS-per-gene. |
plot |
logical: Whether to produce a plot or return the plot data. |
ggplot or data.frame.
# TBA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.