This repository contains code for the Water100 Project, aimed at evaluating dose-response curves from the EPA's ECOTOX database. The code is written in R.
- Clone the repository:
git clone https://github.com/Geosyntec/water100.git
-
/data
Processed data from ECOTOX -
/R
.R and .Rmd scripts for analysis -
/xlsx
additional spreadsheets -
/docx
Report (in progress)
Due to its large size, the Ecotox database is not included in the GitHub repository. However, you can build it locally using the {ECOTOXr} package. The package documentation and source code are available at the ECOTOXr GitHub Repository.
To install the ECOTOXr package and build the database, you can follow these steps:
#install Ecotoxr
install.packages("ECOTOXr")
# Load library
library(ECOTOXr)
#Build the database locally
build_ecotox_db()
R/dose_response_example.R
Provides an example of developing dose-response curves
R/ecotox_eda_v6.Rmd
ECOTOX Exploratory Data Analysis
- Fork the repository.
- Create a new branch.
- Commit your changes.
- Create a pull request.
This project is licensed under the MIT License. See LICENSE.md for details.