getTransformations(flowWorkspace)
getTransformations()所属R语言包:flowWorkspace
Return a list of transformations in a flowJo workspace
返回一个转换在flowJo工作区列表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a list of all the transformations in a flowJo workspace
返回在flowJo工作区中所有的转换列表
用法----------Usage----------
## S4 method for signature 'flowJoWorkspace'
getTransformations(x)
参数----------Arguments----------
参数:x
A flowJoWorkspace object
一个flowJoWorkspace对象
Details
详情----------Details----------
Returns a list of the transformations in the flowJo workspace. The list is of length L, where L is the number of distinct transformations applied to samples in the flowJoWorkspace. Each element of L is itself a list of length M, where M is the number of parameters that were transformed for a sample or group of samples in a flowJoWorkspace. For example, if a sample has 10 parameters, and 5 are transformed during analysis, using two different sets of transformations, then L will be of length 2, and each element of L will be of length 5. The elements of L represent channel- or parameter-specific transformation functions that map from raw intensity values to channel-space used by flowJo.
返回转换在flowJo工作区。列表中的长度是L,其中L是适用于flowJoWorkspace样品的数量明显的转变。每个L元素本身就是一个list的长度M,其中M是参数的数量,在转化为样品或样本组<X >例如,如果一个样本有10个参数,5转化在分析过程中,使用两个不同的转换,那么L将长度为2,L的每个元素的长度为5。元素的flowJoWorkspace通道或特定参数的转换功能,从原材料的强度值映射到通道空间flowJo使用。“
值----------Value----------
参数:comp 1
The first transformaton in the workspace.
在工作区中的第一个转变推进。
参数:comp 2
The second transformation in the workspace.
在工作区中的第二次转型。
Comp 1 .. Comp L are themselves lists of functions, with each element of the list representing a transformation applied to a specific channel/parameter of a sample.
比赛1 ......比赛L本身的功能列表,代表转型适用于一个特定的通道/样品的参数列表中的每个元素。
注意----------Note----------
This representation will likely be changed in the future to use the flowCore internal transformation classes.
这表示将有可能在未来改变使用内部flowCore类transformation。
作者(S)----------Author(s)----------
Greg Finak <a href="mailto:gfinak@fhcrc.org">gfinak@fhcrc.org</a>
参考文献----------References----------
参见----------See Also----------
linknames
link名
举例----------Examples----------
## Not run: [#无法运行:]
#Assume f is a flowJoWorkspace[假设f是1 flowJoWorkspace]
getTransformations(f);
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|