Entering edit mode
Yi Xing
▴
30
@yi-xing-2243
Last seen 10.2 years ago
Hi,
I tried to read several Imagene files with LIMMA:
library(limma)
targets<-readTargets()
files<-targets[,c("FileNameCy3","FileNameCy5")]
RG<-read.maimages(files,source='imagene')
however, I got this error message:
Read header information
Error in matrix(0, nspots, narrays) : matrix: invalid 'nrow' value
(too
large or NA)
In addition: Warning message:
NAs introduced by coercion
What might be the problem and how to fix it? Thanks.
Yi Xing