You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
. Therecetox_cid
is the foreign key to our compound database,pathbank_id
is the original pathway ID (note they it may be null), andrecetox_pathway_id
is our own generated ID of the pathway since we might have aggregated pathway database from multiple sources.The text was updated successfully, but these errors were encountered: