This is an R package containing the ASPIS chemicals as a collection of datasets that can be read directly into R from this package. To learn more follow the instructions below. To use the data sets you can install {raspis} in R.
ASPIS is a cluster of three EU Horizon 2020 funded projects directed to toxicology. The cluster consists of:
Follow the link for more information on ASPIS.
Run the following commands in R
install.packages("remotes")
remotes::install_github("ontox-hu/raspis")
library(raspis)
To see all the datasets:
data(package = "raspis")
To use one or more datasets:
data(package = "raspis", dataset = <dataset_name>)
To see the documentation:
library(raspis)
browseVignettes("raspis")
For more details and the source code visit the {raspis} Github page
