找回密码
 注册
查看: 426|回复: 0

R语言 flowCore包 transformList-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-25 17:50:03 | 显示全部楼层 |阅读模式
transformList-class(flowCore)
transformList-class()所属R语言包:flowCore

                                        Class "transformList"
                                         类“transformList”

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Class "transformList"
类“transformList”


用法----------Usage----------



transformList(from, tfun, to=from, transformationId =
                 "defaultTransformation")




参数----------Arguments----------

参数:from,to
Characters giving the names of the measurement parameter on which to transform on and into which the result is supposed to be stored. If both are equal, the existing parameters will be overwritten.  
给测量参数的名称上的转变和结果应该是存储的字符。如果双方都是平等的,现有的参数将被改写。


参数:tfun
A list if functions or a character vector of the names of the functions used to transform the data. R's recycling rules apply, so a single function can be given to be used on all parameters.  
一个列表,如果功能或特征向量用于转换数据的函数的名称。 R的回收规则的申请,使一个单一的功能,可以给所有参数。


参数:transformationId
The identifier for the object.  
为对象的标识符。


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("transformList",     ...), by calling the transform method with key-value pair arguments of the form key equals character and value equals function, or by using the constructor transformList. See below for details
对象可以通过检测的形式new("transformList",     ...),transform方法通过调用键 - 值对参数的形式key等于性格和创造value等于功能,或通过使用构造函数transformList。请参阅以下详细


插槽----------Slots----------




transforms: Object of class "list", where each
transforms类"list",其中每个对象




transformationId: Object of class "character",
transformationId:Object类的"character",


方法----------Methods----------




colnames signature(x = "transformList"): This returns
colnamessignature(x = "transformList"):返回




c signature(x = "transformList"): Concatenate
Csignature(x = "transformList"):CONCATENATE




%on% signature(e1 = "transformList", e2 =     "flowFrame"): Perform a transformation using the transformList on a flowFrame or
%%signature(e1 = "transformList", e2 =     "flowFrame"):执行转换使用transformList或flowFrame


作者(S)----------Author(s)----------


B. Ellis, F. Hahne



参见----------See Also----------

transform, transformMap
transform,transformMap


举例----------Examples----------



tl <- transformList(c("FSC-H", "SSC-H"), list(log, asinh))
colnames(tl)
c(tl, transformList("FL1-H", "linearTransform"))
data(GvHD)
transform(GvHD[[1]], tl)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-2-9 02:54 , Processed in 0.019705 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表