Skip to contents

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

Installation

Current stable release:

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)