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

automate obtaining pathways from PathBank #85

Open
xtracko opened this issue Feb 16, 2021 · 2 comments
Open

automate obtaining pathways from PathBank #85

xtracko opened this issue Feb 16, 2021 · 2 comments

Comments

@xtracko
Copy link
Contributor

xtracko commented Feb 16, 2021

Make a tool which downloads pathways from https://pathbank.org/downloads, filters out the pathways which don't include any compound from our database (reduced PubChem) and produce pathway-compound pairing.

Most likely, the PathBank-PubChem pairing of compounds could be done by InChI. As of now, PathBank contains 23 compounds with no assigned InChI. For the time being, my wild guess is to ignore them but please write their PathBank ID verbosely on the standard output to notify the user. In this phase, don't bother with whether the pairing is correct or not.

The resulting output should be CSV file with the following columns: recetox_pathway_id, pathbank_id, recetox_cid. The recetox_cid is the foreign key to our compound database, pathbank_id is the original pathway ID (note they it may be null), and recetox_pathway_id is our own generated ID of the pathway since we might have aggregated pathway database from multiple sources.

@ElliottJP
Copy link
Member

I've not looked into PathBank but would only need human pathways.
Major alternatives (copmlementary databases) are: Reactome (https://reactome.org/); ConsensusPathDB (http://cpdb.molgen.mpg.de/); RaMP-DB (https://github.com/Mathelab/RaMP-DB)

@martenson martenson changed the title Pathways from PathBank automate obtaining pathways from PathBank May 6, 2021
@hechth
Copy link
Member

hechth commented Jul 13, 2021

@xtracko @ElliottJP What is the current state of this?

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

3 participants