get_lit_cheminfo: Get literature Chemical Information.

View source: R/get_lit_cheminfo.R

get_lit_cheminfoR Documentation

Get literature Chemical Information.

Description

This function provides the information specified in "info=" for all chemicals with data from the Wetmore et al. (2012) and (2013) publications and other literature.

Usage

get_lit_cheminfo(info = "CAS", species = "Human")

Arguments

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").

Value

info

Table/vector containing values specified in "info" for valid chemicals.

Author(s)

John Wambaugh

References

\insertRef

wetmore2012integrationhttk

\insertRef

wetmore2013relativehttk

\insertRef

wetmore2015incorporatinghttk

Examples


get_lit_cheminfo()
get_lit_cheminfo(info=c('CAS','MW'))


httk documentation built on June 8, 2025, 12:19 p.m.