geneont object - Data structure containing Gene Ontology (GO) information

Description

A geneont object is a data structure containing Gene Ontology information. Gene Ontology terms can be explored and traversed through "is_a" and "part_of" relationships.

Method Summary

Following are methods of a geneont object:

getancestors (geneont)Find terms that are ancestors of specified Gene Ontology (GO) term
getdescendants (geneont)Find terms that are descendants of specified Gene Ontology (GO) term
getmatrix (geneont)Convert geneont object into relationship matrix
getrelatives (geneont)Find terms that are relatives of specified Gene Ontology (GO) term

Property Summary

Properties of a geneont Object

PropertyDescription
default_namespaceRead-only string containing the namespace to which terms are assigned.
format_versionRead-only string containing the version of the encoding of the OBO flat format file.
dateRead-only string containing the date the OBO file was last updated.
TermsRead-only column vector with handles to term objects of a geneont object. For properties of term objects, see Properties of Terms Objects.

Properties of Terms Objects

PropertyDescription
idNumeric value that corresponds to the GO ID of the GO term.

    Tip   You can use the num2goid function to convert id to a GO ID string.

nameString representing the name of the GO term.
ontologyString limited to 'molecular function', 'biological process', or 'cellular component'.
definitionString that defines the GO term.
synonymNumeric array containing GO IDs of GO terms that are synonyms of this GO term.
is_aNumeric array containing GO IDs of GO terms that have an "is_a" relationship with this GO term.
part_of Numeric array containing GO IDs that of GO terms that have a "part_of" relationship with this GO term.
obsoleteBoolean value that indicates if the GO term is obsolete (1) or not obsolete (0).

See Also

Bioinformatics Toolbox™ functions: geneont (object constructor), goannotread, num2goid

Bioinformatics Toolbox methods of geneont object: getancestors, getdescendants, getmatrix, getrelatives

  


 © 1984-2008- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS