secLevGen {ontoProc} | R Documentation |
simple generation of children of 'choices' given as terms, returned as TermSet
secLevGen(choices, ont)
choices |
vector of terms |
ont |
instance of ontology_index (S3) from ontologyIndex package |
TermSet instance
efoOnto = getEFOOnto() secLevGen( "disease", efoOnto )