Entering edit mode
Biase, Fernando
▴
150
@biase-fernando-4475
Last seen 10.2 years ago
Hi everyone,
Is there a way to retrieve the level for a GO category in R?
As of now I am retrieving terms by using the following code:
> BP_terms <- stack(lapply(mget(GO_BP_Cats_5_more_genes$category,
GOTERM, ifnotfound=NA), Term))
Now I wanted go get the level (3,4,5...,9).
I looked into the "annotate" package and the " .db" (I am using
org.Bt.eg.db) usage but could not find it.
Any hint would be very much appreciated.
Thanks in advance,
Fernando
[[alternative HTML version deleted]]