trendPlot {ShotgunFunctionalizeR} | R Documentation |
groupPlot
plots the result from a regression analysis.
The normalized rate is shown for each sample together with the fitted trend
line. This function requires that the
Poisson model has been fitted to the data.
trendPlot(stat, ...)
stat |
results from a regression analysis using Poisson model |
... |
additional arguments to either trendPlot.family or
trendPlot.category |
Depending on the supplied data object, trendPlot
uses either
trendPlot.family
or trendPlot.category
to
produce a plot.
groupPlot
, groupPlot.family
,
groupPlot.category
,trendPlot.family
,trendPlot.category
## Not run: data(OceanCOG) po.stat<-testGeneFamilies.regression(OceanCOG, covariates=c(10, 70, 130, 200, 500, 770, 4000), log.covariates=T) trendPlot(po.stat, family="COG0415") ## End(Not run)