Learn R Programming

CNVtools (version 1.66.0)

getQualityScore: Computes a quality score for a CNV fit

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.

Usage

getQualityScore(posterior)

Arguments

posterior
A data frame generated by CNVtest.binary

Value

One number, the quality score.