<div class="preformatted">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.e…
