Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Mendelian Search API

Denys Pavlov edited this page Mar 11, 2015 · 1 revision

Request

{
"gene": "gene-name",
"patient-ids": ["p0001", "p0003"...]//this will probably just be all the searchable patients
"variant-effects": ["missense","insertion","deletion"...]
"af":{
    "Phenotips":"1",
    "EXAC":"10"
}
}

Response

[{
"patientID":"p0001",
"Relevant-Variants":[{variant1},{variant2}]
},
//{patient2},
//etc
]
Clone this wiki locally