v1

latestSwagger 2.0Apache 2.02026-07-1451018.6 KB
variants

Finds Variants by patient or gene or chrom:range

post/variants

Request body

chromosomestring

if queried from e.g. gene or range

startinteger
stopinteger
genestring

Example request

{
  "gnomad": {
    "an": 100
  }
}

Response

successful operation

Example response

{
  "parameters": {
    "gnomad": {
      "an": 100
    }
  },
  "data": [
    {
      "hgvs": "such as ENST12345:c.100A>C:p.34M>P"
    }
  ]
}
All 5 operations