Entering edit mode
Adrian Alexa
▴
400
@adrian-alexa-936
Last seen 10.2 years ago
Dear Bioconductor developers,
I'm using GOstats package and I found a bug(more a typo) in function
hasGOannote()
hasGOannote
function (x, which = "MF")
{
if (is(x, "GOTerms")) {
cat = Ontoloy(x) ## should be: cat =
Ontology(x)
if (!is.na(cat) && cat == which)
........................................
........................................
}
I also look at the development version of GOstats and is the same typo
there.
--
Adrian Alexa
Max-Planck-Institut fuer Informatik
Stuhlsatzenhausweg 85 Room 514
66123 Saarbruecken, Germany