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
The clue.io API is documented here: https://clue.io/api
https://api.clue.io/api/perts?filter={%22where%22:{%22pert_iname%22:%22erlotinib%22}}&user_key=bf92d3cb1afa1d3d2135cb2848ef7a51 links compounds to cell lines, MOAs, and targets
https://api.clue.io/api/rep_drug_indications?filter={%22where%22:{%22pert_iname%22:%22afatinib%22}}&user_key=bf92d3cb1afa1d3d2135cb2848ef7a51 links compounds to indications
https://api.clue.io/api/rep_drug_targets/?filter={%22where%22:{%22pert_iname%22:%22erlotinib%22}}&user_key=bf92d3cb1afa1d3d2135cb2848ef7a51 links compounds to targets (with provenance)
probably more endpoints in there worth adding as well... Though on second look, might have some authentication issues to work through...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The clue.io API is documented here: https://clue.io/api
https://api.clue.io/api/perts?filter={%22where%22:{%22pert_iname%22:%22erlotinib%22}}&user_key=bf92d3cb1afa1d3d2135cb2848ef7a51 links compounds to cell lines, MOAs, and targets
https://api.clue.io/api/rep_drug_indications?filter={%22where%22:{%22pert_iname%22:%22afatinib%22}}&user_key=bf92d3cb1afa1d3d2135cb2848ef7a51 links compounds to indications
https://api.clue.io/api/rep_drug_targets/?filter={%22where%22:{%22pert_iname%22:%22erlotinib%22}}&user_key=bf92d3cb1afa1d3d2135cb2848ef7a51 links compounds to targets (with provenance)
probably more endpoints in there worth adding as well... Though on second look, might have some authentication issues to work through...
The text was updated successfully, but these errors were encountered: