getEFO(ontoCAT)
getEFO()所属R语言包:ontoCAT
Returns an instance of the EFO ontology parser
返回的自由振荡本体解析器的一个实例。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Loads the latest EFO version on the fly, creating the inferred ontology classes.
加载最新版本的自由振荡,上飞,创建所推断的本体类。
用法----------Usage----------
getEFO()
值----------Value----------
Returns an instance of the Ontology class.
返回Ontology类的一个实例。
作者(S)----------Author(s)----------
Natalja Kurbatova
参考文献----------References----------
参见----------See Also----------
Ontology and OntologyTerm
Ontology和OntologyTerm
举例----------Examples----------
efo<-getEFO()
getEFOBranchRootIds(efo)
getTermParentsById(efo,"EFO_0001221")
term_efo <- getTermById(efo,"EFO_0000322")
isEFOBranchRoot(efo,term_efo)
searchTermPrefix(efo,"leuk")
getTermAndAllChildren(efo,term_efo)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|