← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 11-22272810-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=22272810&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 22272810,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000324559.9",
"consequences": [
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2056T>G",
"hgvs_p": "p.Phe686Val",
"transcript": "NM_213599.3",
"protein_id": "NP_998764.1",
"transcript_support_level": null,
"aa_start": 686,
"aa_end": null,
"aa_length": 913,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 2464,
"cdna_end": null,
"cdna_length": 6742,
"mane_select": "ENST00000324559.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2056T>G",
"hgvs_p": "p.Phe686Val",
"transcript": "ENST00000324559.9",
"protein_id": "ENSP00000315371.9",
"transcript_support_level": 1,
"aa_start": 686,
"aa_end": null,
"aa_length": 913,
"cds_start": 2056,
"cds_end": null,
"cds_length": 2742,
"cdna_start": 2464,
"cdna_end": null,
"cdna_length": 6742,
"mane_select": "NM_213599.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2053T>G",
"hgvs_p": "p.Phe685Val",
"transcript": "NM_001142649.2",
"protein_id": "NP_001136121.1",
"transcript_support_level": null,
"aa_start": 685,
"aa_end": null,
"aa_length": 912,
"cds_start": 2053,
"cds_end": null,
"cds_length": 2739,
"cdna_start": 2461,
"cdna_end": null,
"cdna_length": 6739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2014T>G",
"hgvs_p": "p.Phe672Val",
"transcript": "NM_001410963.1",
"protein_id": "NP_001397892.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 899,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 2422,
"cdna_end": null,
"cdna_length": 6700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2014T>G",
"hgvs_p": "p.Phe672Val",
"transcript": "ENST00000682341.1",
"protein_id": "ENSP00000508251.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 899,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2700,
"cdna_start": 2474,
"cdna_end": null,
"cdna_length": 6739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2011T>G",
"hgvs_p": "p.Phe671Val",
"transcript": "NM_001410964.1",
"protein_id": "NP_001397893.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 898,
"cds_start": 2011,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2419,
"cdna_end": null,
"cdna_length": 6697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2011T>G",
"hgvs_p": "p.Phe671Val",
"transcript": "ENST00000684663.1",
"protein_id": "ENSP00000508009.1",
"transcript_support_level": null,
"aa_start": 671,
"aa_end": null,
"aa_length": 898,
"cds_start": 2011,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2459,
"cdna_end": null,
"cdna_length": 6947,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1978T>G",
"hgvs_p": "p.Phe660Val",
"transcript": "NM_001441294.1",
"protein_id": "NP_001428223.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 887,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 2291,
"cdna_end": null,
"cdna_length": 6569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1975T>G",
"hgvs_p": "p.Phe659Val",
"transcript": "NM_001441295.1",
"protein_id": "NP_001428224.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 886,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 2288,
"cdna_end": null,
"cdna_length": 6566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1963T>G",
"hgvs_p": "p.Phe655Val",
"transcript": "NM_001441296.1",
"protein_id": "NP_001428225.1",
"transcript_support_level": null,
"aa_start": 655,
"aa_end": null,
"aa_length": 882,
"cds_start": 1963,
"cds_end": null,
"cds_length": 2649,
"cdna_start": 2371,
"cdna_end": null,
"cdna_length": 6649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1936T>G",
"hgvs_p": "p.Phe646Val",
"transcript": "NM_001441297.1",
"protein_id": "NP_001428226.1",
"transcript_support_level": null,
"aa_start": 646,
"aa_end": null,
"aa_length": 873,
"cds_start": 1936,
"cds_end": null,
"cds_length": 2622,
"cdna_start": 2249,
"cdna_end": null,
"cdna_length": 6527,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1900T>G",
"hgvs_p": "p.Phe634Val",
"transcript": "NM_001441298.1",
"protein_id": "NP_001428227.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 861,
"cds_start": 1900,
"cds_end": null,
"cds_length": 2586,
"cdna_start": 2308,
"cdna_end": null,
"cdna_length": 6586,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1897T>G",
"hgvs_p": "p.Phe633Val",
"transcript": "NM_001441299.1",
"protein_id": "NP_001428228.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 860,
"cds_start": 1897,
"cds_end": null,
"cds_length": 2583,
"cdna_start": 2305,
"cdna_end": null,
"cdna_length": 6583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.2014T>G",
"hgvs_p": "p.Phe672Val",
"transcript": "ENST00000683197.1",
"protein_id": "ENSP00000507641.1",
"transcript_support_level": null,
"aa_start": 672,
"aa_end": null,
"aa_length": 795,
"cds_start": 2014,
"cds_end": null,
"cds_length": 2388,
"cdna_start": 2332,
"cdna_end": null,
"cdna_length": 6437,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1621T>G",
"hgvs_p": "p.Phe541Val",
"transcript": "NM_001441300.1",
"protein_id": "NP_001428229.1",
"transcript_support_level": null,
"aa_start": 541,
"aa_end": null,
"aa_length": 768,
"cds_start": 1621,
"cds_end": null,
"cds_length": 2307,
"cdna_start": 2029,
"cdna_end": null,
"cdna_length": 6307,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1618T>G",
"hgvs_p": "p.Phe540Val",
"transcript": "NM_001441301.1",
"protein_id": "NP_001428230.1",
"transcript_support_level": null,
"aa_start": 540,
"aa_end": null,
"aa_length": 767,
"cds_start": 1618,
"cds_end": null,
"cds_length": 2304,
"cdna_start": 2026,
"cdna_end": null,
"cdna_length": 6304,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1606T>G",
"hgvs_p": "p.Phe536Val",
"transcript": "ENST00000682266.1",
"protein_id": "ENSP00000507766.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 763,
"cds_start": 1606,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 2305,
"cdna_end": null,
"cdna_length": 6570,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1606T>G",
"hgvs_p": "p.Phe536Val",
"transcript": "ENST00000683411.1",
"protein_id": "ENSP00000508397.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 763,
"cds_start": 1606,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 2448,
"cdna_end": null,
"cdna_length": 6713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1606T>G",
"hgvs_p": "p.Phe536Val",
"transcript": "ENST00000683437.1",
"protein_id": "ENSP00000508408.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 763,
"cds_start": 1606,
"cds_end": null,
"cds_length": 2292,
"cdna_start": 2278,
"cdna_end": null,
"cdna_length": 6543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1570T>G",
"hgvs_p": "p.Phe524Val",
"transcript": "NM_001441302.1",
"protein_id": "NP_001428231.1",
"transcript_support_level": null,
"aa_start": 524,
"aa_end": null,
"aa_length": 751,
"cds_start": 1570,
"cds_end": null,
"cds_length": 2256,
"cdna_start": 1978,
"cdna_end": null,
"cdna_length": 6256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1978T>G",
"hgvs_p": "p.Phe660Val",
"transcript": "XM_005252822.5",
"protein_id": "XP_005252879.1",
"transcript_support_level": null,
"aa_start": 660,
"aa_end": null,
"aa_length": 887,
"cds_start": 1978,
"cds_end": null,
"cds_length": 2664,
"cdna_start": 2270,
"cdna_end": null,
"cdna_length": 6548,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "F",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "c.1975T>G",
"hgvs_p": "p.Phe659Val",
"transcript": "XM_047426522.1",
"protein_id": "XP_047282478.1",
"transcript_support_level": null,
"aa_start": 659,
"aa_end": null,
"aa_length": 886,
"cds_start": 1975,
"cds_end": null,
"cds_length": 2661,
"cdna_start": 2267,
"cdna_end": null,
"cdna_length": 6545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "n.73T>G",
"hgvs_p": null,
"transcript": "ENST00000532043.2",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "n.2391T>G",
"hgvs_p": null,
"transcript": "ENST00000648804.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 6656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"hgvs_c": "n.3050T>G",
"hgvs_p": null,
"transcript": "ENST00000683613.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 7315,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "ANO5",
"gene_hgnc_id": 27337,
"dbsnp": "rs1554934237",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.977240800857544,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.944,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9822,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.008,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000324559.9",
"gene_symbol": "ANO5",
"hgnc_id": 27337,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.2056T>G",
"hgvs_p": "p.Phe686Val"
}
],
"clinvar_disease": "Autosomal recessive limb-girdle muscular dystrophy type 2L,Gnathodiaphyseal dysplasia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Gnathodiaphyseal dysplasia;Autosomal recessive limb-girdle muscular dystrophy type 2L",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}