Hi I am getting this error with the following code, the go key
AnnotationDbi::select(org.Hs.eg.db, keys='GO:1990281',
columns = c("SYMBOL"),
keytype = "GOALL")
error message :
None of the keys entered are valid keys for 'GOALL'
my guess is this particular go term only contains proteins and no genes, the error message seems misleading ?