Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Effect of variant change on False Negative rate #4

Open
I-Bouros opened this issue Nov 15, 2023 · 1 comment
Open

Effect of variant change on False Negative rate #4

I-Bouros opened this issue Nov 15, 2023 · 1 comment
Assignees

Comments

@I-Bouros
Copy link

I-Bouros commented Nov 15, 2023

With a variant change, we would allow to account for the potential increase in the False Negative rate of LFT results if there is variant is less likely to be detected using a home-kit; especially important if we have high asymptomatic transmission as is the case with Covid-19.

Acts as a multiplier on the critical number of samples required N.

@tomcodewizard
Copy link
Contributor

tomcodewizard commented Nov 15, 2023

Context

  • False-negatives seem to be more likely if taken about 1 - 4 days after becoming infected 1 (depend on the infection curve passed into the sampler)
  • False-negatives are also more likely toward the end of the infection. 1
  • The data on the probability of false-negatives seems to vary wildly. 2341

Ideas

  • Split into 2 cases depending on where the person is along the infection curve.
  • If they are in the central part of the curve, then a significant probability of a false-negative is given.
  • Otherwise, (at the ends of the curve or not infected), a smaller probability is given.
  • Have a base probability of false-negative.
  • If infected, then increase this probability proportional to the infection curve (highest probability at the peak of infection)

Reference Links

Footnotes

  1. https://www.gov.uk/government/publications/gos-impact-of-false-positives-and-negatives-3-june-2020/impact-of-false-positives-and-false-negatives-in-the-uks-covid-19-rt-pcr-testing-programme-3-june-2020 2 3

  2. https://www.gavi.org/vaccineswork/false-negative-how-long-does-it-take-coronavirus-become-detectable-pcr

  3. https://www.cochrane.org/cd013705/infectn_how-accurate-are-rapid-antigen-tests-diagnosing-covid-19#:~:text=9938%20people%20would%20test%20negative,19%20(false%20negative%20result).

  4. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8646643/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants