DOOBSOLETE {DO.db}R Documentation

Annotation of DO identifiers by terms defined by Disease Ontology Consortium and their status are obsolete

Description

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

Details

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

Mappings were based on data provided by: Disease Ontology With a date stamp from the source of: 20150323 (sub_version 2806)

References

http://do-wiki.nubic.northwestern.edu/index.php/Main_Page

Examples

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

[Package DO.db version 2.9 Index]