We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
cthunes
Successfully merging a pull request may close this issue.
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)
Returns Invalid 'lvl' and 'type' combination as expected
The text was updated successfully, but these errors were encountered: