← 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: 12-53309624-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=53309624&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 53309624,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_015665.6",
"consequences": [
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.787T>C",
"hgvs_p": "p.Ser263Pro",
"transcript": "NM_015665.6",
"protein_id": "NP_056480.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 546,
"cds_start": 787,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000209873.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_015665.6"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.787T>C",
"hgvs_p": "p.Ser263Pro",
"transcript": "ENST00000209873.9",
"protein_id": "ENSP00000209873.4",
"transcript_support_level": 1,
"aa_start": 263,
"aa_end": null,
"aa_length": 546,
"cds_start": 787,
"cds_end": null,
"cds_length": 1641,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_015665.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000209873.9"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.688T>C",
"hgvs_p": "p.Ser230Pro",
"transcript": "ENST00000394384.7",
"protein_id": "ENSP00000377908.3",
"transcript_support_level": 1,
"aa_start": 230,
"aa_end": null,
"aa_length": 513,
"cds_start": 688,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394384.7"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.787T>C",
"hgvs_p": "p.Ser263Pro",
"transcript": "ENST00000910147.1",
"protein_id": "ENSP00000580206.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 560,
"cds_start": 787,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910147.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.787T>C",
"hgvs_p": "p.Ser263Pro",
"transcript": "ENST00000922444.1",
"protein_id": "ENSP00000592503.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 545,
"cds_start": 787,
"cds_end": null,
"cds_length": 1638,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000922444.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.781T>C",
"hgvs_p": "p.Ser261Pro",
"transcript": "ENST00000910148.1",
"protein_id": "ENSP00000580207.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 544,
"cds_start": 781,
"cds_end": null,
"cds_length": 1635,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000910148.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.688T>C",
"hgvs_p": "p.Ser230Pro",
"transcript": "NM_001173466.2",
"protein_id": "NP_001166937.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 513,
"cds_start": 688,
"cds_end": null,
"cds_length": 1542,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173466.2"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.688T>C",
"hgvs_p": "p.Ser230Pro",
"transcript": "ENST00000968131.1",
"protein_id": "ENSP00000638190.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 512,
"cds_start": 688,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000968131.1"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.415T>C",
"hgvs_p": "p.Ser139Pro",
"transcript": "ENST00000550286.5",
"protein_id": "ENSP00000446885.1",
"transcript_support_level": 5,
"aa_start": 139,
"aa_end": null,
"aa_length": 422,
"cds_start": 415,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000550286.5"
},
{
"aa_ref": "S",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.307T>C",
"hgvs_p": "p.Ser103Pro",
"transcript": "ENST00000548931.6",
"protein_id": "ENSP00000457518.1",
"transcript_support_level": 5,
"aa_start": 103,
"aa_end": null,
"aa_length": 357,
"cds_start": 307,
"cds_end": null,
"cds_length": 1075,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000548931.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "c.-165T>C",
"hgvs_p": null,
"transcript": "ENST00000547757.2",
"protein_id": "ENSP00000448020.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 127,
"cds_start": null,
"cds_end": null,
"cds_length": 384,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547757.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1632T>C",
"hgvs_p": null,
"transcript": "ENST00000546393.7",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000546393.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1851T>C",
"hgvs_p": null,
"transcript": "ENST00000546562.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000546562.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.239T>C",
"hgvs_p": null,
"transcript": "ENST00000546572.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000546572.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1423T>C",
"hgvs_p": null,
"transcript": "ENST00000547238.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000547238.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.781T>C",
"hgvs_p": null,
"transcript": "ENST00000547520.6",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000547520.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.679T>C",
"hgvs_p": null,
"transcript": "ENST00000547761.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000547761.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1237T>C",
"hgvs_p": null,
"transcript": "ENST00000548880.2",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000548880.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.721T>C",
"hgvs_p": null,
"transcript": "ENST00000549450.6",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549450.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.810T>C",
"hgvs_p": null,
"transcript": "ENST00000549983.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000549983.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.42T>C",
"hgvs_p": null,
"transcript": "ENST00000550033.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000550033.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1743T>C",
"hgvs_p": null,
"transcript": "ENST00000552161.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000552161.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1130T>C",
"hgvs_p": null,
"transcript": "ENST00000552876.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000552876.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1240T>C",
"hgvs_p": null,
"transcript": "ENST00000672797.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000672797.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"hgvs_c": "n.1585T>C",
"hgvs_p": null,
"transcript": "ENST00000672900.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000672900.1"
}
],
"gene_symbol": "AAAS",
"gene_hgnc_id": 13666,
"dbsnp": "rs121918550",
"frequency_reference_population": 0.000076221404,
"hom_count_reference_population": 0,
"allele_count_reference_population": 123,
"gnomad_exomes_af": 0.000078008,
"gnomad_genomes_af": 0.0000590815,
"gnomad_exomes_ac": 114,
"gnomad_genomes_ac": 9,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.7812260985374451,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.844,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9852,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.34,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.373,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"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": 15,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PS3,PM2,PP3,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 15,
"benign_score": 0,
"pathogenic_score": 15,
"criteria": [
"PS3",
"PM2",
"PP3",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_015665.6",
"gene_symbol": "AAAS",
"hgnc_id": 13666,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.787T>C",
"hgvs_p": "p.Ser263Pro"
}
],
"clinvar_disease": "Babinski sign,Glucocorticoid deficiency with achalasia,Hyperreflexia,Inborn genetic diseases,Spastic paraparesis,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:7 LP:4",
"phenotype_combined": "Glucocorticoid deficiency with achalasia|not provided|Hyperreflexia;Babinski sign;Spastic paraparesis|Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}