GOOBSOLETE {GO}R Documentation

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

Description

This is an R environment (hash table) mapping GO identifiers to the specific terms in defined by Gene Ontology Consortium and their definition are obsolete

Details

All the obsolete GO terms are collected in this file will no longer exist on other environments.

Mappings were based on data provided by:

Gene Ontology:http://gopher5/compbio/annotationSourceData/archive.godatabase.org/latest/. Built: 08-Aug-2006

Package built: Tue Sep 5 18:42:30 2006

References

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

Examples

    require("GO") || stop("GO unavailable")
    require("annotate") || stop("annotate unavailable")
    # Convert the environment 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 version 1.14.1 Index]