load_dawson2021: Load data from Dawson et al. 2021.

View source: R/load_dawson2021.R

load_dawson2021R Documentation

Load data from Dawson et al. 2021.

Description

This function returns an updated version of chem.physical_and_invitro.data that includes data predicted with Random Forest QSAR models developed and presented in Dawson et al. 2021, included in dawson2021.

Usage

load_dawson2021(overwrite = FALSE, exclude_oad = TRUE, target.env = .GlobalEnv)

Arguments

overwrite

Only matters if load.image=FALSE. If overwrite=TRUE then existing data in chem.physical_and_invitro.data will be replaced by any data/predictions in Dawson et al. (2021) that is for the same chemical and property. If overwrite=FALSE (DEFAULT) then new data for the same chemical and property are ignored. Funbound.plasma values of 0 (below limit of detection) are overwritten either way.

exclude_oad

Include the chemicals only within the applicability domain. If exlude_oad=TRUE (DEFAULT) chemicals outside the applicability domain do not have their predicted values loaded.

target.env

The environment where the new chem.physical_and_invitro.data is loaded. Defaults to global environment.

Value

data.frame

An updated version of chem.physical_and_invitro.data.

Author(s)

Sarah E. Davidson

References

\insertRef

dawson2021qsarhttk

Examples


## Not run: 
chem.physical_and_invitro.data <- load_dawson2021()
chem.physical_and_invitro.data <- load_dawson2021(overwrite=TRUE) 

## End(Not run)                        


httk documentation built on March 7, 2023, 7:26 p.m.