groupPlot {ShotgunFunctionalizeR} | R Documentation |
groupPlot
plots the result from a direct comparison of two groups.
The normalized rate is shown for each sample and the combined rate within
each group is shown as a horizontal line. This function requires that the
Poisson model has been fitted to the data.
groupPlot(stat, ...)
stat |
results from a direct comparison using Poisson model |
... |
additional arguments to either trendPlot.family or
trendPlot.category |
Depending on the supplied data object, groupPlot
uses either
groupPlot.family
or groupPlot.category
to
produce a plot.
groupPlot.family
, groupPlot.category
,
trendPlot
,trendPlot.family
,trendPlot.category
## Not run: data(MouseCOG) po.stat<-testGeneFamilies.dircomp(MouseCOG, groups=c("Lean", "Lean", "Lean", "Obese", "Obese")) groupPlot(po.stat, family="COG1662") ## End(Not run)