mulDELTA {Mulcom} | R Documentation |
Computes Delta for all the experimental points in the datasets in respect to control Should not be called directly
mulDELTA(vector, index)
vector |
vector: numeric vector with data measurements |
index |
a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive |
mulDELTA
An internal function that should not be called directly. It
calculates differential expression in the groups defined in the index class
vector, in respect to the 0 groups
vector |
a numeric vector with data measurements |
index |
a numeric vector with the labels of the samples. 0 are the control samples. number must be progressive |
Claudio Isella, claudio.isella@ircc.it
data(benchVign) mulcom_delta <- mulDELTA(exprs(Affy[1,]),Affy$Groups)