Entering edit mode
SAURIN
★
1.1k
@saurin-799
Last seen 10.2 years ago
Hi BioC,
Can any one tell what could be the reason for this
error:
myGOCC <- GOHyperG(myUNQLL, lib="moe430a",
what="CC");
GOLocmap<-mget(names(myGOCC$intCounts),GOALLLOCUSID);
Error in mget(names(myGOCC$intCounts), GOALLLOCUSID) :
Object "GOALLLOCUSID" not found
I am trying to get ALL LocusIDs accociated with GO
terms. I don't know why I am getting this error? I am
using R-2.0 on Linux.
thanks,
Saurin