This is an R package of utilities to perform wastewater data analysis for pathogenic surveillance and monitoring.
This project is a collaboration between the University of Wisconsin-Madison Data Science Institute (DSI), the Wisconsin Department of Health Services (DHS), and the State Lab of Hygiene (SLH).
View our getting started guide to learn more about this R package, or follow the steps below to install, view examples, and get help inside your favorite R interpreter.
Install from CRAN using this command
install.packages("Covid19Wastewater")
Otherwise, we have comprehensive instructions here.
After installation, view our vignettes
vignette(package = "Covid19Wastewater")
or get help.
help(package = "Covid19Wastewater")
We've included a set of instructional examples to make this package easy to learn and understand.
-
View the Getting Started Guide.
-
View the API Reference.
-
View the package vignettes with:
vignette(package = "Covid19Wastewater")
- Look at all package functionality with:
help(package = "Covid19Wastewater")
We applied this package to Covid-19 data from Wisconsin in our analysis repository here.
Distributed under the MIT License. See the license for more information.
Email:
-
Marlin Lee - (
mailto:[email protected]) -
Abe Megahed - (mailto:[email protected])
-
Kyllan Wunder - (
mailto:[email protected]) -
Steve Goldstein - (
mailto:[email protected])
Repos:
-
Package Link: https://github.com/UW-Madison-DSI/Covid19Wastewater
-
Analysis Link: https://github.com/UW-Madison-DSI/Covid19-Wastewater-Analysis