variants
Finds Variants by patient or gene or chrom:range
post/variants
Request body
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"
}
]
}