siblings_TAG {ontoProc} | R Documentation |
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
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
efoOnto = getEFOOnto() siblings_TAG( "EFO:1001209", efoOnto ) efoOnto = getEFOOnto() label_TAG( "EFO:0000311", efoOnto ) efoOnto = getEFOOnto() children_TAG( ontology = efoOnto )