GOOBSOLETE {GO.db}R Documentation

Annotation of GO identifiers by terms defined by Gene Ontology Consortium and their status are obsolete

Description

This is an R object mapping GO identifiers to the specific terms in defined by Gene Ontology Consortium and their definition are obsolete

Details

All the obsolete GO terms that are collected in this index will no longer exist in other mapping objects.

Mappings were based on data provided by: Gene Ontology ftp://ftp.geneontology.org/pub/go/godatabase/archive/latest-lite/ With a date stamp from the source of: 20110910

References

http://www.ncbi.nlm.nih.gov/LocusLink

Examples

    # Convert the object to a list
    xx <- as.list(GOTERM)
    if(length(xx) > 0){
        # Get the TERMS for the first elent of xx
        GOID(xx[[1]])
        Ontology(xx[[1]])
    }

[Package GO.db version 2.6.1 Index]