Entering edit mode
Torsten Waldminghaus
▴
80
@torsten-waldminghaus-3502
Last seen 10.2 years ago
Dear all,
I started using the limma library to deal with microarray data. The
available functions are really helpful to do normalization like this:
RG <- read.maimages(files,"agilent")
RG.b <- backgroundCorrect(RG,method="minimum")
MA.p <-normalizeWithinArrays(RG.b,method="loess")
MA.pAq <- normalizeBetweenArrays(MA.p, method="Aquantile")
However, in my experiments I had the reference sample labeled in green
so I would like to have M-values calculated as M=log2G-log2R instead
of
M=log2R-log2G. Is there any simple way to do this?
Thanks for any help,
Torsten
Torsten Waldminghaus
Department of Cell Biology
Institute for Cancer Research
Rikshospitalet-Radiumhospitalet-HF
Ullernchaussen 70
0310 Oslo
tel: 47-22935973
fax: 47-22934580
e-mail: Torsten.Waldminghaus@rr-research.no
http://openwetware.org/wiki/User:Torsten_Waldminghaus
[[alternative HTML version deleted]]