geneont
Class: geneont
Create geneont object and term objects
Syntax
GeneontObj
= geneont
GeneontObj
= geneont('File', FileValue
)
GeneontObj
= geneont('Live', LiveValue
)
GeneontObj
= geneont('Live', LiveValue
,
'ToFile', ToFileValue
)
Description
creates GeneontObj
= geneontGeneontObj
,
a geneont object, from the gene_ontology.obo
file
in the MATLAB® current directory. It also creates multiple term
objects, one for each term in the geneont object.
creates GeneontObj
= geneont('File', FileValue
)GeneontObj
,
a geneont object, from FileValue
, a character
vector specifying the file name of an Open Biomedical Ontology (OBO)-formatted
file that is on the MATLAB search path.
controls the creation of GeneontObj
= geneont('Live', LiveValue
)GeneontObj
, a geneont object, from
the current version of the Gene Ontology database.
Choices are true
or false
(default).
Note
The full Gene Ontology database may take several minutes to
download when you run this function using the 'Live'
property.
,
when GeneontObj
= geneont('Live', LiveValue
,
'ToFile', ToFileValue
)LiveValue
is true
, creates
GeneontObj
, a geneont object, from the most recent
version of the Gene Ontology database and saves the contents of this file to
ToFileValue
, a character vector specifying a file name or
a path and file name.
Input Arguments
FileValue | Character vector specifying the file name of an OBO-formatted file that is on the MATLAB search path. |
LiveValue | Controls the creation of the most up-to-date geneont object.
Enter true to create GeneontObj ,
a geneont object, from the most recent version of the Gene Ontology
database. Default is false . |
ToFileValue | Character vector specifying a file name or path and file name to which to save the contents of the current version of the Gene Ontology database. |
Output Arguments
GeneontObj | MATLAB object containing gene ontology information. |
Examples
See Also
goannotread
| num2goid
| term
| geneont.terms