Description Usage Arguments Details Value See Also Examples
View source: R/grid.plot.SpliceSites.R
Plot objects defined in the package splicegear
1 2 3 4 5 6 7 8 9 10 | grid.plot.Probes(x, col = "black", add = FALSE, probepos.yscale = NULL,
xlim = NULL, vp = NULL, ...)
grid.plot.SpliceSites(x, col.typeI = "orange", col.typeI.window = "yellow",
col.typeII = "red", add = FALSE, ylim = NULL, vp = NULL,
...)
grid.plot.SpliceExprSet(x, probes.opt = list(), expr.opt = list(col = NA, lty = 1:6),
fig.xratio = c(2, 1), fig.yratio = c(2, 1), probepos.yscale = NULL,
ylim = NULL, ...)
|
x |
object of |
add |
add to an existing plot |
col |
color(s) for the probes (recycled if necessary). |
col.typeI |
color(s) for the type I spliced out exons |
col.typeI.window |
background color for the type I spliced out ‘windows’ |
col.typeII |
color for the type II splicing events |
expr.opt |
list of options to plot expression values |
probepos.yscale |
specify coordinates on the y-axis for the probes. |
probes.opt |
options to plot the probes |
fig.xratio |
ratio for the left and right parts of the plot |
fig.yratio |
ratio for the upper and lower parts of the plot |
vp |
a viewport (grid package stuff) |
xlim |
range for the x-axis (see |
ylim |
range for the y-axis |
... |
optional parameters |
The ‘type I’/'type II' thing is described in the references found in
the help files for plot.SpliceSites
.
These functions are mainly used for their side effects.
grid.plot.SpliceSites
returns the range for the y-axis when
needed.
plot.SpliceSites, plot.Probes
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.