qvalue.restricted(WGCNA)
qvalue.restricted()所属R语言包:WGCNA
qvalue convenience wrapper
qvalue方便包装
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calls qvalue on finite input p-values, optionally traps errors from the q-value calculation, and returns just the q values.
函数调用qvalue有限输入的p值,任选陷阱从q值计算的错误,并返回刚刚q值。
用法----------Usage----------
qvalue.restricted(p, trapErrors = TRUE, ...)
参数----------Arguments----------
参数:p
a vector of p-values. Missing data are allowed and will be removed.
p-值的矢量。允许丢失的数据将被删除。
参数:trapErrors
logical: should errors generated by function qvalue trapped? If TRUE, the errors will be silently ignored and the returned q-values will all be NA.
逻辑:由函数生成的错误qvalue困的?如果TRUE,错误将被悄悄地忽略和,返回Q值都将是NA。
参数:...
other arguments to function qvalue.
其它参数的函数qvalue。
值----------Value----------
A vector of q-values. Entries whose corresponding p-values were not finite will be NA.
Q值的矢量。不是有限的文章,其相应的p-值将是NA。
(作者)----------Author(s)----------
Peter Langfelder
参见----------See Also----------
qvalue
qvalue
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|