posteriorProbs(cn.mops)
posteriorProbs()所属R语言包:cn.mops
These generic function returns the posterior probabilities of a CNV detection method stored in an instance of <a href="../../cn.mops/help/CNVDetectionResult%2dclass">CNVDetectionResult-class</a>. The posterior probabilities are represented as a three dimensional array, where the three dimensions are segment,
这些通用功能返回存储在一个<a href="../../cn.mops/help/CNVDetectionResult%2dclass">实例中的CNV检测方法的后验概率的CNVDetectionResult-级</ A>。的后验概率表示为一个三维数组,其中的三个层面是段,
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These generic function returns the posterior probabilities of a CNV detection method stored in an instance of CNVDetectionResult-class. The posterior probabilities are represented as a three dimensional array, where the three dimensions are segment, copy number and individual.
这些通用函数返回存储在CNVDetectionResult-class实例的CNV检测方法的后验概率。作为一个三维数组,其中的三个维度段,拷贝数和个人代表的后验概率。
参数----------Arguments----------
参数:object
An instance of "CNVDetectionResult"
“CNVDetectionResult”的一个实例
值----------Value----------
posteriorProbs returns a three dimensional array.
posteriorProbs返回一个三维数组。
作者(S)----------Author(s)----------
Guenter Klambauer <a href="mailto:klambauer@bioinf.jku.at">klambauer@bioinf.jku.at</a>
举例----------Examples----------
data(cn.mops)
r <- cn.mops(X[1:100,1:5])
posteriorProbs(r)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|