pgLFQaov | R Documentation |
The function performes an ANOVA for data sets like pgLFQ
.
pgLFQaov(data, groups, names, idx, plot, FUN)
data |
a data set like |
groups |
a factor. |
names |
a vector of strings for the main attribute of each plot. |
idx |
a integer vector of indice to be processed. |
plot |
logical. If 'TRUE' (non default), a boxplot is drawn. |
FUN |
function for doing the data transformation, e.g. |
The methode performs an oav analysis using the R oav
function.
It returns a vector of the ANOVA "Pr(>F)"
values in the same order.
Christian Panse, Jonas Grossmann 2012
data(pgLFQprot)
par(mfrow=c(4,3))
ANOVA<-pgLFQaov(pgLFQprot$"Normalized abundance",
groups=as.factor(pgLFQprot$grouping),
names=pgLFQprot$output$Accession,
plot=TRUE)
ANOVA
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.