scoreOffset(BioNet)
scoreOffset()所属R语言包:BioNet
Change score offset for 2 FDRs
偏移量为2 FDRs更改评分
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function to change score offset from FDR1 to FDR2.
功能改变抵消从FDR1到FDR2的的得分。
用法----------Usage----------
scoreOffset(fb, fdr1, fdr2)
参数----------Arguments----------
参数:fb
Model from the beta-uniform mixture fitting.
从β-均匀混合拟合模型。
参数:fdr1
First false discovery rate.
第一个虚假的发现率。
参数:fdr2
Second false discovery rate.
第二个错误发现率。
值----------Value----------
Offset for the score of the second FDR.
抵消第二FDR得分。
作者(S)----------Author(s)----------
Marcus Dittrich
参见----------See Also----------
bumOptim, fitBumModel
bumOptim,fitBumModel
举例----------Examples----------
data(pvaluesExample)
pvals <- pvaluesExample[,1]
bum <- bumOptim(pvals, starts=10)
scoreOffset(bum, fdr1=0.001, fdr2=0.000001)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|