mulDiff {Mulcom} | R Documentation |
Identify the differentially expressed features for a specific comparison with given m and t value
mulDiff(eset, Mulcom_P, m, t, ind)
eset |
An ExpressionSet object from package affy |
Mulcom_P |
An object of class Mulcom_P |
m |
the m values for the analysis |
t |
the t values for the analysis |
ind |
and index refeing to te comparison, should be numeric |
eset |
An ExpressionSet object from package affy |
Mulcom_P |
An object of class Mulcom_P |
m |
the m values for the analysis |
t |
the t values for the analysis |
ind |
and index refeing to te comparison, should be numeric |
Claudio Isella, claudio.isella@ircc.it
data(benchVign) mulcom_perm <- mulPerm(Affy, Affy$Groups, 10, 7) mulcom_diff <- mulDiff(Affy, mulcom_perm, 0.2, 2)