Skip to content
New issue

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

Add CompTox webtest_query() #251

Closed
wants to merge 200 commits into from
Closed

Conversation

andschar
Copy link
Contributor

@andschar andschar commented May 7, 2020

Another PR that is connected to AcTOR #247 somehow. If I understand it correctly, AcTOR is the underlying data warehouse for CompTox, which provides many different kinds of toxicity-relevant data on chemicals. CompTox by itself doesn't have a web service, at least to my current understanding. But, there is one web service for a specific feature in CompTox, namely the calculation of QSAR values named webTEST. For this web service I have written the function webtest_query().

Some more thoughts:

  • AS @stitam showed in Add AcTOR query and img function #247 there is also an AcTOR web service. Yet I think it doesn't provide the webTEST data.
  • The whole EPA chemicals, toxicity web services ecosystem seem currently quite opaque. Probably they are also currently rebuilding stuff. I also don't see how old the AcTOR web service is.
  • The script file is named comptox.R and the function webtest_query() - a bit confusing, as is there web service ecosystem currently.

PR task list:

  • Update NEWS
  • Add tests (if appropriate)
  • Update documentation with devtools::document()
  • Check package passed

stitam and others added 30 commits April 16, 2020 09:48
…or expect_type, removing context(), moving skip_*() functions into test_that() blocks so they work, adding skip_on_travis() to chempsider tests, adding skip statements for ping_*() functions
Aariq and others added 27 commits June 27, 2020 14:00
Handling special characters in SMILES strings
Merge branch 'dev_comptox' of github.com:andschar/webchem into dev_comptox

# Conflicts:
#	DESCRIPTION
#	NEWS.md
#	R/comptox.R
@andschar andschar closed this Jul 14, 2020
@andschar andschar deleted the dev_comptox branch July 14, 2020 16:24
@andschar andschar mentioned this pull request Jul 14, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants