
Last chance! 50% off unlimited learning
Sale ends in
This function returns an updated version of chem.physical_and_invitro.data that includes data predicted with Simulations Plus' ADMET predictor that was used in Sipes et al. 2017, included in admet.data.
load_sipes2017(overwrite=F)
If overwrite=TRUE then existing data in chem.physical_and_invitro.data will be replaced by any data in Sipes2017 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.
An updated version of chem.physical_and_invitro.data.
# NOT RUN {
chem.physical_and_invitro.data <- load_sipes2017()
chem.physical_and_invitro.data <- load_sipes2017(overwrite=T)
# }
Run the code above in your browser using DataLab