mulOpt(Mulcom)
mulOpt()所属R语言包:Mulcom
MulCom optimization
MulCom优化
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The function systematically performs the calculation of significant genes and corresponding FDR for all the combination of given list of m and t values.
系统的功能执行的重要基因和相应的FDR所有的M和T值列表的组合计算。
用法----------Usage----------
mulOpt(Mulcom_P, vm, vt)
参数----------Arguments----------
参数:Mulcom_P
an object of class Mulcom_P
一个类Mulcom_P的对象
参数:vm
a vector of m values to test
测试的m值的向量
参数:vt
a vector of t values to test
向量的t值测试
Details
详情----------Details----------
mulOpt The function systematically performs the calculation of significant genes and corresponding FDR for all the combination of given list of m and t values.
mulOpt系统功能进行了显着的基因和相应的FDR所有的M和T值列表的组合计算。
作者(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_opt <- mulOpt(mulcom_perm, seq(0.1, 0.5, 0.1), seq(1, 3, 0.1))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|