monarch-initiative / biolink-api

API for linked biological knowledge
https://api.monarchinitiative.org/api/
BSD 3-Clause "New" or "Revised" License
64 stars 25 forks source link

Add frequency and age of onset to disease-phenotype #275

Closed kshefchek closed 5 years ago

kshefchek commented 5 years ago

The monarch solr provides frequency and age of onset qualifiers for disease to phenotype associations, this should be added to the biolink response.

For example: https://solr.monarchinitiative.org/solr/golr/select/?q=*:*&wt=json&fq=association_type:disease_phenotype&rows=100&fq=subject:%22MONDO:0007947%22&fl=subject,object,frequency,onset

kshefchek commented 5 years ago

see https://github.com/biolink/biolink-api/pull/288