sinht-class(flowCore)
sinht-class()所属R语言包:flowCore
Class "sinht"
类“sinht”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
~~ A concise (1-5 lines) description of what the class is. ~~
~一个简明的描述类的是什么(1-5行)。 ~~
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("sinht", parameters, ...). ~~ describe objects here ~~
创建对象可以通过检测的形式new("sinht", parameters, ...)。 ~~在这里描述的对象~
插槽----------Slots----------
.Data: Object of class "function" ~~
.Data:Object类的"function"~~
a: Object of class "numeric"- non zero constant
a:Object类的"numeric" - 非零常数
b: Object of class "numeric"- non zero constant
b:Object类的"numeric" - 非零常数
parameters: Object of class "transformation" -flow parameters
parameters:Object类的"transformation"流参数
transformationId: Object of class "character" -unique ID to
transformationId类"character"唯一的ID对象
延伸----------Extends----------
Class "singleParameterTransform", directly. Class "transform", by class "singleParameterTransform", distance 2. Class "transformation", by class "singleParameterTransform", distance 3. Class "characterOrTransformation", by class "singleParameterTransform", distance 4.
类"singleParameterTransform",直接。类"transform",类“singleParameterTransform”,距离为2。类"transformation",类“singleParameterTransform”,距离3。类"characterOrTransformation",类“singleParameterTransform”,距离4。
方法----------Methods----------
No methods defined with class "sinht" in the signature.
没有任何方法定义类的“sinht”签名。
注意----------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----------
<h3>See Also</h3> asinht
举例----------Examples----------
dat <- read.FCS(system.file("extdata","0877408774.B08", package="flowCore"))
sinh1<-sinht(parameters="FSC-H",a=1,b=2000,transformationId="sinH1")
transOut<-eval(sinh1)(exprs(dat))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|