Skip to content
/ toxpiR Public

toxpiR R package for the Toxicological Priority Index (ToxPi) algorithm.

License

Notifications You must be signed in to change notification settings

ToxPi/toxpiR

Repository files navigation

toxpiR

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check cran-version downloads codecov

R package for the Toxicological Priority Index (ToxPi) prioritization algorithm. Package developed and maintained by the Reif Lab.

Installation

Current stable release:

install.packages("toxpiR")

Build from GitHub (current stable release):

if (!require(remotes)) install.packages("remotes")
remotes::install_github("ToxPi/toxpiR", 
                        dependencies = TRUE, 
                        build_vignettes = TRUE)

Build from GitHub (current dev version):

if (!require(remotes)) install.packages("remotes")
remotes::install_github("ToxPi/toxpiR@dev",
                        dependencies = TRUE, 
                        build_vignettes = TRUE)