Returns direct children of term of interest
返回长远利益的直接子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns set of direct children of the term of interest. Term in the set is represented as the instance of the OntologyTerm class
设置直接儿童的术语利益回报。 OntologyTerm类的实例表示集合中的术语
用法----------Usage----------
getTermChildren(object1,object2)
参数----------Arguments----------
参数:object1
instance of the Ontology class
Ontology类的实例
参数:object2
instance of the OntologyTerm class
OntologyTerm类的实例
值----------Value----------
Returns set of ontology terms: each term in the set is the instance of the OntologyTerm class
本体条款设置:每个组中的术语回报是OntologyTerm类的实例
作者(S)----------Author(s)----------
Natalja Kurbatova
参考文献----------References----------
参见----------See Also----------
Ontology and OntologyTerm
Ontology和OntologyTerm
举例----------Examples----------
efo <- getEFO()
term <- getTermById(efo,"EFO_0000322")
getTermChildren(efo,term)