-
Notifications
You must be signed in to change notification settings - Fork 44
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
Feat: added smiles and inchi of metabolites #731
Feat: added smiles and inchi of metabolites #731
Conversation
Added metabolite SMILES and Inchi Information
Data source(s) and main manipulation:Firstly, I downloaded and collated metabolite information from various databases(including KEGG, ChEBI, PubChem(Api), HMDB, Lipidmaps, Recon3D). The collected information of metabolites contains ID and SMILEs, so I used ID mapping relationship in Results
Inchi is better for accurately representing and comparing chemical substances, while InChIKeys could serve mainly as shortcuts that point back to the original InChI. So I think using both together provides optimal capabilities - InchIKey for fast lookup and matching, with the original InchI storing the richer chemical structure details. Of course, it's just my opinion. |
thanks for the info, sounds good to have both Inchi and InChIKeys
would be nice to also have the relevant code uploaded to |
@JHL-452b It would be great if you could upload the code into the |
Sorry late for uploading the code. Thanks for reminding. |
@JHL-452b thanks |
Main improvements in this PR:
This PR added a document of SMILEs and inchi information of metabolites to
data/modelCuration
as discussed in #728 . To ensure completeness, in addition to SMILEs, inchi information is also added to TSV.I hereby confirm that I have:
deXvelop
as a target branch