Entering edit mode
Yisong Zhen
▴
200
@yisong-zhen-2952
Last seen 7.4 years ago
Dear All,
I try to use the mas5 to normalize my data. but it failed. However, I
can use RMA method to normlize the data.
The following is the error message:
Loading required package: affyio
Loading required package: preprocessCore
> raw.data<-ReadAffy();
> mas5.data<-mas5(raw.data);
background correction: mas
PM/MM correction : mas
expression values: mas
background correcting...Error in as.vector(data) : NA/NaN/Inf in
foreign function call (arg 1).
Here is my sessioninfo():
> sessionInfo() ;
R version 2.7.2 (2008-08-25)
ia64-unknown-linux-gnu
locale:
LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US
.UTF-8;LC_MONETARY=C;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_N
AME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTI
FICATION=C
attached base packages:
[1] tools stats graphics grDevices utils datasets
methods
[8] base
other attached packages:
[1] cint06a520380fcdf_1.18.0 affy_1.18.2
preprocessCore_1.2.1
[4] affyio_1.8.1 Biobase_2.0.1
Thanks very much for any help.
Yisong