getFJWSubsetIndices(flowWorkspace)
getFJWSubsetIndices()所属R语言包:flowWorkspace
Fetch the indices for a subset of samples in a flowJo workspace, based on a keyword value pair
取指数样本的一个子集,基于关键字值对,在flowJo工作区
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns an index vector into the samples in a flowJo workspace for use with parseWorkspace(subset=), based on a keyword/value filter in a specific group of samples.
索引向量的使用parseWorkspace(子集)的基础上在一个特定的样本组的关键字/值滤波器,返回在flowJo工作区为样本。
用法----------Usage----------
getFJWSubsetIndices(ws, key, value, group)
参数----------Arguments----------
参数:ws
The flowJoWorkspace object
flowJoWorkspace对象
参数:key
The name of the keyword. Type "character"
关键字的名称。型“性格”
参数:value
The value of the keyword. Type "character"
关键字的值。型“性格”
参数:group
The group of samples to subset. Type numeric.
样本组的子集。键入数字。
Details
详情----------Details----------
This function will calculate the indices of a subset of samples in a flowJoWorkspace, based on a keyword/value filter. It is applied to a specific group of samples in the workspace. It is meant to be passed to the subset= argument of parseWorkspace.
此功能将计算在flowJoWorkspace的指数样本的一个子集,基于关键字/值滤波器。它适用于在工作区中的特定组的样品。它是要传递给子集= parseWorkspace参数。
值----------Value----------
A numeric vector of indices.
一个数字指标的向量。
作者(S)----------Author(s)----------
Greg Finak <gfinak@fhcrc.org>
参见----------See Also----------
parseWorkspace
parseWorkspace
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|