-
Notifications
You must be signed in to change notification settings - Fork 2
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 of Compound IDs #70
Comments
Have some R code to do this along with a mapping from ChEBI. |
Here's the R. It looks like I was using the mapping to construct a graph and performing a breadth first search to find linked entities. This might not be a good way to do it!
|
The file |
The codes is being implemented into pyMultiOmics in this issue glasgowcompbio/pyMultiOmics#5. Once pyMultiOmics is integrated into this project as part of #80, we can close this issue. |
Sometimes a compound is mapped by ID to some ChEBI ID, but it turns out in Reactome a different ID is being used to relate the compound to reactions and pathways. This leads to some compounds missing from the table. We need to fix this.
e.g. for Histidine, often people use this ID to identify the compound
https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:27570
but Reactome uses this ID, which is the zwitterion form:
https://www.ebi.ac.uk/chebi/searchId.do?chebiId=CHEBI:57595
The text was updated successfully, but these errors were encountered: