Entering edit mode
chawla
▴
190
@chawla-4416
Last seen 10.3 years ago
Hi
I am using GO.db package for finding GO terms for a given Id.
I failed to find few of these for example : GO:0001200, GO:0001227,
GO:0001228
I used the code :
goterms<-unlist(eapply(GOTERM,function(x) x@Term))
goterms<-as.matrix(goterms)
which(rownames(goterms)=="GO:0001200")
>integer(0)
In The gene Ontology database "GO:0001200" is for "metal ion regulated
sequence-specific DNA binding RNA polymerase II transcription factor
activity".
I also found that GOA has 39117 GO terms while GO.db has 32255 GO
terms. I checked the reference manual for GO.db which says it is
updated biannually but the last update is of April2012.
I am wondering if it will be updated soon else please suggest any
other package which has similar functionality.
Or is there any error in the code ??
Thanks
Konika Chawla
PhD Student
Department of Biology
NTNU
[[alternative HTML version deleted]]