Entering edit mode
10.2 years ago
upendrakumar.devisetty
▴
400
Hi,
I have been trying to generate GO category table for Chinese hamster genome using getgo function in goseq package. Even though chinese hamster is said to be included in the supportedGenomes() function of goseq, i am having trouble generating the GO category table. Does anybody have experience do this.
Here is what I have trying without much success...
genes <- c("EGV95676", "EGW04231", "EGV99641") # example gene list
getgo(genes, "criGri1", "ensGene")
And I get this error -
Error in library(paste(orgstring, "db", sep = "."), character.only = TRUE) :
there is no package called 'NA.db'