doVolcanoplot {StabPerf} | R Documentation |
Similar to the volcanoplot
function (See volcanoplot
) in package limma, but works with plain vanilla data and requires not special MArrayLM
objects.
doVolcanoplot(fc=NULL, p=NULL, main=NULL)
fc |
numeric. Fold changes. |
p |
numeric. p-values. |
main |
See plot |
To make the graphic easier to digest the p-values are displayed as -log10(p-values)
.
Statistical tests for differential expression in cDNA microarray experiments.
Genome Biol. 2003;4(4):210. Epub 2003 Mar 17. Review.
PMID: 12702200
doVolcanoplot(fold.changes, p.values, "My Plot")