geneont
Data structure containing Gene Ontology (GO) information
Description
A geneont
object is a data structure containing Gene Ontology
information.
You can explore and traverse Gene Ontology terms using “is_a” and “part_of” relationships.
Creation
Syntax
Description
GeneontObj = geneont
creates GeneontObj
, a
geneont
object, from the gene_ontology.obo
file in
the MATLAB® current directory. The function also creates multiple term objects, one for
each term in the GeneontObj
object.
You can use parenthesis () indexing with either GO identifiers (numbers) or by GO terms (term objects) to create a subontology.
GeneontObj
is a handle object. To learn how this affects your use
of the object, see Copying Objects in the
MATLAB Programming Fundamentals documentation.
GeneontObj = geneont(
creates 'File'
,filename)GeneontObj
from the filename
file.
filename
must be on the MATLAB search path.
Input Arguments
Properties
Object Functions
getancestors | Find terms that are ancestors of specified Gene Ontology (GO) term |
getdescendents | Find terms that are descendents of specified Gene Ontology (GO) term |
getmatrix | Convert geneont object into relationship matrix |
getrelatives | Find terms that are relatives of specified Gene Ontology (GO) term |
Examples
Version History
Introduced before R2006a