Description Usage Arguments Value Methods Author(s) Examples
Plot exon structure for each transcript of a given gene. Optionally, aligned reads can be added to the plot.
1 2 |
generanges |
Object containing the ranges with start/end of each exon. |
islandid |
If |
genomeDB |
Annotated genome produced with the "procGenome" function |
reads |
|
exp |
|
names.arg |
Optionally, indicate the names of each transcript. |
xlab |
x-axis label |
ylab |
y-axis label |
xlim |
x-axis limits, defaults to start of 1st exon and end of last exon |
cex |
Character expansion |
yaxt |
The y-axis in the plot has no interpretation, hence by default it is not displayed. |
col |
Either single color or vector of colors to be used to draw each transcript. Defaults to rainbow colors. |
... |
Other arguments to be passed on to |
A plot is produced.
signature(generanges="CompressedIRangesList", islandid="ANY", genomeDB="ANY", reads="ANY", exp="ANY")
Plots a set of transcripts. Each element in the generanges
corresponds to a
transcript. Each transcript should contain exon start/end positions.
signature(generanges="IRanges", islandid="ANY", genomeDB="ANY", reads="ANY", exp="ANY")
Plots a single transcript. Each range indicates the start/end of a single exon.
signature(generanges="IRangesList", islandid="ANY", genomeDB="ANY", reads="ANY", exp="ANY")
Plots a set of transcripts. Each element in the generanges
corresponds to a
transcript. Each transcript should contain exon start/end positions.
signature(generanges="GRangesList", islandid="ANY",
genomeDB="ANY", reads="ANY", exp="ANY")
Plots a set of transcripts. Each element in the
generanges
corresponds to a
transcript. Each transcript should contain exon start/end
positions.
signature(generanges="GRanges", islandid="ANY", genomeDB="ANY", reads="ANY", exp="ANY")
Plots a set of transcripts. Each space in generanges
corresponds to a
transcript. Each transcript should contain exon start/end positions.
signature(generanges="missing", islandid="character", genomeDB="annotatedGenome", reads="GRanges", exp="ExpressionSet")
Plots all transcripts stored in genomeDB
for island with
identifier islandid
. Individual reads are added to the plot
(reads
contains start/end of individual read fragments).
signature(generanges="missing", islandid="character", genomeDB="annotatedGenome", reads="missing", exp="missing")
Plots all transcripts stored in genomeDB
for island with identifier islandid
.
signature(generanges="missing", islandid="character", genomeDB="annotatedGenome", reads="procBam", exp="missing")
Plots all transcripts stored in genomeDB
for island with
identifier islandid
. Individual reads are added to the plot
(reads
contains start/end of individual read fragments).
signature(generanges="missing", islandid="character", genomeDB="annotatedGenome", reads="procBam", exp="ExpressionSet")
Plots all transcripts stored in genomeDB
for island with
identifier islandid
. Individual reads and estimated
expression are added to the plot
(reads
contains start/end of individual read fragments).
Camille Stephan-Otto Attolini, David Rossell
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.