Learn R Programming

unifiedWMWqPCR (version 1.8.0)

plot,uwmwRes,ANY-method: Quick forest plot of significantly up- and downregulated features.

Description

This function plots a forest plot, normally used in meta analysis, to visualize the odds ratios (OR) and confidence intervals resulting from a call to uWMW. It is the default plot function for the uwmwRes objects. The results are ordered according to significance, and only the significant results are plotted. This function calls forestplot directly.

Usage

"plot"(x, y, ...)

Arguments

x
an uwmwRes object.
y
ignored for uwmwRes objects
...
arguments passed down to forestplot

Value

NULL invisibly

See Also

forestplot

Examples

Run this code
data(NBmat)
NBtest <- uWMW(NBmat, groups=NBgroups)
plot(NBtest)

Run the code above in your browser using DataLab