A "tox_list" object is created from create_toxEval
. It
is a list of 5 data frames: chem_data, chem_info,
chem_site, exclusions, and benchmarks. This function returns
a message with how many chemicals have ToxCast information,
and returns a vector of which chemicals do not have ToxCast information.
Usage
# S3 method for class 'toxEval'
summary(object, ...)
Examples
path_to_tox <- system.file("extdata", package = "toxEval")
file_name <- "OWC_data_fromSup.xlsx"
excel_file_path <- file.path(path_to_tox, file_name)
tox_list <- create_toxEval(excel_file_path)
summary(tox_list)
#> 58 chemicals have ToxCast information
#> Chemicals returned from this function do NOT have ToxCast information:
#> [1] "581-42-0" "2315-67-5" "20427-84-3" "104-35-8" "2315-61-9"
#> [6] "83-34-1" "76-22-2" "360-68-9" "83-46-5" "19466-47-8"
#> [11] "57-88-5"