November 26, 2020
In order to help curb COVID-19, mass testing is an important step that should be implemented. It is far easier said, than done, however. Many sites and facilities are already reaching capacity, such as those around Fayetteville, AK.
While number of personnel is one limiting factor in certain locations, the number of available tests is currently a significant problem, with manufacturing limitations being a major bottleneck.
Pooled testing, the use of a single test to test multiple individuals at once, is an attractive option to overcome certain limitations with testing. World Back to Work recently announced
“By using our Pooled Testing, we can now help employers, schools, and other large groups get rapid COVID testing with 95% sensitivity rates," says Rob Wright, Co-Founder & Chief Executive Officer for World Back to Work. "But an even bigger benefit is that we can provide this testing at a fraction of the price; employers don't have to sacrifice reliability for cost. Our Pooled Testing option can be as much as 75% less than traditional PCR testing, making it far more accessible. With 24-hour lab turnaround times, our Pooled Testing helps prevent continued spread that can occur with tests requiring longer processing times for results.”
Pooled testing roughly works in this manner:
The efficiency of pooled testing is limited by the percent of the population that is infected. If a large portion of the population is infected, pooled tests can only reliably include a few individuals per test. Theoretically, if only 0.01% of the population was infected, you could have 100 individuals sampled per test, save for practical limitations (e.g., is the sample too diluted?).
In the above graph, the brown sections have the highest efficiency, and the blue sections the lowest. The black line is the ideal number of individuals per pool for a given population infection rate, and the red line is the point at which individual tests are just as efficient as pooled testing for a given size.
As you can see, around 32% there is no theoretical gain in testing, and for smaller infection rates, the efficiency of the tests increases quite a bit. An alternate way of looking at this is the efficiency of the tests over the population size:
With an infection rate of 0.01%, it only takes one test to test 50 individuals on average, with a pool size of about 100, but for 0.1%, that number goes down to 15, for 1%, 5, and at 10% it is about 2.
There are different methods that sampling can be done. The above was the simplest way, which only requires 2 rounds of testing at most, and was used earlier this year in China. For the purposes of public health, an ideal pooling schema should be limited to as few rounds as possible to increase the speed at which results are returned.
These methods are generally more complicated, and from what I gathered, have drawbacks when multiple samples per pool are positive. They do increase efficiency, either through fewer tests, fewer rounds, or an efficiency increase. One other drawback of many of these is that they require a minimum number of samples to be taken for the scheme to work most efficiently.
Pooled testing can be a great way to boost efficiency of mass testing, but it is severely limited by the rate of infection for a given population. For populations with low infection rates, it is a good option if available, but for populations with high infection rates, it is not a viable option.
The above figures were made with the assumption that a pooled sample would have the same false negative rate as an individual sample, and that the specific testing method would only do one round of pooled testing, as opposed to successive rounds (e.g., splitting a population of 100 into two samples of 50 if a positive is found). In theory, successive sampling would increase efficiency, but because testing is time-sensitive, I made the assumption that only one round of pooled testing is used, and that all individuals would be tested if the pool came back positive.
Additionally, if individuals in a pool are from a similar geographic region, (e.g., a neighborhood), then this method becomes more efficient, since more than one positive is likely to be detected, due to the localized nature of infection outbreaks.
Equipment used to sample individuals (e.g., cotton swabs) are not considered "test equipment" in the above. It is assumed that sampling equipment is not the limiting factor in the ability to test on a mass scale.
I am not a medical professional/researcher. My expertise is in statistics and data science, so there may be additional considerations and limitations I am not aware of. If you have any feedback, please email me at [myfirstname][mylastname]@[gmail dot com]
.
The statistics in the graph are the expected value of the number of tests needed for a given population, given an infection rate and a number of individual samples per pool.
You can find the source code for this article on https://github.com/mcandocia/pooled-testing.
Tags: