View source: R/NormCountMean.R
NormCountsMean | R Documentation |
Calculation mean counts for two contrast or all matrix.
NormCountsMean(glmfit, ASKOlist, context = NULL)
glmfit |
fitted linear model object. |
ASKOlist |
list of data.frame contain condition, contrast and context information made by asko3c. |
context |
coefficient/contrast tested. |
one of this:
matrixMean, matrix with mean counts,
meanValue for one context/Condition.
## Not run:
# calculate mean counts in contrast contx1_vs_contx2
mean1<-NormCountsMean(glmfit, ASKOlist, contx1) # in the 1st context
mean2<-NormCountsMean(glmfit, ASKOlist, contx2) # in the 2nd context
# for all conditions
n_count<-NormCountsMean(glmfit, ASKOlist, context=NULL)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.