lap.volcanoplot {lapmix} | R Documentation |
Creates a volcano plot of log-fold changes versus log-odds of differential expression under the Laplace mixture model.
lap.volcanoplot(res, highlight=0, ...)
res |
the output from the lapmix.Fit routine |
highlight |
number of genes to be highlighted; genes are highlighted in descending order of their posterior odds |
... |
additional arguments given to the plot function |
A volcano plot is any plot which displays fold changes versus a measure of statistical significance of the change.
A plot is created on the current graphics device.
Yann Ruffieux
# See lapmix.Fit example