MULCOM_P-class {Mulcom} | R Documentation |
This is a class representation MulCom test scores permutation
Objects can be created using the function mulScores
on ExpressionSet
.
FC
:Object of class numeric
representing delta between
all experimental groups and the reference groups
MSE_Corrected
:Object of class numeric
representing the
MulCom test estimation of mean square error as described in the formula of
the Dunnett's t-test
FCp
:Object of class numeric
representing delta between
all experimental groups and the reference groups in permutated data
MSE_Correctedp
:Object of class numeric
representing the
MulCom test estimation of mean square error as described in the formula of
the Dunnett's t-test in permutated data
Claudio Isella
data(benchVign) mulcom_scores <- mulScores(Affy, Affy$Groups)