create_eset_r(puma)
create_eset_r()所属R语言包:puma
Create an ExpressionSet from a PPLR matrix
创建一个从PPLR矩阵ExpressionSet
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This is really an internal function called from pumaComb. It is used to create an ExpressionSet object from the output of the bcomb function (which was originally part of the pplr package. Don't worry about it!
这实在是一个内部功能从pumaComb,。它被用来创建输出的bcomb功能(这是最初的ExpressionSet包的一部分。pplr对象,不要担心!
用法----------Usage----------
create_eset_r(
eset
, r
, design.matrix=createDesignMatrix(eset)
)
参数----------Arguments----------
参数:eset
An object of class ExpressionSet. The phenotype information from this is used as the phenotype information of the returned object
对象类ExpressionSet。从这个表型的信息被用来作为返回对象的表型信息
参数:r
A data frame with components named 'M1', 'M2', and so on, which represent the mean expression values for condition 1, condition 2, and so on. It also has components named 'Std1', 'Std2', and so on, which represent the standard deviation of the gene expression values for condition 1, condtion 2, and so on. This type of data frame is output by function bcomb and hcomb
一个名为“M1,M2的”,等等,代表的条件1,条件2的平均表达值,等组件的数据框。它也有组件名为STD1,STD2“,等等,代表的条件1,condtion 2的基因表达值的标准偏差,等等。这种类型的数据框输出功能bcomb和hcomb
参数:design.matrix
A design matrix.
一个设计矩阵。
值----------Value----------
An object of class ExpressionSet.
对象类ExpressionSet。
作者(S)----------Author(s)----------
Richard D. Pearson
参见----------See Also----------
Related methods bcomb, hcomb, pumaComb and pumaCombImproved
相关的方法bcomb,hcomb,pumaComb和pumaCombImproved
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|