Description Objects from the Class Slots Methods Author(s) References See Also Examples
External view for an ontological terms in ontoCAT package
Don't create objects of this class. It is a wrapper around an internal Java representation.
term
:Object of class "jobjRef"
No user-serviceable parts inside.
signature(object = "OntologyTerm")
: Returns accession of the term
signature(object = "OntologyTerm")
: Returns description of the term
signature(object = "OntologyTerm")
: Displays term accession and description string
Tomasz Adamusiak
Adamusiak T, Burdett T, van der Velde K J, Abeygunawardena N, Antonakaki D, Parkinson H and Swertz M: OntoCAT – a simpler way to access ontology resources. Available from Nature Precedings http://dx.doi.org/10.1038/npre.2010.4666.1 (2010)
Malone J, Holloway E, Adamusiak T, Kapushesky M, Zheng J, Kolesnikov N, Zhukova A, Brazma A, Parkinson H: Modeling Sample Variables with an Experimental Factor Ontology. Bioinformatics 2010, 26(8):1112–1118
Experimental Factor Ontology http://www.ebi.ac.uk/efo
Ontology Common API Tasks java library http://www.ontocat.org
Java sources and javadocs: http://sourceforge.net/projects/ontocat/files/
1 2 3 4 5 | ontology <- getEFO()
term <- getTermById(ontology,"EFO_0001221")
show(term)
getAccession(term)
getLabel(term)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.