Description Usage Arguments Details Author(s) See Also
Produce a scatter plot of fold-change values vs p-values, called volcano plot.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
x |
object of class |
labels |
optional transcript labels to be drawn at plotting points. |
p.value |
type of p-value, 'pval' for p-value, 'padj' for adjusted p-value, or 'pcha' for p-chance. |
mask |
logical, if |
show.cutoff |
logical, if |
cex.text |
magnification to be used for optional |
col.text |
color to be used for optional |
col.cutoff |
color to be used for lines indicating cutoff, if |
xlim |
optional range for the plotted fold-change values. |
xlab |
label of x-axis. |
ylab |
label of y-axis. |
pch |
either an integer specifying a symbol or a single character to be used as the default in plotting points. |
dev |
graphics device to plot to, i.e. one of “screen”, “jpeg”,“png”, “pdf” or “ps”. |
outfile |
the name of the output file. |
w |
the width of the device in pixels. |
h |
the height of the device in pixels. |
... |
optional arguments to be passed to |
Produces a volcano plot for slot data
for an object of class AnalysisTreeSet
.
It is possible to label the points of the volcano plot, whereby the following
labels
parameters are valid:
fUnitName : | unit name (probeset ID). | |
fName : | gene name. | |
fSymbol : | gene symbol. | |
fChromosome : | chromosome. | |
fCytoBand : | cytoband. |
Christian Stratowa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.