Description Usage Arguments Value Note Examples
generate a TermSet with siblings of a given term, excluding that term by default
acquire the label of an ontology subject tag
acquire the labels of children of an ontology subject tag
1 2 3 4 5 | siblings_TAG(Tagstring = "EFO:1001209", ontology, justSibs = TRUE)
label_TAG(Tagstring = "EFO:0000311", ontology)
children_TAG(Tagstring = "EFO:1001209", ontology)
|
Tagstring |
a character(1) that identifies a term |
ontology |
instance of ontology_index (S3) from ontologyIndex |
justSibs |
character(1) |
TermSet instance
character(1)
TermSet instance
for label_TAG
, Tagstring
may be a vector
1 2 3 4 5 6 | efoOnto = getEFOOnto()
siblings_TAG( "EFO:1001209", efoOnto )
efoOnto = getEFOOnto()
label_TAG( "EFO:0000311", efoOnto )
efoOnto = getEFOOnto()
children_TAG( ontology = efoOnto )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.