plot: Quick forest plot of significantly up- and downregulated...

Description Usage Arguments Value See Also Examples

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

1
2
## S4 method for signature 'uwmwRes,ANY'
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

1
2
3
data(NBmat)
NBtest <- uWMW(NBmat, groups=NBgroups)
plot(NBtest)

unifiedWMWqPCR documentation built on Nov. 8, 2020, 6:05 p.m.