Tumor Purity Calculator

Estimate tumor cell fraction from clonal copy-number variant (CNV) events using observed minor allele fraction (MAF).

Assumption

CNV event is clonal — present in 100% of tumor cells.

Inputs

Tumor karyotype (A, AA, AAB, …) and observed minor allele fraction.

Output

Estimated tumor purity as a percentage, plus a MAF-vs-purity curve.

Normal background

Non-tumor cells are assumed diploid AB (MAF = 0.5).

Method

For a sample with tumor purity p, tumor karyotype with a minor-allele copies out of t total copies, and a diploid (AB) normal background, the observed MAF is:

MAF = (p·a + (1−p)·1) / (p·t + (1−p)·2)

Solving for p:

p = (1 − 2·MAF) / (MAF·(t − 2) + (1 − a))

Karyotype Minor copies (a) Total copies (t) Tumor MAF Note
A 010.000Hemizygous deletion
AA 020.000Copy-neutral LOH
AB 120.500Diploid — indeterminate
AAB 130.333Copy Gain
AAA 030.000Triploid, all major
AABB 240.500Tetraploid balanced — indeterminate
AAAB 140.250Tetraploid, 1 minor
AAAA 040.000Tetraploid, all major