Covid19 Wastewater Analysis Package
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).
Getting started
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.
Installation
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")
Examples
We've included a set of instructional examples to make this package easy to learn and understand.
Documentation
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")
Package Application
We applied this package to Covid-19 data from Wisconsin in our analysis repository here.
License
Distributed under the MIT License. See the license for more information.
Team
Email:
Marlin Lee - (
mailto:mrlee6@wisc.edu)Abe Megahed - (mailto:amegahed@wisc.edu)
Kyllan Wunder - (
mailto:kwunder@wisc.edu)Steve Goldstein - (
mailto:sgoldstein@wisc.edu)
Repos:
Package Link: https://github.com/UW-Madison-DSI/Covid19Wastewater
Analysis Link: https://github.com/UW-Madison-DSI/Covid19-Wastewater-Analysis