Description Arguments Details Note Examples
The parameters described can all be used in the different volcanoplot methods.
highlight |
an integer, indicating how many of the top features should be highlighted. Defaults to 0. |
names |
an optional character vector giving the names of the genes to be highlighted. If not specified, the features are numbered from most significant to least significant. Default value is |
xlab |
see |
ylab |
see |
pch |
see |
cex |
see |
transf.x |
a function used to transpose the values on the X axis. Defaults to NULL, unless otherwise specified in the specific methods. |
transf.y |
a function used to transpose the values on the Y axis. Defaults to NULL, unless otherwise specified in the specific method. |
add.ref |
a charater value indicating if reference lines for x, y or both axes should be drawn. It takes the values "none", "x", "y" or "both". Default value is "none". If not specified but ref.x or ref.y is, then the reference line is drawn for the X and/or the Y axis. |
ref.x |
a numerical vector, indicating the value or values at which the reference line(s) should be drawn on the X axis. Defaults to |
ref.y |
a numerical value, indicating the value at which the reference line should be drawn on the Y axis. Defaults to |
col.x |
The color for the reference line on the X axis. The argument is passed to the col argument of |
col.y |
see col.x, but for the Y axis. If |
lwd.x |
The line width for the reference line on the X axis. The argument is passed to the lwd argument of |
lwd.y |
see |
lty.x |
The line type for the reference line on the X axis. The argument is passed to the lty argument of |
lty.y |
see |
The arguments highlight
and names
are chosen in such a way that the function can mimick the behaviour of the volcanoplot
function in the package limma
.
These parameters belong to the internal function, eventually called by the different S4 methods. This internal function is not exported, and should not be called directly.
1 | # see the help page of volcanoplot
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.