ratio-class(flowCore)
ratio-class()所属R语言包:flowCore
Class "ratio"
“比”类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
ratio transform calculates the ratio of two parameters defined by the function
变换率计算函数定义的两个参数的比
类的对象----------Objects from the Class----------
Objects can be created by calls to the constructor ratio(parameter1,parameter2,transformationId) .
创建对象可以通过调用的构造ratio(parameter1,parameter2,transformationId) 。
插槽----------Slots----------
.Data: Object of class "function" ~~
.Data:Object类的"function"~~
numerator: Object of class "transformation" -flow parameter
numerator类"transformation"流参数:对象
denominator: Object of class "transformation" -flow parameter
denominator类"transformation"流参数:对象
transformationId: Object of class "character" unique ID to
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 "ratio" in the signature.
没有定义的方法与阶层“比”中的签名。
注意----------Note----------
The ratio transformation object can be evaluated using the eval method by passing the data frame as an argument.The transformed parameters are returned as matrix with one column. (See example below)
比改造的对象可以使用eval方法进行评估,作为argument.The转化参数为基质与一列返回的数据框通过。 (见下面的例子)
作者(S)----------Author(s)----------
Gopalakrishnan N, F.Hahne
参考文献----------References----------
参见----------See Also----------
dg1polynomial,quadratic,squareroot
dg1polynomial,平方,平方根
举例----------Examples----------
dat <- read.FCS(system.file("extdata","0877408774.B08",
package="flowCore"))
rat1<-ratio("FSC-H","SSC-H",transformationId="rat1")
transOut<-eval(rat1)(exprs(dat))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|