Entering edit mode
9.8 years ago
itzirurzun
•
0
Hi!
I'm trying to analyse some microarray data from HT HG-U133 Plus PM chip, but I've problems in the summarization process. I've already done the background correction and the normalization with tools from aroma.affymetrix package, but an error occurred in the summarization part when it has to create the monocell CDF file.
I'm using RMAPlm function like this for the summarization:
plm <- RmaPlm(csN)
fit(plm, verbose=verbose)
It tells me:
error in (...) : 3 arguments passed to '(' which requires 1
I don't know how to fix this, so if someone could help me I'll be very thankful.
Thanks!
But now I have problems updating the package... The error that appeared is the next one:
When I install other package I never had this type of problems, I don't know if it is because I have to update the package as an admin or what..
Are you familiar with this problem?
Thanks in advance!
At the end I manage to install the last version of the package and now the summarization process is working!!
Thanks a lot!!!
I'm having the same problem - can you tell me how you managed to fix it? Thanks!
Edit: Never mind, solved it. For anyone else having the same problem, I installed the required packages using
install.packages()
, which worked.