meanEqualityTests.plotVolcano: Volcano plot from meanEqualityTest object

Description Usage Arguments Details Author(s) Examples

Description

Draw a volcano plot for a selected test of a meanEqualityTest result.

Usage

1
2
3
4
meanEqualityTests.plotVolcano(mnEqlT.result, test = "welch",
  main = paste(test, "Volcano plot"), alpha = 0.05,
  legend.corner = "bottomright", plot.cex = 0.7, legend.cex = 1,
  plot.colors = TRUE, ...)

Arguments

mnEqlT.result

A result of stats4bioinfo::meanEqualityTests()

alpha

Significance threshold (will be applied on corrected p-values)

plot.cex

Point size for the volcano (passed to graphics::plot() function).

...

Additional parameters are passed to plot()

test="welch"

Statistical test for which the Volcano plot has to be drawn.

legend.corner="bottomright"

Position where legend should be placed.

legend.cex=1

Font size factor for legend. This allows to choose separate font sizes to draw the plot itself and the legend.

plot.colors=TRUE

Use colors for the plot

Details

First version: 2015-03 Last modification: 2015-03

Author(s)

Jacques van Helden (Jacques.van-Helden@univ-amu.fr)

Examples

1
2
3
4
5
6
7
8
## We forward to meanEqualityTests() for examples of utilization
example(meanEqualityTests)

## Draw a Volcano plot for Welch test results
meanEqualityTests.plotVolcano(diff.results, test="welch")

## Draw a Volcano plot for ANOVA results
meanEqualityTests.plotVolcano(diff.results, test="anova")

jvanheld/stats4bioinfo documentation built on May 20, 2019, 5:16 a.m.