← 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-794837-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=794837&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "11",
"pos": 794837,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000628067.3",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001191061.2",
"protein_id": "NP_001177990.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": "ENST00000628067.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": true,
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000628067.3",
"protein_id": "ENSP00000486058.1",
"transcript_support_level": 1,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2640,
"mane_select": "NM_001191061.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000320230.9",
"protein_id": "ENSP00000322020.5",
"transcript_support_level": 1,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 469,
"cdna_end": null,
"cdna_length": 2796,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.300A>G",
"hgvs_p": null,
"transcript": "ENST00000532361.5",
"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": 970,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425334.1",
"protein_id": "NP_001412263.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 348,
"cds_start": 85,
"cds_end": null,
"cds_length": 1047,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2715,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425335.1",
"protein_id": "NP_001412264.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 336,
"cds_start": 85,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2679,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425336.1",
"protein_id": "NP_001412265.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 328,
"cds_start": 85,
"cds_end": null,
"cds_length": 987,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2655,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001191060.2",
"protein_id": "NP_001177989.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 635,
"cdna_end": null,
"cdna_length": 2962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425337.1",
"protein_id": "NP_001412266.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 341,
"cdna_end": null,
"cdna_length": 2668,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425338.1",
"protein_id": "NP_001412267.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 2965,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425339.1",
"protein_id": "NP_001412268.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 308,
"cdna_end": null,
"cdna_length": 2635,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_024698.6",
"protein_id": "NP_078974.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 444,
"cdna_end": null,
"cdna_length": 2771,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000531214.5",
"protein_id": "ENSP00000437236.1",
"transcript_support_level": 2,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 632,
"cdna_end": null,
"cdna_length": 1790,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425340.1",
"protein_id": "NP_001412269.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 322,
"cds_start": 85,
"cds_end": null,
"cds_length": 969,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425341.1",
"protein_id": "NP_001412270.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 319,
"cds_start": 85,
"cds_end": null,
"cds_length": 960,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2628,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000481290.5",
"protein_id": "ENSP00000431829.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 312,
"cds_start": 85,
"cds_end": null,
"cds_length": 939,
"cdna_start": 254,
"cdna_end": null,
"cdna_length": 1108,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425342.1",
"protein_id": "NP_001412271.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 283,
"cds_start": 85,
"cds_end": null,
"cds_length": 852,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2636,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "NM_001425343.1",
"protein_id": "NP_001412272.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 270,
"cds_start": 85,
"cds_end": null,
"cds_length": 813,
"cdna_start": 313,
"cdna_end": null,
"cdna_length": 2633,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000627843.2",
"protein_id": "ENSP00000486512.1",
"transcript_support_level": 2,
"aa_start": 29,
"aa_end": null,
"aa_length": 246,
"cds_start": 85,
"cds_end": null,
"cds_length": 741,
"cdna_start": 365,
"cdna_end": null,
"cdna_length": 1021,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000625419.2",
"protein_id": "ENSP00000485719.1",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 196,
"cds_start": 85,
"cds_end": null,
"cds_length": 591,
"cdna_start": 310,
"cdna_end": null,
"cdna_length": 816,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000531437.5",
"protein_id": "ENSP00000435862.1",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 195,
"cds_start": 85,
"cds_end": null,
"cds_length": 589,
"cdna_start": 298,
"cdna_end": null,
"cdna_length": 802,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000532484.5",
"protein_id": "ENSP00000431466.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 189,
"cds_start": 85,
"cds_end": null,
"cds_length": 570,
"cdna_start": 354,
"cdna_end": null,
"cdna_length": 839,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000528606.5",
"protein_id": "ENSP00000437045.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 176,
"cds_start": 85,
"cds_end": null,
"cds_length": 531,
"cdna_start": 295,
"cdna_end": null,
"cdna_length": 741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000533385.5",
"protein_id": "ENSP00000434287.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 160,
"cds_start": 85,
"cds_end": null,
"cds_length": 484,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000531534.5",
"protein_id": "ENSP00000435402.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 155,
"cds_start": 85,
"cds_end": null,
"cds_length": 468,
"cdna_start": 441,
"cdna_end": null,
"cdna_length": 824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000527723.5",
"protein_id": "ENSP00000434479.2",
"transcript_support_level": 4,
"aa_start": 29,
"aa_end": null,
"aa_length": 133,
"cds_start": 85,
"cds_end": null,
"cds_length": 403,
"cdna_start": 348,
"cdna_end": null,
"cdna_length": 666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000526152.5",
"protein_id": "ENSP00000436745.1",
"transcript_support_level": 4,
"aa_start": 29,
"aa_end": null,
"aa_length": 126,
"cds_start": 85,
"cds_end": null,
"cds_length": 382,
"cdna_start": 268,
"cdna_end": null,
"cdna_length": 565,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000625752.2",
"protein_id": "ENSP00000487237.1",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 116,
"cds_start": 85,
"cds_end": null,
"cds_length": 353,
"cdna_start": 441,
"cdna_end": null,
"cdna_length": 709,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000456706.6",
"protein_id": "ENSP00000392749.3",
"transcript_support_level": 4,
"aa_start": 29,
"aa_end": null,
"aa_length": 113,
"cds_start": 85,
"cds_end": null,
"cds_length": 344,
"cdna_start": 347,
"cdna_end": null,
"cdna_length": 606,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000528936.5",
"protein_id": "ENSP00000432817.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 102,
"cds_start": 85,
"cds_end": null,
"cds_length": 310,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 569,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000629634.2",
"protein_id": "ENSP00000486434.1",
"transcript_support_level": 3,
"aa_start": 29,
"aa_end": null,
"aa_length": 96,
"cds_start": 85,
"cds_end": null,
"cds_length": 292,
"cdna_start": 372,
"cdna_end": null,
"cdna_length": 579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000529066.5",
"protein_id": "ENSP00000433028.1",
"transcript_support_level": 4,
"aa_start": 29,
"aa_end": null,
"aa_length": 77,
"cds_start": 85,
"cds_end": null,
"cds_length": 235,
"cdna_start": 408,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "ENST00000530360.2",
"protein_id": "ENSP00000434850.2",
"transcript_support_level": 5,
"aa_start": 29,
"aa_end": null,
"aa_length": 64,
"cds_start": 85,
"cds_end": null,
"cds_length": 197,
"cdna_start": 624,
"cdna_end": null,
"cdna_length": 736,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_011520370.3",
"protein_id": "XP_011518672.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 2766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_024448687.2",
"protein_id": "XP_024304455.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 2694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_024448688.2",
"protein_id": "XP_024304456.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 417,
"cdna_end": null,
"cdna_length": 2744,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_024448689.2",
"protein_id": "XP_024304457.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 442,
"cdna_end": null,
"cdna_length": 2769,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_047427599.1",
"protein_id": "XP_047283555.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 2262,
"cdna_end": null,
"cdna_length": 4589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_047427600.1",
"protein_id": "XP_047283556.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 2148,
"cdna_end": null,
"cdna_length": 4475,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "I",
"aa_alt": "V",
"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": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val",
"transcript": "XM_047427601.1",
"protein_id": "XP_047283557.1",
"transcript_support_level": null,
"aa_start": 29,
"aa_end": null,
"aa_length": 323,
"cds_start": 85,
"cds_end": null,
"cds_length": 972,
"cdna_start": 927,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.301A>G",
"hgvs_p": null,
"transcript": "ENST00000524891.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 560,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.328A>G",
"hgvs_p": null,
"transcript": "ENST00000525010.5",
"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": 534,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.323A>G",
"hgvs_p": null,
"transcript": "ENST00000525644.3",
"protein_id": null,
"transcript_support_level": 4,
"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": 492,
"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": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.272A>G",
"hgvs_p": null,
"transcript": "ENST00000527127.5",
"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": 586,
"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": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.85A>G",
"hgvs_p": null,
"transcript": "ENST00000527734.5",
"protein_id": "ENSP00000433655.1",
"transcript_support_level": 4,
"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": 583,
"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": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.85A>G",
"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
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.85A>G",
"hgvs_p": null,
"transcript": "ENST00000531514.5",
"protein_id": "ENSP00000433780.2",
"transcript_support_level": 4,
"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": 641,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.406A>G",
"hgvs_p": null,
"transcript": "ENST00000532459.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 578,
"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": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.443A>G",
"hgvs_p": null,
"transcript": "ENST00000625316.2",
"protein_id": null,
"transcript_support_level": 4,
"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": 608,
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "n.416A>G",
"hgvs_p": null,
"transcript": "ENST00000629602.1",
"protein_id": null,
"transcript_support_level": 4,
"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": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"hgvs_c": "c.-239A>G",
"hgvs_p": null,
"transcript": "NM_001425344.1",
"protein_id": "NP_001412273.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 217,
"cds_start": -4,
"cds_end": null,
"cds_length": 654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC25A22",
"gene_hgnc_id": 19954,
"dbsnp": "rs1386206620",
"frequency_reference_population": 0.0000013928722,
"hom_count_reference_population": 0,
"allele_count_reference_population": 2,
"gnomad_exomes_af": 0.00000139287,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5164333581924438,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.561,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1768,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.07,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.075,
"phylop100way_prediction": "Uncertain_significance",
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000628067.3",
"gene_symbol": "SLC25A22",
"hgnc_id": 19954,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.85A>G",
"hgvs_p": "p.Ile29Val"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}