Learn R Programming

Mulcom (version 1.22.0)

MULCOM_P-class: Class MulCom Permutation

Description

This is a class representation MulCom test scores permutation

Arguments

Objects from the Class

Objects can be created using the function mulScores on ExpressionSet.

Slots

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

Examples

Run this code
data(benchVign)
mulcom_scores <- mulScores(Affy, Affy$Groups)

Run the code above in your browser using DataLab