View source: R/get_lit_cheminfo.R
get_wetmore_cheminfo | R Documentation |
This function is included for backward compatibility. It calls
get_lit_cheminfo
which
provides the information specified in "info=" for all
chemicals with data from the Wetmore et al. (2012) and (2013) publications
and other literature.
get_wetmore_cheminfo(
info = "CAS",
species = "Human",
suppress.messages = FALSE
)
info |
A single character vector (or collection of character vectors) from "Compound", "CAS", "MW", "Raw.Experimental.Percentage.Unbound", "Entered.Experimental.Percentage.Unbound", "Fub", "source_PPB", "Renal_Clearance", "Met_Stab", "Met_Stab_entered", "r2", "p.val", "Concentration..uM.", "Css_lower_5th_perc.mg.L.", "Css_median_perc.mg.L.", "Css_upper_95th_perc.mg.L.", "Css_lower_5th_perc.uM.","Css_median_perc.uM.","Css_upper_95th_perc.uM.", and "Species". |
species |
Species desired (either "Rat" or default "Human"). |
suppress.messages |
Whether or not the output message is suppressed. |
info |
Table/vector containing values specified in "info" for valid chemicals. |
John Wambaugh
wetmore2012integrationhttk
\insertRefwetmore2013relativehttk
\insertRefwetmore2015incorporatinghttk
get_lit_cheminfo()
get_lit_cheminfo(info=c('CAS','MW'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.