Returns paths to the specified term from ontology's root term. Term in the set is represented as the instance of the OntologyTerm class.
返回路径到指定的期限,从本体论的根术语。集合中的术语代表的作为OntologyTerm类的实例。
用法----------Usage----------
showPathsToTerm(object1,object2)
参数----------Arguments----------
参数:object1
instance of the Ontology class
Ontology类的实例
参数:object2
instance of the OntologyTerm class
OntologyTerm类的实例
值----------Value----------
Returns paths in a string form
在一个字符串形式返回的路径
作者(S)----------Author(s)----------
Natalja Kurbatova
参考文献----------References----------
参见----------See Also----------
Ontology and OntologyTerm
Ontology和OntologyTerm
举例----------Examples----------
efo <- getEFO()
term <- getTermById(efo,"EFO_0000827")
showPathsToTerm(efo,term)