\name{getQualityScore} \alias{getQualityScore} %- Also NEED an '\alias' for EACH other topic documented here. \title{Computes a quality score for a CNV fit} \usage{ getQualityScore(posterior) } %- maybe also 'usage' for other objects documented here. \arguments{ \item{posterior}{A data frame generated by CNVtest.binary} } \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. } \value{ One number, the quality score. } \author{Vincent Plagnol \email{vincent.plagnol@cimr.cam.ac.uk} and Chris Barnes \email{christopher.barnes@imperial.ac.uk}} \keyword{cluster}