Hi!
I was using annafy function and I got
anntable<-aafTableAnn(affyids,chip='hgu133a',anncols=aaf.handler())
and I got the error:
Error in do.call("multiget", list(probeids, as.name(environment))) :
couldn't find function "multiget"
I think that the "multiget" function change to "mget" in the
annotation
package, maybe the annaffy package haven't been update to take care of
this change....Or somebody knows what is going on??
--
Mayte Suarez Farinas
The Rockefeller University
1230 York Avenue, Box 212
New York, NY 10021
phone: 1-212-327-8186
fax: 1-212-327-7422
It sound's like you're using the devel version of Biobase and the
release version of annaffy. You should do one of two things:
1) Revert back to the release version of Biobase
2) Upgrade to the devel version of annaffy (which doesn't use
multiget)
That should hopefully solve your problem.
-Colin
On Jun 30, 2004, at 3:00, bioconductor-request@stat.math.ethz.ch
wrote:
> Hi!
>
> I was using annafy function and I got
>
> anntable<-aafTableAnn(affyids,chip='hgu133a',anncols=aaf.handler())
>
> and I got the error:
> Error in do.call("multiget", list(probeids, as.name(environment))) :
> couldn't find function "multiget"
>
> I think that the "multiget" function change to "mget" in the
annotation
> package, maybe the annaffy package haven't been update to take care
of
> this change....Or somebody knows what is going on??