# \donttest{
# Count how many chemicals for which HTTK is available without the QSPR:
num.chems <- length(get_cheminfo())
print(num.chems)
# For chemicals with Sipes et al. (2017) Clint and Fup QSPR predictions,
# add them to our chemical information wherever measured values are
# unavailable:
load_sipes2017()
# Here's a chemical we didn't have before (this one is a good test since the
# logP is nearly 10 and it probably wouldn't work in vitro):
calc_css(chem.cas="26040-51-7")
# Let's see how many chemicals we have now with the Sipes et al. (2017)
# predictions data loaded:
length(get_cheminfo())
# Now let us reset the chemical data to the initial version:
reset_httk()
# We should be back to our original number:
num.chems == length(get_cheminfo())
# }
Run the code above in your browser using DataLab