WGLab/PhenCards

Add Pathway Commons

Closed this issue · 3 comments

https://www.pathwaycommons.org is the resource. Can actually search by Phenotype. First result for cleft palate is a disease pathway with cleft palate as a symptom. Reactome represents most of their results. Their work is CC BY 4.0 public and so is Reactome. So I think this works well.

Searching is easy, can add to API.py with https://apps.pathwaycommons.org/search?type=Pathway&q=cleft%20palate replacing
"cleft palate" with the query. Maybe tough to parse. Will look for API.

Finished with PR #85.