-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathREADME.Rmd
38 lines (26 loc) · 1.98 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tcpl: The ToxCast Data Analysis Pipeline Supporting Accessible Bioactivity Data for Toxicology
<!-- badges: start -->
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/tcpl)](https://cran.r-project.org/package=tcpl)
[![Active](http://img.shields.io/badge/Status-Active-green.svg)](https://cran.r-project.org/package=tcpl)
[![Monthly Downloads](https://cranlogs.r-pkg.org/badges/last-month/tcpl?color=7BAFD4)](https://cranlogs.r-pkg.org/badges/last-month/tcpl?color=7BAFD4)
[![DOI](https://zenodo.org/badge/doi/ 10.32614/CRAN.package.tcpl.svg)](http://dx.doi.org/10.32614/CRAN.package.tcpl)
[![R-CMD-check](https://github.com/USEPA/CompTox-ToxCast-tcpl/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/USEPA/CompTox-ToxCast-tcpl/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Welcome to the GitHub repository for the tcpl package.
<a href="https://cran.r-project.org/package=tcpl"><img src="vignettes/img/tcpl_hex.png" width="200" align="right" /></a>
The ToxCast Data Analysis Pipeline (tcpl) is an R package that manages, curve-fits, plots, and stores ToxCast data to populate its linked MySQL database, invitrodb. The package was developed for the chemical screening data generated by the [US EPA's Toxicity Forecaster (ToxCast) program](https://www.epa.gov/comptox-tools/toxicity-forecasting-toxcast). tcpl can be used to support diverse chemical screening efforts.
If you are interested in contributing or want to report a bug, please submit a issue or start a discussion. See [CONTRIBUTING](https://github.com/USEPA/CompTox-ToxCast-tcpl/blob/dev/CONTRIBUTING.md) for more information.
To install the current development version, run the following command:
devtools::install_github("USEPA/CompTox-ToxCast-tcpl")