TrueGate Bio · Analytics Case Work

Rare-event LOQ and Poisson counting statistics

Why the limit of quantitation for a 0.01% population depends on how many events you acquire, and how to set it defensibly.

Synthetic data, built to demonstrate the method

The question

A validation report sets the limit of quantitation for a 0.01% population based on replicate precision at a convenient acquisition depth. Can a rare-event LOQ be set without accounting for how many events were actually counted?

The analysis

2026-09-25T02:57:45.788943 image/svg+xml Matplotlib v3.10.9, https://matplotlib.org/

Counting rare events is a Poisson process. The coefficient of variation from counting alone is 1 divided by the square root of the number of rare events counted, before any instrument or analyst variability is added. That puts a floor under precision that no amount of method optimization can lower.

Population frequencyTotal events for 20% CV (25 rare events)Total events for 35% CV
1%2,500817
0.1%25,0008,164
0.01%250,00081,633
0.001%2,500,000816,327
2026-09-25T02:57:45.837562 image/svg+xml Matplotlib v3.10.9, https://matplotlib.org/
Total eventsExpected rare eventsTheoretical CVObserved CV, 6 replicates
100,0001031.6%37.8%
250,0002520.0%15.2%
500,0005014.1%11.6%
1,000,00010010.0%6.2%
Why it matters. At 100,000 events a 0.01% population yields about ten cells, and replicate results scatter widely around the true value. The LOQ is a property of the acquisition depth as much as of the assay, so it has to be stated as a minimum number of events acquired.

What to do

  • Define the LOQ as a minimum count of rare events (for example, 25 for 20% CV), and derive the required total events from the lowest frequency that must be reported.
  • Build the minimum acquisition into the method and make the result non-reportable when it is not met.
  • Confirm with replicate data at the claimed LOQ that observed CV matches or exceeds the counting floor.

How it was done

Theoretical curves from Poisson statistics; replicates simulated as Poisson draws for a 0.01% population at four acquisition depths. Download the data (CSV).

Back to all work   Discuss a similar problem