transformMap-class(flowCore)
transformMap-class()所属R语言包:flowCore
A class for mapping transforms between parameters
A类映射参数之间的转换
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class provides a mapping between parameters and transformed parameters via a function.
这个类提供了一个转换参数,并通过一个函数参数之间的映射。
类的对象----------Objects from the Class----------
Objects of this type are not usually created by the user, except perhaps in special circumstances. They are generally automatically created by the inline transform process during the creation of a transformFilter, or by a call to the transformList constructor.
这种类型的对象通常不是由用户创建的,也许除了在特殊情况下。他们一般都在创造一个transform自动创建,或通过调用transformFilter构造内嵌transformList过程。
插槽----------Slots----------
output: Name of the transformed parameter
output:转换参数的名称
input: Name of the parameter to transform
input:参数的名称转换
f: Function used to accomplish the transform
f:功能用于完成转换
方法----------Methods----------
show signature(object = "transformList"): Print details
显示signature(object = "transformList"):打印详情
作者(S)----------Author(s)----------
B. Ellis, F. Hahne
参见----------See Also----------
transform, transformList
transform,transformList
举例----------Examples----------
new("transformMap", input="FSC-H", output="FSC-H", f=log)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|