Description Objects from the Class Slots Extends Methods and functions Author(s) Examples
Propteries (relationships) between terms can be queries for complete
Ontology
objects and
Term
/Terms
instances, and
the results are stored as objects of class Property
or
Properties
.
Objects can be created by calls to properties
, as described
below.
See the Term
and Terms
classes.
Class "Terms"
, directly.
signature(object = "Ontology", pagesize =
200)
: ... Also works with a character
with the ontology
namespace. See Ontology
for details.
signature(object = "Term")
: retrieves the
properties of term object
and returns a Properties
object. Returns NULL
when no properties are available.
signature(object = "Terms", ...)
: retrieves
the properties of each term of object
and returns a list of
Properties
(or NULL
) items.
signature(object = "Properties")
: shows a textual
summary of the object.
signature(object = "Properties")
: returns the
number of properties in object
.
Laurent Gatto <lg390@cam.ac.uk>
1 2 3 4 5 6 7 | trm <- term("uberon", "UBERON:0002107")
trm
properties(trm)
trm2 <- term("GO", "GO:0005326")
trm2
properties(trm2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.