getKeywords(flowWorkspace)
getKeywords()所属R语言包:flowWorkspace
Get List of Keywords for a Flow Sample
流动样品,获取关键词列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Retrieve the list of keywords associated with a sample
检索与样品相关的关键字列表
用法----------Usage----------
## S4 method for signature 'GatingHierarchy,missing'
getKeywords(obj, y)
## S4 method for signature 'GatingSet,character'
getKeywords(obj, y)
## S4 method for signature 'GatingSet,numeric'
getKeywords(obj, y)
## S4 method for signature 'flowJoWorkspace,character'
getKeywords(obj, y)
参数----------Arguments----------
参数:obj
A flowJoWorkspace, GatingSet, or GatingHierarchy
一个flowJoWorkspace,GatingSet或GatingHierarchy
参数:y
can be omitted if obj is a GatingHierarchy. A character, or numeric if obj is a GatingSet. A character if obj is a flowJoWorkspace
如果obj是GatingHierarchy可以省略。一个character或numeric如果obj是GatingSet。一个character obj如果是flowJoWorkspace“
Details
详情----------Details----------
Retrieve a list of keywords from a flowJoWorkspace, GatingSet, or GatingHierarchy for a particular sample. The sample is specified via y, either a numeric index into a GatingSet, or a sample name (character) for all other types of obj.
flowJoWorkspace,GatingSet或GatingHierarchy一个特定样本检索的关键字列表。通过到y,或样品名称为所有其他类型的GatingSet(character)obj,无论是数字索引指定的样品。
值----------Value----------
A list of keyword - value pairs.
的关键字 - 值对列表。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
举例----------Examples----------
## Not run: [#无法运行:]
#G is a GatingHierarchy[G是1 GatingHierarchy]
getKeywords(G);
#G is a GatingSet[G是1 GatingSet]
getKeywords(G[[1]])
getKeywords(G,1)
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|