mulCAND {Mulcom} | R Documentation |
Identify the Mulcom candidate feature selection by the m and T defined by the user
mulCAND(eset, Mulcom_P, m, t, ese = "T")
eset |
an |
Mulcom_P |
an object of class MULCOM |
m |
m: a numeric vector corresponding to log 2 ratio correction |
t |
t: a numeric vector corresponding to the MulCom T values |
ese |
True or False |
mulCAND
Identify the Mulcom candidate feature selection by the m and T defined by the user
Claudio Isella, claudio.isella@ircc.it
data(benchVign) mulcom_perm <- mulPerm(Affy, Affy$Groups, 10,2) mulcom_cand <- mulCAND(Affy, mulcom_perm, 0.2, 2)