ga4gh / mme-apis

Documentation for the MatchmakerExchange APIs
https://github.com/ga4gh/mme-apis
34 stars 19 forks source link

Matchmaker Exchange API

DOI

The Matchmaker Exchange (MME) API provides a shared language that databases can use to query each other to find similar patients. The API is build around a standardized patient profile that includes both phenotype and genotype information. Implementing the API involves parsing a query profile, identifying cases in your database that are similar, and returning a list of profiles for those cases.

Implementing the MME API

Version 1.1 (latest release):

Have a question? Send us an email at api@matchmakerexchange.org or create a GitHub issue.

How to connect to another endpoint

Endpoints

The wiki contains an up-to-date list of active endpoints: https://github.com/ga4gh/mme-apis/wiki/Endpoints

Open-source API implementations

The wiki contains a list of open-source implementations of the MME API: https://github.com/ga4gh/mme-apis/wiki/Implementations