Skip to content

[Bioc-devel] SemSim package - Finding semantic similarity between GO terms

2 messages · Tim Smith, Hervé Pagès

#
Hi Tim,
Tim Smith wrote:
If you were able to load the package, then you should be all set.
The .id2go object is created in the package environment at load-time.
You should be able to see it with:

  > library(SemSim)
  > ls("package:SemSim", all.names=TRUE)
   [1] ".First.lib"   "geneSim"      ".getOnt"      ".gocount"     "GOCount"
   [6] ".id2go"       "mgeneSim"     "mtermSim"     ".packageName" "termSim"

Which version of SemSim are you using?
Could you please provide the output of sessionInfo() along with the complete
set of commands that you did between
  library(SemSim)
and
  geneSim("852695", "5261")

Thanks,
H.