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 MoleculeResolver to README examples #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ smiles_strings = py2opsin(compound_list)
## Examples
- Jeremy Monat's ([@bertiewooster](https://github.com/bertiewooster)) fantastic [blog post](https://bertiewooster.github.io/2023/03/10/Revisiting-a-Classic-Cheminformatics-Paper-The-Wiener-Index.html) using `py2opsin` to help explore the Wiener Index by enabling translation from IUPAC names into molecules directly from the original paper.
- "Holistic chemical evaluation reveals pitfalls in reaction prediction models" by Gil et al. on [arXiv](https://arxiv.org/abs/2312.09004) uses `py2opsin` to help translate a large dataset, see their [code on GitHub](https://github.com/schwallergroup/choriso/blob/baa87aeb61aab170f3100596c070fcc046291455/notebooks/07_dictionnary_creation.ipynb).
- [MoleculeResolver](https://github.com/MoleculeResolver/molecule-resolver) wraps `py2opsin` and a number of other resolvers to validate chemical datasets.

## Online Documentation
[Click here to read the documentation](https://JacksonBurns.github.io/py2opsin/)
Expand Down
Loading