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

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

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

                                        Create the definition of an arcsinh transformation function (base specified by user) to be applied on a data set
                                         被应用于数据集创建一个arcsinh转换函数(由用户指定的碱基)的定义

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

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

Create the definition of the arcsinh Transformation that will be applied on some parameter via the transform method.  The definition of this function is currently  x<-asinh(a+b*x)+c). The transformation would normally be used to convert to a linear valued parameter to the natural logarithm scale. By default a and b are both equal to 1 and c to 0.
创建将通过transform方法适用于某些参数上的arcsinh转型的定义。这个函数的定义是目前X <-ASINH(A + B * X)+ C)。转型通常会被用来转换为线性值参数的自然对数刻度。默认情况下,A和B都等于1和c为0。


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


arcsinhTransform(transformationId="defaultArcsinhTransform", a=1, b=1, c=0)



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

参数:transformationId
character string to identify the transformation
字符串,以确定改造


参数:a
positive double that corresponds to the base of the logarithm.  
正面双对应的对数的底数。


参数:b
positive double that corresponds to a scale factor.
正面双对应一个比例因子。


参数:c
positive double that corresponds to a scale factor
正面双对应一个比例因子


值----------Value----------

Returns an object of class transform.
类transform返回一个对象。


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


B. Ellis



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

transform-class, transform, asinh
transform-class,transform,asinh


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


samp <- read.FCS(system.file("extdata",
   "0877408774.B08", package="flowCore"))
  asinhTrans <- arcsinhTransform(transformationId="ln-transformation", a=1, b=1, c=1)
  dataTransform <- transform(samp,`FSC-H`=asinhTrans(`FSC-H`))

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-2-9 04:14 , Processed in 0.020138 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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