I have several microarray datasets from Leukaemia and Lymphoma patients which I have normalized with rma eset <- rma (Data)
. I want to obtain the probe-level-mean-centring, what package can I use for that? would anyone recommend a useful and robust script to apply on my datasets?
for instance:
Data <- ReadAffy (....) #read raw CEL files
eset <- rma (Data) #rma normalization
expr_mat <- exprs(eset) #get expression
This will give me a table with rma normalized probes for my samples. What code can I add here to obtain log2 probe level mean centring ? Thanks!
NB rma data is already log2 valued. The following will mean centre by probe/row dummy data example:
then by the magic of recycling, scale by row