← 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: 4-122934573-TCAA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=122934573&ref=TCAA&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 122934573,
"ref": "TCAA",
"alt": "T",
"effect": "disruptive_inframe_deletion",
"transcript": "ENST00000274008.5",
"consequences": [
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "NM_145207.3",
"protein_id": "NP_660208.2",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 893,
"cds_start": 989,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 8116,
"mane_select": "ENST00000274008.5",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "ENST00000274008.5",
"protein_id": "ENSP00000274008.3",
"transcript_support_level": 1,
"aa_start": 330,
"aa_end": null,
"aa_length": 893,
"cds_start": 989,
"cds_end": null,
"cds_length": 2682,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 8116,
"mane_select": "NM_145207.3",
"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": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "n.1031_1033delCAA",
"hgvs_p": null,
"transcript": "ENST00000422835.2",
"protein_id": null,
"transcript_support_level": 1,
"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": 2492,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "NM_001438322.1",
"protein_id": "NP_001425251.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 917,
"cds_start": 989,
"cds_end": null,
"cds_length": 2754,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 8188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "NM_001437913.1",
"protein_id": "NP_001424842.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 916,
"cds_start": 986,
"cds_end": null,
"cds_length": 2751,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 8185,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "ENST00000675612.1",
"protein_id": "ENSP00000502453.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 916,
"cds_start": 986,
"cds_end": null,
"cds_length": 2751,
"cdna_start": 1059,
"cdna_end": null,
"cdna_length": 3414,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "NM_001345856.2",
"protein_id": "NP_001332785.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 892,
"cds_start": 986,
"cds_end": null,
"cds_length": 2679,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 8113,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "NM_001317799.2",
"protein_id": "NP_001304728.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 695,
"cds_start": 986,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_047449690.1",
"protein_id": "XP_047305646.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 835,
"cds_start": 989,
"cds_end": null,
"cds_length": 2508,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "XM_047449691.1",
"protein_id": "XP_047305647.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 834,
"cds_start": 986,
"cds_end": null,
"cds_length": 2505,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_017007827.3",
"protein_id": "XP_016863316.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 823,
"cds_start": 989,
"cds_end": null,
"cds_length": 2472,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 9813,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_047449692.1",
"protein_id": "XP_047305648.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 814,
"cds_start": 989,
"cds_end": null,
"cds_length": 2445,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2899,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_047449693.1",
"protein_id": "XP_047305649.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 799,
"cds_start": 989,
"cds_end": null,
"cds_length": 2400,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 9741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "XM_047449694.1",
"protein_id": "XP_047305650.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 798,
"cds_start": 986,
"cds_end": null,
"cds_length": 2397,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 9738,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_047449695.1",
"protein_id": "XP_047305651.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 796,
"cds_start": 989,
"cds_end": null,
"cds_length": 2391,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 5676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "XM_047449696.1",
"protein_id": "XP_047305652.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 793,
"cds_start": 986,
"cds_end": null,
"cds_length": 2382,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2497,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_011531679.4",
"protein_id": "XP_011529981.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 790,
"cds_start": 989,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 2827,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.986_988delCAA",
"hgvs_p": "p.Thr329del",
"transcript": "XM_047449697.1",
"protein_id": "XP_047305653.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 789,
"cds_start": 986,
"cds_end": null,
"cds_length": 2370,
"cdna_start": 1051,
"cdna_end": null,
"cdna_length": 2824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.533_535delCAA",
"hgvs_p": "p.Thr178del",
"transcript": "XM_017007829.2",
"protein_id": "XP_016863318.1",
"transcript_support_level": null,
"aa_start": 178,
"aa_end": null,
"aa_length": 765,
"cds_start": 533,
"cds_end": null,
"cds_length": 2298,
"cdna_start": 1684,
"cdna_end": null,
"cdna_length": 8818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "TR",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del",
"transcript": "XM_017007830.2",
"protein_id": "XP_016863319.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 593,
"cds_start": 989,
"cds_end": null,
"cds_length": 1782,
"cdna_start": 1054,
"cdna_end": null,
"cdna_length": 4499,
"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": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "n.1051_1053delCAA",
"hgvs_p": null,
"transcript": "ENST00000674886.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": 2267,
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "n.563_565delCAA",
"hgvs_p": null,
"transcript": "ENST00000675392.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": 1372,
"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": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "n.1054_1056delCAA",
"hgvs_p": null,
"transcript": "XR_007096375.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": 9607,
"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": 5,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "n.1051_1053delCAA",
"hgvs_p": null,
"transcript": "XR_007096376.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": 9604,
"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": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"hgvs_c": "n.1054_1056delCAA",
"hgvs_p": null,
"transcript": "XR_007096377.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": 2112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AFG2A",
"gene_hgnc_id": 18119,
"dbsnp": "rs796052243",
"frequency_reference_population": 0.00011960522,
"hom_count_reference_population": 1,
"allele_count_reference_population": 193,
"gnomad_exomes_af": 0.000121792,
"gnomad_genomes_af": 0.0000985973,
"gnomad_exomes_ac": 178,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.752,
"phylop100way_prediction": "Benign",
"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": 9,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM4_Supporting,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 9,
"benign_score": 0,
"pathogenic_score": 9,
"criteria": [
"PM4_Supporting",
"PP5_Very_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000274008.5",
"gene_symbol": "AFG2A",
"hgnc_id": 18119,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.989_991delCAA",
"hgvs_p": "p.Thr330del"
}
],
"clinvar_disease": "Microcephaly-intellectual disability-sensorineural hearing loss-epilepsy-abnormal muscle tone syndrome,not provided",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:7 LP:8",
"phenotype_combined": "not provided|Microcephaly-intellectual disability-sensorineural hearing loss-epilepsy-abnormal muscle tone syndrome",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}