doVolcanoplot {StabPerf}R Documentation

Draws a volcano plot for expression values (fold changes vs. p-values)

Description

Similar to the volcanoplot function (See volcanoplot) in package limma, but works with plain vanilla data and requires not special MArrayLM objects.

Usage

doVolcanoplot(fc=NULL, p=NULL, main=NULL)

Arguments

fc numeric. Fold changes.
p numeric. p-values.
main See plot

Details

To make the graphic easier to digest the p-values are displayed as -log10(p-values).

References

Statistical tests for differential expression in cDNA microarray experiments.

Genome Biol. 2003;4(4):210. Epub 2003 Mar 17. Review.

PMID: 12702200

See Also

foldChanges, pValues

Examples

doVolcanoplot(fold.changes, p.values, "My Plot")

[Package StabPerf version 0.5 Index]