corPredictionSuccess(WGCNA)
corPredictionSuccess()所属R语言包:WGCNA
Qunatification of success of gene screening
基因筛选的成功Qunatification
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates the success of gene screening.
此函数计算的成功基因的筛选。
用法----------Usage----------
corPredictionSuccess(corPrediction, corTestSet, topNumber = 100)
参数----------Arguments----------
参数:corPrediction
a vector or a matrix of prediction statistics
矢量或矩阵的预测统计
参数:corTestSet
correlation or other statistics on test set
测试集上的相关信息或其他统计
参数:topNumber
a vector of the number of top genes to consider
考虑最佳的基因的向量的数量
Details
详细信息----------Details----------
For each column in corPrediction, the function evaluates the mean corTestSet for the number of top genes (ranked by the column in corPrediction) given in topNumber. The higher the mean corTestSet (for positive corPrediction) or negative (for negative corPrediction), the more successful the prediction.
对于每一列中corPrediction,函数计算的平均corTestSet的顶级基因的数量(排名列在corPrediction)在topNumber。较高的平均corTestSet(为积极corPrediction)或负(负corPrediction),比较成功的预测。
值----------Value----------
参数:meancorTestSetOverall
difference of meancorTestSetPositive and meancorTestSetNegative below
meancorTestSetPositive和meancorTestSetNegative下面的差异
参数:meancorTestSetPositive
mean corTestSet on top genes with positive corPrediction
意味着corTestSet的之上基因与积极的corPrediction
参数:meancorTestSetNegative
mean corTestSet on top genes with negative corPrediction
意味着corTestSet的之上基因与负corPrediction
...
...
(作者)----------Author(s)----------
Steve Horvath
参见----------See Also----------
relativeCorPredictionSuccess
relativeCorPredictionSuccess
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|