Entering edit mode
Malard, Joel M
▴
100
@malard-joel-m-917
Last seen 10.2 years ago
Greetings,
I would like to compare (visually) the raw intensities of 40
affymetrix
MOE430A arrays with the corresponding expression values computed by
RMA,
e.g. using the function image.
It seemed a good idea to replace the exprs component of the AffyBatch
object with the exprs component of the object returned by justRMA but
that does not work.
library(affy);
data <- ReadAffy(filenames=c("A1.CEL", etc, "A40.CEL"));
exprs(data) <- exprs(justRMA(filenames=c("A1.CEL", etc,
"A40.CEL")));
image(data[,1]);
The error message is:
> image(data[,1]);
Warning message:
data length [22690] is not a sub-multiple or multiple of the number of
rows [712] in matrix
The resulting image shows diagonal lines that shouldn't be there.
Could anyone put me on the right track?
Thanks for your help.
Joel Malard
[[alternative HTML version deleted]]