mulCalc {Mulcom} | R Documentation |
Calculates MulCom test score for given m and t parameters
mulCalc(Mulcom_P, m, t)
Mulcom_P |
an object of class MULCOM |
m |
m: a numeric value corresponding to log 2 ratio correction for MulCom Test |
t |
t: a numeric value corresponding to T values for MulCom Test |
mulCalc
Calculate the Mulcom Score with m and t defined by the user
Mulcom_P
:an object of class MULCOM_P
m
:a number corresponding to log 2 ratio correction for MulCom Test
t
:a number corresponding to T values for MulCom Test
Claudio Isella, claudio.isella@ircc.it
data(benchVign) mulcom_scores <- mulScores(Affy, Affy$Groups) mulcom_calc <- mulCalc(mulcom_scores, 0.2, 2)