The qraLm R package is designed for conducting Quantitative Risk Assessments (QRA) for Listeria monocytogenes in various food products. These include frozen vegetables, ready-to-eat (RTE) diced cantaloupe, and cold-smoked fish. The package was developed as part of the Joint FAO/WHO Expert Meetings on Microbiological Risk Assessment (JEMRA).
-
Dose-Response Models: The package includes models to assess the risk based on different strain virulence and population susceptibility (age, health conditions).
-
Monte Carlo Simulations: It supports simulations to estimate risks at various stages of the food production chain, from processing to consumer handling practices.
-
Specific Food Pathways: Different modules represent distinct pathways for contamination and risk for each food type, such as blanching, packaging, and defrosting in frozen vegetables, or cross-contamination and processing stages in cold-smoked fish and cantaloupe.
-
Shiny Application: A built-in Shiny app allows users to interactively simulate risk assessments for different food types and contamination scenarios.
- You can install
qraLm
fromGitHub
([https://github.com/WorldHealthOrganization/qraLm]) using thedevtools
package, with the R code below.
<<<<<<< HEAD
- You must first install the
DRLm
package fromGitHub
(https://github.com/WorldHealthOrganization/DRLm), which implements the dose-response models for Listeria monocytogenes. ======= - You must first install the
doseresponsemodels
package from github: https://github.com/WorldHealthOrganization/DRLm/, which implements the dose-response models for Listeria monocytogenes.
66308643c3f730aaa9dc68f0950913f81a56978e
-
For Windows users it is recommended to install
Rtools
(https://cran.r-project.org/bin/windows/Rtools/) before. -
The packages on which
qraLm
depends are:Hmisc
,extraDistr
,mc2d
,matrixStats
,DT
,dplyr
,ggplot2
,plotly
,DRLm
andBH
; you should install them before installingqraLm
.
if (!require("devtools")) install.packages("devtools")
<<<<<<< HEAD
devtools::install_github("WorldHealthOrganization/DRLm")
devtools::install_github("WorldHealthOrganization/qraLm")
=======
devtools::install_github("https://github.com/WorldHealthOrganization/DRLm/")
devtools::install_github("https://github.com/WorldHealthOrganization/qraLm")
>>>>>>> 66308643c3f730aaa9dc68f0950913f81a56978e
You can find the vignettes at the qraLm
website:
https://github.com/WorldHealthOrganization/qraLm/.
You can report bugs at: https://github.com/WorldHealthOrganization/qraLm/issues.