- tox_list
List with data frames for chem_data, chem_info, chem_site,
and optionally exclusions and benchmarks. Created with create_toxEval
.
- ACC
Data frame with columns: CAS, chnm, endPoint, and ACC_value
for specific chemical/endpoint combinations generated using the
get_ACC
function. EndPoints with specific data quality flags
may optionally be removed using the remove_flags
function.
- filtered_ep
Data frame with columns: endPoints, groupCol. Default is "All"
, where no
filtering occurs.
- chem_data
Optional data frame with (at least) columns: CAS, SiteID, and Value. Default is NULL
.
The argument will over-ride what is in tox_list.
- chem_site
Optional data frame with (at least) columns: SiteID, and Short Name. Default is NULL
.
The argument will over-ride what is in tox_list.
- chem_info
Optional data frame with (at least) columns: CAS, and class. Default is NULL
.
The argument will over-ride what is in tox_list.
- exclusion
Optional data frame with (at least) columns: CAS and endPoint. Default is NULL
.
The argument will over-ride what is in tox_list.