lap.volcanoplot {lapmix}R Documentation

Laplace Volcano Plot

Description

Creates a volcano plot of log-fold changes versus log-odds of differential expression under the Laplace mixture model.

Usage

lap.volcanoplot(res, highlight=0, ...)

Arguments

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

Details

A volcano plot is any plot which displays fold changes versus a measure of statistical significance of the change.

Value

A plot is created on the current graphics device.

Author(s)

Yann Ruffieux

Examples

#  See lapmix.Fit example

[Package lapmix version 1.8.0 Index]