[BioC] Bug in function hasGOannote() form GOstats package

Adrian Alexa adrian.alexa at gmail.com
Sun Nov 7 18:53:48 CET 2004


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



More information about the Bioconductor mailing list