← 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-792429-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=792429&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 792429,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000628067.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001191061.2",
"protein_id": "NP_001177990.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": "ENST00000628067.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "ENST00000628067.3",
"protein_id": "ENSP00000486058.1",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": "NM_001191061.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "ENST00000320230.9",
"protein_id": "ENSP00000322020.5",
"transcript_support_level": 1,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1001,
"cdna_end": null,
"cdna_length": 2796,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.692C>T",
"hgvs_p": "p.Pro231Leu",
"transcript": "NM_001425334.1",
"protein_id": "NP_001412263.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 348,
"cds_start": 692,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 920,
"cdna_end": null,
"cdna_length": 2715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.656C>T",
"hgvs_p": "p.Pro219Leu",
"transcript": "NM_001425335.1",
"protein_id": "NP_001412264.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 336,
"cds_start": 656,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 884,
"cdna_end": null,
"cdna_length": 2679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.632C>T",
"hgvs_p": "p.Pro211Leu",
"transcript": "NM_001425336.1",
"protein_id": "NP_001412265.1",
"transcript_support_level": null,
"aa_start": 211,
"aa_end": null,
"aa_length": 328,
"cds_start": 632,
"cds_end": null,
"cds_length": 987,
"cdna_start": 860,
"cdna_end": null,
"cdna_length": 2655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001191060.2",
"protein_id": "NP_001177989.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1167,
"cdna_end": null,
"cdna_length": 2962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001425337.1",
"protein_id": "NP_001412266.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 873,
"cdna_end": null,
"cdna_length": 2668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001425338.1",
"protein_id": "NP_001412267.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 2965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001425339.1",
"protein_id": "NP_001412268.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 840,
"cdna_end": null,
"cdna_length": 2635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_024698.6",
"protein_id": "NP_078974.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 976,
"cdna_end": null,
"cdna_length": 2771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "ENST00000531214.5",
"protein_id": "ENSP00000437236.1",
"transcript_support_level": 2,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1164,
"cdna_end": null,
"cdna_length": 1790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.614C>T",
"hgvs_p": "p.Pro205Leu",
"transcript": "NM_001425340.1",
"protein_id": "NP_001412269.1",
"transcript_support_level": null,
"aa_start": 205,
"aa_end": null,
"aa_length": 322,
"cds_start": 614,
"cds_end": null,
"cds_length": 969,
"cdna_start": 842,
"cdna_end": null,
"cdna_length": 2637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.605C>T",
"hgvs_p": "p.Pro202Leu",
"transcript": "NM_001425341.1",
"protein_id": "NP_001412270.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 319,
"cds_start": 605,
"cds_end": null,
"cds_length": 960,
"cdna_start": 833,
"cdna_end": null,
"cdna_length": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.692C>T",
"hgvs_p": "p.Pro231Leu",
"transcript": "ENST00000481290.5",
"protein_id": "ENSP00000431829.2",
"transcript_support_level": 5,
"aa_start": 231,
"aa_end": null,
"aa_length": 312,
"cds_start": 692,
"cds_end": null,
"cds_length": 939,
"cdna_start": 861,
"cdna_end": null,
"cdna_length": 1108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001425342.1",
"protein_id": "NP_001412271.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 283,
"cds_start": 617,
"cds_end": null,
"cds_length": 852,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "NM_001425343.1",
"protein_id": "NP_001412272.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 270,
"cds_start": 617,
"cds_end": null,
"cds_length": 813,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 2633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "ENST00000627843.2",
"protein_id": "ENSP00000486512.1",
"transcript_support_level": 2,
"aa_start": 206,
"aa_end": null,
"aa_length": 246,
"cds_start": 617,
"cds_end": null,
"cds_length": 741,
"cdna_start": 897,
"cdna_end": null,
"cdna_length": 1021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.299C>T",
"hgvs_p": "p.Pro100Leu",
"transcript": "NM_001425344.1",
"protein_id": "NP_001412273.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 217,
"cds_start": 299,
"cds_end": null,
"cds_length": 654,
"cdna_start": 850,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_011520370.3",
"protein_id": "XP_011518672.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 971,
"cdna_end": null,
"cdna_length": 2766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_024448687.2",
"protein_id": "XP_024304455.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 899,
"cdna_end": null,
"cdna_length": 2694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_024448688.2",
"protein_id": "XP_024304456.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 949,
"cdna_end": null,
"cdna_length": 2744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_024448689.2",
"protein_id": "XP_024304457.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 974,
"cdna_end": null,
"cdna_length": 2769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_047427599.1",
"protein_id": "XP_047283555.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 2794,
"cdna_end": null,
"cdna_length": 4589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_047427600.1",
"protein_id": "XP_047283556.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 2680,
"cdna_end": null,
"cdna_length": 4475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "P",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu",
"transcript": "XM_047427601.1",
"protein_id": "XP_047283557.1",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 323,
"cds_start": 617,
"cds_end": null,
"cds_length": 972,
"cdna_start": 1459,
"cdna_end": null,
"cdna_length": 3254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.485C>T",
"hgvs_p": null,
"transcript": "ENST00000630809.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 552,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.*26C>T",
"hgvs_p": null,
"transcript": "ENST00000625419.2",
"protein_id": "ENSP00000485719.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 196,
"cds_start": -4,
"cds_end": null,
"cds_length": 591,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.*16C>T",
"hgvs_p": null,
"transcript": "ENST00000531437.5",
"protein_id": "ENSP00000435862.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": -4,
"cds_end": null,
"cds_length": 589,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.*141C>T",
"hgvs_p": null,
"transcript": "ENST00000532484.5",
"protein_id": "ENSP00000431466.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 189,
"cds_start": -4,
"cds_end": null,
"cds_length": 570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.*180C>T",
"hgvs_p": null,
"transcript": "ENST00000528606.5",
"protein_id": "ENSP00000437045.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 176,
"cds_start": -4,
"cds_end": null,
"cds_length": 531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.*227C>T",
"hgvs_p": null,
"transcript": "ENST00000533385.5",
"protein_id": "ENSP00000434287.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 160,
"cds_start": -4,
"cds_end": null,
"cds_length": 484,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.*243C>T",
"hgvs_p": null,
"transcript": "ENST00000531534.5",
"protein_id": "ENSP00000435402.2",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 155,
"cds_start": -4,
"cds_end": null,
"cds_length": 468,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.*497C>T",
"hgvs_p": null,
"transcript": "ENST00000529351.5",
"protein_id": "ENSP00000432222.1",
"transcript_support_level": 5,
"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": 1079,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"dbsnp": "rs121918334",
"frequency_reference_population": 0.0000043388304,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000205318,
"gnomad_genomes_af": 0.0000262829,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9204041957855225,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.685,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9686,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.3,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.762,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.01,
"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": 10,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PP3_Moderate,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 10,
"benign_score": 0,
"pathogenic_score": 10,
"criteria": [
"PP3_Moderate",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000628067.3",
"gene_symbol": "SLC25A22",
"hgnc_id": 19954,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.617C>T",
"hgvs_p": "p.Pro206Leu"
}
],
"clinvar_disease": " 3,Developmental and epileptic encephalopathy,Early myoclonic encephalopathy",
"clinvar_classification": "Pathogenic/Likely pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:1 LP:1",
"phenotype_combined": "Early myoclonic encephalopathy|Developmental and epileptic encephalopathy|Developmental and epileptic encephalopathy, 3",
"pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}