gene
get/gene
Query parameters
idstring[] required
Gene ENSEMBL id
Response
successful operation
Example response
[
{
"variants": [
{
"hgvs": "such as ENST12345:c.100A>C:p.34M>P"
}
],
"HPO": {
"patients": {
"cohort": "awesome",
"contact": "awesome@fantastic.com",
"variants": {
"homozygous": [
{
"hgvs": "such as ENST12345:c.100A>C:p.34M>P"
}
],
"heterozygous": [
{
"hgvs": "such as ENST12345:c.100A>C:p.34M>P"
}
]
}
}
}
}
]