mulOptPlot(Mulcom)
mulOptPlot()所属R语言包:Mulcom
MulCom optimization Plot
MulCom优化积
译者:生物统计家园网 机器人LoveR
描述----------Description----------
MulCom optimization Plot to identify best configuration paramters
MulCom优化图,以确定最佳配置参数研究
用法----------Usage----------
mulOptPlot(M.Opt, ind, th, smooth = "NO")
参数----------Arguments----------
参数:M.Opt
an MulCom optimization object
一个MulCom优化目标
参数:ind
index corresponding to the comparison to plot
指数相应的图比较
参数:th
a threshold for the FDR plot
为FDR图的阈值
参数:smooth
indicates whether the FDR plot will show a significant threshold or will be continuous.
表明FDR图是否会表现出显着的阈值或将持续。
Details
详情----------Details----------
mulOptPlot MulCom optimization Plot
mulOptPlot的MulCom的优化图
值----------Value----------
a numeric vector
数字向量
作者(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,2)
mulcom_opt <- mulOpt(mulcom_perm, vm=seq(0.1, 0.5, 0.1), vt=seq(1, 3,1))
mulOptPlot(mulcom_opt, 1, 0.05)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|