phenotype

Returns Human Phenotype Ontology (HPO)

get/hpo/

Response

successful operation

idstring
namestring
prevalencenumber

Example response

{
  "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"
        }
      ]
    }
  },
  "genes": {
    "variants": [
      {
        "hgvs": "such as ENST12345:c.100A>C:p.34M>P"
      }
    ]
  }
}

Changes