getSubTerms(biocViews)
getSubTerms()所属R语言包:biocViews
Retrieve a term and its children from a vocab DAG
检索术语及其子女从一个单词的DAG
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given a Directed Acyclic Graph (DAG) represented as a graphNEL instance, return a character vector consisting of the specified term and all of its descendants. That is, give the list of terms for which a path exists starting at term.
鉴于有向无环图(DAG)为代表graphNEL实例,返回一个字符指定term和所有它的后代组成的向量。也就是说,给术语列表,路径存在于term开始。
用法----------Usage----------
getSubTerms(dag, term)
参数----------Arguments----------
参数:dag
A graphNEL representing a DAG
一个graphNEL代表一个DAG
参数:term
A string giving a term in the vocabulary (a node in dag)
一个字符串,给出一个术语的词汇(在dag节点)
值----------Value----------
A character vector of term names.
术语的名称的一个特征向量。
作者(S)----------Author(s)----------
S. Falcon
举例----------Examples----------
data(biocViewsVocab)
getSubTerms(biocViewsVocab, "Software")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|