Skip to contents

See vignette("Setting up toxEval package data", package = "toxEval") for more information on how the data was aggregated.

Value

data frame with 72 columns. The columns and definitions are discussed in the "ToxCast Assay Annotation Version 1.0 Data User Guide (PDF)" (see source). The column "Relevance Category" was included for consideration of grouping/filtering endpoints based on user goals.

References

U.S. EPA. 2014. ToxCast Assay Annotation Data User Guide.

Examples

end_point_info <- end_point_info
head(end_point_info[, 1:5])
#> # A tibble: 6 × 5
#>    aeid  acid assay_component_endpoint_name assay_name    assay_component_name  
#>   <dbl> <int> <chr>                         <chr>         <chr>                 
#> 1     2     1 ACEA_ER_80hr                  ACEA_ER       ACEA_ER_80hr          
#> 2     4     2 APR_HepG2_CellCycleArrest_1hr APR_HepG2_1hr APR_HepG2_CellCycleAr…
#> 3     6     3 APR_HepG2_CellLoss_1hr        APR_HepG2_1hr APR_HepG2_CellLoss_1hr
#> 4     8     4 APR_HepG2_MicrotubuleCSK_1hr  APR_HepG2_1hr APR_HepG2_Microtubule…
#> 5    10     5 APR_HepG2_MitoMass_1hr        APR_HepG2_1hr APR_HepG2_MitoMass_1hr
#> 6    12     6 APR_HepG2_MitoMembPot_1hr     APR_HepG2_1hr APR_HepG2_MitoMembPot…