Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix scat (sdbw Tong version) and correct homd events
The scatter (scat* version) component of the Sdbw validity index was computed incorrectly - smaller clusters were given more favorable weighting. Now this is has changed to do the opposite: scat.Ci[i] <- ((N-ni) / N) * (var.Ci/var.D) Fixes #43. Thanks to @alashkov83 for pointing out this mistake. correctIntegerCN now also readjusts HOMD calls based on tumor purity and ploidy corrected log ratios. The effect is similar to re-adjusting high-level amplification but for homozygous deletions.
- Loading branch information