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

Mapping files to convert between compound SMILES and source compound ID #7

Open
jolespin opened this issue May 17, 2024 · 0 comments
Open

Comments

@jolespin
Copy link

jolespin commented May 17, 2024

The rxn_smiles here: https://github.com/rxn4chemistry/biocatalysis-model/blob/main/data/ecreact-1.0.csv

NC(=O)c1ccc[n+]([C@@H]2O[C@H](COP(=O)(O)OP(=O)(O)OC[C@H]3O[C@@H](n4cnc5c(N)ncnc54)[C@H](O)[C@@H]3O)[C@@H](O)[C@H]2O)c1.NCCC=O.O|1.2.1.8>>NCCC(=O)O

This splits into the following components of the reaction:

substrate="NC(=O)c1ccc[n+]([C@@H]2O[C@H](COP(=O)(O)OP(=O)(O)OC[C@H]3O[C@@H](n4cnc5c(N)ncnc54)[C@H](O)[C@@H]3O)[C@@H](O)[C@H]2O)c1.NCCC=O.O"
ec="1.2.1.8"
product="NCCC(=O)O"

The source for this is brenda_reaction_smiles

Would it be possible to provide mapping files that have the original compound identifier from the source database?

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

No branches or pull requests

1 participant