dg1polynomial-class(flowCore)
dg1polynomial-class()所属R语言包:flowCore
Class "dg1polynomial"
类“dg1polynomial”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
dg1polynomial allows for scaling,linear combination and translation within a single transformation defined by the function
dg1polynomial允许缩放,线性组合,在函数定义了一个单一转换翻译
类的对象----------Objects from the Class----------
Objects can be created by using the constructor dg1polynomial(parameter,a,b,transformationId).
创建对象可以使用的构造dg1polynomial(parameter,a,b,transformationId)。
插槽----------Slots----------
.Data: Object of class "function" ~~
.Data:Object类的"function"~~
parameters: Object of class "parameters"
parameters类"parameters":对象
a: Object of class "numeric" - coefficients of length equal to the number of flow parameters
a:对象类"numeric" - 流参数的长度等于系数
b: Object of class "numeric" - coefficient of length 1 that performs the translation
b类"numeric" - 长度为1的系数,执行翻译:对象
transformationId: Object of class "character" unique ID to reference the transformation
transformationId:类"character"唯一的ID对象引用转换
延伸----------Extends----------
Class "transform", directly. Class "transformation", by class "transform", distance 2. Class "characterOrTransformation", by class "transform", distance 3.
类"transform",直接。类"transformation"“类”改造“,距离2。类"characterOrTransformation"“类”改造“,距离3。
方法----------Methods----------
No methods defined with class "dg1polynomial" in the signature.
没有任何方法定义类的“dg1polynomial”签名。
注意----------Note----------
The transformation object can be evaluated using the eval method by passing the data frame as an argument.The transformed parameters are returned as a matrix with a single column.(See example below)
可以使用eval方法改造对象的评价作为一个矩阵返回单个列作为一个argument.The转换参数,通过数据框。(见下面的例子)
作者(S)----------Author(s)----------
Gopalakrishnan N, F.Hahne
参考文献----------References----------
参见----------See Also----------
ratio,quadratic,squareroot
比,平方,平方根
举例----------Examples----------
dat <- read.FCS(system.file("extdata","0877408774.B08",
package="flowCore"))
dg1<-dg1polynomial(c("FSC-H","SSC-H"),a=c(1,2),b=1,transformationId="dg1")
transOut<-eval(dg1)(exprs(dat))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|