knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
The EURLVerguide
application is intended to aid in verification and in-house validation of quantitative PCR-based methods in food virology.
More specifically, the application is designed to analyse experiments where a dilution series of a virus has been used to artificially contaminate food samples. Typically for these experiments, a two fold dilution series is used to generate between 6-12 dilution levels (neat, 1/2, 1/4, ...) with 5-12 samples at each dilution level.
By taking dilution level and obtained concentration of each sample as input data, the application generates the following information:
For more information on these performance parameters and how they are calculated, please see: ... or ...
The workflow is developed to analyse one target virus, one method, and one food type.
To install foodvirus, start R (version 4.1) and enter:
if (!requireNamespace("devtools", quietly = TRUE)) install.packages("devtools") devtools::install_github("sofpn/foodvirus")
To start the application, type the following code in the R console:
foodvirus::runEURLVerguide()
The application should open in a new window.
The input data must be formatted as a table with two columns (variables):
One row should correspond to one sample. The table should be stored in a tab-separated .txt-file, with '.' as a decimal separator, as in the example below:
This document was generated under the following conditions:
sessionInfo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.