mulDiff(Mulcom)
mulDiff()所属R语言包:Mulcom
MulCom Test Differential analysis
MulCom测试差异分析
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Identify the differentially expressed features for a specific comparison with given m and t value
确定一个给定的M和T值的具体比较差异表达的功能
用法----------Usage----------
mulDiff(eset, Mulcom_P, m, t, ind)
参数----------Arguments----------
参数:eset
An ExpressionSet object from package affy
从包affy ExpressionSet对象
参数:Mulcom_P
An object of class Mulcom_P
一个类Mulcom_P的对象
参数:m
the m values for the analysis
m值分析
参数:t
the t values for the analysis
t值分析
参数:ind
and index refeing to te comparison, should be numeric
指数refeing TE比较,应该是数字
值----------Value----------
参数:eset
An ExpressionSet object from package affy
从包affy ExpressionSet对象
参数:Mulcom_P
An object of class Mulcom_P
一个类Mulcom_P的对象
参数:m
the m values for the analysis
m值分析
参数:t
the t values for the analysis
t值分析
参数:ind
and index refeing to te comparison, should be numeric
指数refeing TE比较,应该是数字
作者(S)----------Author(s)----------
Claudio Isella, <a href="mailto:claudio.isella@ircc.it">claudio.isella@ircc.it</a>
举例----------Examples----------
data(benchVign)
mulcom_perm <- mulPerm(Affy, Affy$Groups, 10, 7)
mulcom_diff <- mulDiff(Affy, mulcom_perm, 0.2, 2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|