getNodes(flowWorkspace)
getNodes()所属R语言包:flowWorkspace
Get the names of all nodes in a gating hierarchy
在门层次得到所有节点的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a character vector of names of the nodes (populations) in the GatingHierarchy.
返回一个GatingHierarchy(群体)的节点名称的特征向量。
用法----------Usage----------
## S4 method for signature 'GatingHierarchy'
getNodes(x,tsort=FALSE,...)
参数----------Arguments----------
参数:x
A GatingHierarchy
一个GatingHierarchy
参数:tsort
tsort=TRUE|FALSE returns the nodes in topological sort (TRUE) order.
tsort=TRUE|FALSE在拓扑排序(TRUE),为了返回节点。
参数:...
Additional arguments.
额外的参数。
值----------Value----------
a character vector of node/population names, ordered appropriately.
character节点/人口名称的向量,适当的命令。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
参见----------See Also----------
tsort
tsort
举例----------Examples----------
## Not run: [#无法运行:]
#G is a gating hierarchy[G是一门层次]
getNodes(G,tsort=TRUE)#return nodes in topological sort order.[在拓扑排序顺序返回节点。]
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|