Computes a quality score for a CNV fit
质量得分计算为CNV适合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The quality scores measures how well the clusters are separated. It ocmpares the locations of the means with the standard error for each pair of adjacent cluster. A quality score greater than 4 is usually good enough for association studies.
质量分数如何做好聚类分离的措施。它ocmpares每相邻聚类的标准错误的手段的位置。一个大于4的质量得分通常是足够良好的关联研究。
用法----------Usage----------
getQualityScore(posterior)
参数----------Arguments----------
参数:posterior
A data frame generated by CNVtest.binary
CNVtest.binary产生一个数据框
值----------Value----------
One number, the quality score.
一个数量,质量得分。
作者(S)----------Author(s)----------
Vincent Plagnol <a href="mailto:vincent.plagnol@cimr.cam.ac.uk">vincent.plagnol@cimr.cam.ac.uk</a> and Chris Barnes <a href="mailto:christopher.barnes@imperial.ac.uk">christopher.barnes@imperial.ac.uk</a>