powered by
This function retrieves the in vivo ratio of the blood concentration to the plasma concentration.
get_rblood2plasma(chem.name=NULL, chem.cas=NULL, species="Human",default.to.human=F)
Either the chemical name or the CAS number must be specified.
Either the CAS number or the chemical name must be specified.
Species desired (either "Rat", "Rabbit", "Dog", "Mouse", or default "Human").
Substitutes missing animal values with human values if true.
A value of NA is returned when the requested value is unavailable. Values are retrieved from chem.physical_and_invitro.data.
# NOT RUN { get_rblood2plasma(chem.name="Bisphenol A") get_rblood2plasma(chem.name="Bisphenol A",species="Rat") # }
Run the code above in your browser using DataLab