ERF of waterborne microbes: Difference between revisions

From Opasnet
Jump to navigation Jump to search
Line 64: Line 64:


=== Calculations ===
=== Calculations ===
<rcode name="ERF_micr2" label="Initiate ovariable ERF_micr" embed=1>
# This is code Op_en7948/ERF_micr2 on page [[ERF of waterborne microbes]]
# Note! This version has ERF and threshold in the same ovariable.
library(OpasnetUtils)
ERF_micr <- Ovariable("ERF_micr", ddata = "Op_en7948")
colnames(ERF_micr@data) <- gsub(" ", "_", colnames(ERF_micr@data))
objects.store(ERF_micr)
cat("Ovariable ERF_micr stored.\n")
</rcode>


<rcode name="ERF_micr" label="Initiate ovariables ERF_micr, threshold_micr" embed=1>
<rcode name="ERF_micr" label="Initiate ovariables ERF_micr, threshold_micr" embed=1>

Revision as of 07:33, 12 July 2019


Question

What are the dose-response functions of pathogens in drinking water?

Answer

+ Show code

Rationale

Data

ERF of waterborne microbes: Difference between revisions(-)
ObsExposure agentResponseExposureExposure unitER functionScalingThresholdERFDescription
1campylobactercampylobacter infectioningestion?beta poisson approximationNone0.0110.024
2rotavirusrotavirus infectioningestion?exact beta poissonNone0.1910.167
3norovirusnorovirus infectioningestion?exact beta poissonNone0.0550.04
4cryptosporidiumcryptosporidium infectioningestion?exact beta poissonNone0.1760.115
5giardiagiardia infectioningestion?exponentialNone00.0199
6E.coliE. coli infectioningestion?exact beta poissonNone9.160.157E. coli O157:H7 strain

⇤--arg6688: . Find out the units of the parameters to understand the functions precisely. --Jouni (talk) 12:54, 11 July 2019 (UTC) (type: truth; paradigms: science: attack)

In these equations, Param1 and Param2 are in Threshold and ERF columns, respectively.

  • Beta Poisson approximation: 1-(1+Dose/Param2)^-Param1
  • Exact beta Poisson: 1-exp(-(Param1/(Param1+Param2))*Dose)
  • Exponential: 1-exp(-Param1*Dose)
Pathogen Reference
Campylobacter [1]
Rotavirus [2]
Norovirus [3]
Cryptosporidium [4]
Giardia [5]
E.coli O157:H7 [6]

Calculations

+ Show code


+ Show code

⇤--arg5268: . The code below is old and does not work with the new ERF table. --Jouni (talk) 12:54, 11 July 2019 (UTC) (type: truth; paradigms: science: attack)

+ Show code

See also

References

  1. Campylobacter (Teunis et al. 2005) Exact Beta-Poisson model Low Dose Approximation:Dose Response relationship for Campylobacter from model fit results presented by Teunis et al. (2005) Epidemiol. Infec. 133, 583-592.
  2. Teunis, P. F. M. and Havelaar, A. (2000). "The beta Poisson dose‐response model is not a single hit model."Risk Analysis 20(4): 511‐518.
  3. Teunis et al. 2008 Norwalk Virus: How Infectious is It? Journal of Medical Virology 80:1468-1476.
  4. Teunis et al., 2002 Risk Analysis 22(1) 175-183
  5. Teunis et al., 1996 RIVM report No. 284550002 " The dose-response relation in human volunteers for gastro-intestinal pathogens"
  6. Teunis, P., Takumi, K. and Shinagawa, K. (2004). "Dose response for infection by Escherichia coli O157:H7 from outbreak data." Risk Analysis 24(2): 401‐407.