USEPA / CompTox-ToxCast-tcpl

US EPA's Toxicity Forecaster (ToxCast) Pipeline. More information on the ToxCast program available here: https://www.epa.gov/comptox-tools/toxicity-forecasting-toxcast
https://cran.r-project.org/package=tcpl
Other
29 stars 13 forks source link

Add mc7 to tcplLoadData #276

Closed madison-feshuk closed 2 months ago

madison-feshuk commented 2 months ago

mc7 was just added for invitrodb v4.2, but does not get returned with tcplLoadData. I think it should be structured like how mc6 is pulled by joining mc7 with mc4 (https://github.com/USEPA/CompTox-ToxCast-tcpl/blob/dev/R/tcplLoadData.R#L254)

mc7 <- tcplPrepOtpt(tcplLoadData(lvl=7, fld="aeid", val=2, type = "mc"))

Returns Invalid 'lvl' and 'type' combination as expected