← 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: 17-44320361-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=44320361&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 44320361,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000377095.10",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.877G>A",
"hgvs_p": "p.Val293Met",
"transcript": "NM_001143780.3",
"protein_id": "NP_001137252.1",
"transcript_support_level": null,
"aa_start": 293,
"aa_end": null,
"aa_length": 359,
"cds_start": 877,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": "ENST00000377095.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.877G>A",
"hgvs_p": "p.Val293Met",
"transcript": "ENST00000377095.10",
"protein_id": "ENSP00000366299.4",
"transcript_support_level": 1,
"aa_start": 293,
"aa_end": null,
"aa_length": 359,
"cds_start": 877,
"cds_end": null,
"cds_length": 1080,
"cdna_start": 1005,
"cdna_end": null,
"cdna_length": 1581,
"mane_select": "NM_001143780.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.853G>A",
"hgvs_p": "p.Val285Met",
"transcript": "ENST00000225308.12",
"protein_id": "ENSP00000225308.8",
"transcript_support_level": 1,
"aa_start": 285,
"aa_end": null,
"aa_length": 351,
"cds_start": 853,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 1028,
"cdna_end": null,
"cdna_length": 1607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Val291Met",
"transcript": "NM_001321241.2",
"protein_id": "NP_001308170.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 357,
"cds_start": 871,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 999,
"cdna_end": null,
"cdna_length": 1575,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.853G>A",
"hgvs_p": "p.Val285Met",
"transcript": "NM_016016.4",
"protein_id": "NP_057100.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 351,
"cds_start": 853,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 981,
"cdna_end": null,
"cdna_length": 1557,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.853G>A",
"hgvs_p": "p.Val285Met",
"transcript": "ENST00000590194.5",
"protein_id": "ENSP00000467681.1",
"transcript_support_level": 5,
"aa_start": 285,
"aa_end": null,
"aa_length": 351,
"cds_start": 853,
"cds_end": null,
"cds_length": 1056,
"cdna_start": 980,
"cdna_end": null,
"cdna_length": 1542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Val270Met",
"transcript": "NM_001321240.2",
"protein_id": "NP_001308169.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 336,
"cds_start": 808,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 936,
"cdna_end": null,
"cdna_length": 1512,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Val270Met",
"transcript": "ENST00000537904.6",
"protein_id": "ENSP00000444540.1",
"transcript_support_level": 2,
"aa_start": 270,
"aa_end": null,
"aa_length": 336,
"cds_start": 808,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 940,
"cdna_end": null,
"cdna_length": 1274,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.598G>A",
"hgvs_p": "p.Val200Met",
"transcript": "ENST00000588767.5",
"protein_id": "ENSP00000466615.1",
"transcript_support_level": 5,
"aa_start": 200,
"aa_end": null,
"aa_length": 266,
"cds_start": 598,
"cds_end": null,
"cds_length": 801,
"cdna_start": 598,
"cdna_end": null,
"cdna_length": 807,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.574G>A",
"hgvs_p": "p.Val192Met",
"transcript": "NM_001366726.1",
"protein_id": "NP_001353655.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 258,
"cds_start": 574,
"cds_end": null,
"cds_length": 777,
"cdna_start": 913,
"cdna_end": null,
"cdna_length": 1489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.481G>A",
"hgvs_p": "p.Val161Met",
"transcript": "ENST00000586016.5",
"protein_id": "ENSP00000466676.1",
"transcript_support_level": 5,
"aa_start": 161,
"aa_end": null,
"aa_length": 227,
"cds_start": 481,
"cds_end": null,
"cds_length": 684,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 1156,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.895G>A",
"hgvs_p": "p.Val299Met",
"transcript": "XM_011524880.4",
"protein_id": "XP_011523182.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 365,
"cds_start": 895,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 1023,
"cdna_end": null,
"cdna_length": 1599,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.895G>A",
"hgvs_p": "p.Val299Met",
"transcript": "XM_047436234.1",
"protein_id": "XP_047292190.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 365,
"cds_start": 895,
"cds_end": null,
"cds_length": 1098,
"cdna_start": 2156,
"cdna_end": null,
"cdna_length": 2732,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.871G>A",
"hgvs_p": "p.Val291Met",
"transcript": "XM_047436235.1",
"protein_id": "XP_047292191.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 357,
"cds_start": 871,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 2132,
"cdna_end": null,
"cdna_length": 2708,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.826G>A",
"hgvs_p": "p.Val276Met",
"transcript": "XM_047436236.1",
"protein_id": "XP_047292192.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 342,
"cds_start": 826,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 2087,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.808G>A",
"hgvs_p": "p.Val270Met",
"transcript": "XM_047436237.1",
"protein_id": "XP_047292193.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 336,
"cds_start": 808,
"cds_end": null,
"cds_length": 1011,
"cdna_start": 2069,
"cdna_end": null,
"cdna_length": 2645,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Val198Met",
"transcript": "XM_047436238.1",
"protein_id": "XP_047292194.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 264,
"cds_start": 592,
"cds_end": null,
"cds_length": 795,
"cdna_start": 699,
"cdna_end": null,
"cdna_length": 1275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Val198Met",
"transcript": "XM_047436239.1",
"protein_id": "XP_047292195.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 264,
"cds_start": 592,
"cds_end": null,
"cds_length": 795,
"cdna_start": 676,
"cdna_end": null,
"cdna_length": 1252,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.592G>A",
"hgvs_p": "p.Val198Met",
"transcript": "XM_047436240.1",
"protein_id": "XP_047292196.1",
"transcript_support_level": null,
"aa_start": 198,
"aa_end": null,
"aa_length": 264,
"cds_start": 592,
"cds_end": null,
"cds_length": 795,
"cdna_start": 654,
"cdna_end": null,
"cdna_length": 1230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.574G>A",
"hgvs_p": "p.Val192Met",
"transcript": "XM_047436241.1",
"protein_id": "XP_047292197.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 258,
"cds_start": 574,
"cds_end": null,
"cds_length": 777,
"cdna_start": 658,
"cdna_end": null,
"cdna_length": 1234,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.1640G>A",
"hgvs_p": null,
"transcript": "ENST00000591006.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": 2217,
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.276G>A",
"hgvs_p": null,
"transcript": "ENST00000592372.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": 867,
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.*227G>A",
"hgvs_p": null,
"transcript": "ENST00000593166.1",
"protein_id": "ENSP00000467964.1",
"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": 797,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.1183G>A",
"hgvs_p": null,
"transcript": "NR_159401.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": 1759,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.871G>A",
"hgvs_p": null,
"transcript": "NR_159402.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": 1447,
"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": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.1207G>A",
"hgvs_p": null,
"transcript": "NR_159403.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": 1783,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.1138G>A",
"hgvs_p": null,
"transcript": "NR_159404.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": 1714,
"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": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.1073G>A",
"hgvs_p": null,
"transcript": "NR_159405.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": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "n.*227G>A",
"hgvs_p": null,
"transcript": "ENST00000593166.1",
"protein_id": "ENSP00000467964.1",
"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": 797,
"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": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "XM_047436242.1",
"protein_id": "XP_047292198.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 239,
"cds_start": -4,
"cds_end": null,
"cds_length": 720,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 853,
"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": "SLC25A39",
"gene_hgnc_id": 24279,
"hgvs_c": "c.*47G>A",
"hgvs_p": null,
"transcript": "XM_047436244.1",
"protein_id": "XP_047292200.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 231,
"cds_start": -4,
"cds_end": null,
"cds_length": 696,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1962,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC25A39",
"gene_hgnc_id": 24279,
"dbsnp": "rs773969174",
"frequency_reference_population": 0.000014253701,
"hom_count_reference_population": 0,
"allele_count_reference_population": 23,
"gnomad_exomes_af": 0.0000109495,
"gnomad_genomes_af": 0.0000459438,
"gnomad_exomes_ac": 16,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.029423266649246216,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.135,
"revel_prediction": "Benign",
"alphamissense_score": 0.082,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.221,
"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": -4,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP4_Strong",
"acmg_by_gene": [
{
"score": -4,
"benign_score": 4,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000377095.10",
"gene_symbol": "SLC25A39",
"hgnc_id": 24279,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.877G>A",
"hgvs_p": "p.Val293Met"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}