Class "Properties"
Objects can be created by calls to properties
, as described
below.
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>
trm <- term("uberon", "UBERON:0002107") trm properties(trm) trm2 <- term("GO", "GO:0005326") trm2 properties(trm2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.