Entering edit mode
Paul Grosu
▴
110
@paul-grosu-536
Last seen 10.3 years ago
Hi -
I'm getting the following error when I try to do rma on loaded CEL
data:
> datafiles <- ReadAffy()
> procinfo <- rma(datafiles)
Note: You did not specify a download type. Using a default value of:
Win32
This will be fine for almost all users
Error in FUN(X[[1]], ...) : No direct or inherited method for function
"pkgVersion" for this call
For some reason it's not creating the procinfo object that I want it
to
create. Any ideas?
Thx,
-paul