← 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: 5-132390862-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=132390862&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"effects": [
"missense_variant"
],
"gene_symbol": "SLC22A5",
"hgnc_id": 10969,
"hgvs_c": "c.1297C>G",
"hgvs_p": "p.Leu433Val",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 0,
"transcript": "NM_001308122.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_score": 0,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": 0.1461,
"alt": "G",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.18,
"chr": "5",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "Decreased circulating carnitine concentration,Renal carnitine transport defect",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.2502136826515198,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 557,
"aa_ref": "L",
"aa_start": 409,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3277,
"cdna_start": 1488,
"cds_end": null,
"cds_length": 1674,
"cds_start": 1225,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_003060.4",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1225C>G",
"hgvs_p": "p.Leu409Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000245407.8",
"protein_coding": true,
"protein_id": "NP_003051.1",
"strand": true,
"transcript": "NM_003060.4",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 557,
"aa_ref": "L",
"aa_start": 409,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3277,
"cdna_start": 1488,
"cds_end": null,
"cds_length": 1674,
"cds_start": 1225,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000245407.8",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1225C>G",
"hgvs_p": "p.Leu409Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_003060.4",
"protein_coding": true,
"protein_id": "ENSP00000245407.3",
"strand": true,
"transcript": "ENST00000245407.8",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 581,
"aa_ref": "L",
"aa_start": 433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2825,
"cdna_start": 1453,
"cds_end": null,
"cds_length": 1746,
"cds_start": 1297,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000435065.7",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1297C>G",
"hgvs_p": "p.Leu433Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000402760.2",
"strand": true,
"transcript": "ENST00000435065.7",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2656,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000448810.6",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*77C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000401860.2",
"strand": true,
"transcript": "ENST00000448810.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2656,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000448810.6",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*77C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000401860.2",
"strand": true,
"transcript": "ENST00000448810.6",
"transcript_support_level": 1
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 619,
"aa_ref": "L",
"aa_start": 471,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3385,
"cdna_start": 1594,
"cds_end": null,
"cds_length": 1860,
"cds_start": 1411,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000893301.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1411C>G",
"hgvs_p": "p.Leu471Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563360.1",
"strand": true,
"transcript": "ENST00000893301.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 581,
"aa_ref": "L",
"aa_start": 433,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3349,
"cdna_start": 1560,
"cds_end": null,
"cds_length": 1746,
"cds_start": 1297,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_001308122.2",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1297C>G",
"hgvs_p": "p.Leu433Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001295051.1",
"strand": true,
"transcript": "NM_001308122.2",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 575,
"aa_ref": "L",
"aa_start": 427,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3306,
"cdna_start": 1515,
"cds_end": null,
"cds_length": 1728,
"cds_start": 1279,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000893299.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1279C>G",
"hgvs_p": "p.Leu427Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563358.1",
"strand": true,
"transcript": "ENST00000893299.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 573,
"aa_ref": "L",
"aa_start": 425,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3146,
"cdna_start": 1407,
"cds_end": null,
"cds_length": 1722,
"cds_start": 1273,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000693308.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1273C>G",
"hgvs_p": "p.Leu425Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509770.1",
"strand": true,
"transcript": "ENST00000693308.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 572,
"aa_ref": "L",
"aa_start": 424,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3267,
"cdna_start": 1476,
"cds_end": null,
"cds_length": 1719,
"cds_start": 1270,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000893300.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1270C>G",
"hgvs_p": "p.Leu424Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563359.1",
"strand": true,
"transcript": "ENST00000893300.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 565,
"aa_ref": "L",
"aa_start": 417,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3190,
"cdna_start": 1402,
"cds_end": null,
"cds_length": 1698,
"cds_start": 1249,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000893302.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1249C>G",
"hgvs_p": "p.Leu417Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563361.1",
"strand": true,
"transcript": "ENST00000893302.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 565,
"aa_ref": "L",
"aa_start": 417,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3270,
"cdna_start": 1482,
"cds_end": null,
"cds_length": 1698,
"cds_start": 1249,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000953171.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1249C>G",
"hgvs_p": "p.Leu417Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623230.1",
"strand": true,
"transcript": "ENST00000953171.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 556,
"aa_ref": "L",
"aa_start": 408,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3240,
"cdna_start": 1452,
"cds_end": null,
"cds_length": 1671,
"cds_start": 1222,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000938827.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1222C>G",
"hgvs_p": "p.Leu408Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608886.1",
"strand": true,
"transcript": "ENST00000938827.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 551,
"aa_ref": "L",
"aa_start": 403,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3080,
"cdna_start": 1341,
"cds_end": null,
"cds_length": 1656,
"cds_start": 1207,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000692413.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1207C>G",
"hgvs_p": "p.Leu403Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000509374.1",
"strand": true,
"transcript": "ENST00000692413.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 541,
"aa_ref": "L",
"aa_start": 393,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3231,
"cdna_start": 1440,
"cds_end": null,
"cds_length": 1626,
"cds_start": 1177,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000893296.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1177C>G",
"hgvs_p": "p.Leu393Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563355.1",
"strand": true,
"transcript": "ENST00000893296.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 530,
"aa_ref": "L",
"aa_start": 409,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3190,
"cdna_start": 1482,
"cds_end": null,
"cds_length": 1593,
"cds_start": 1225,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000893297.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1225C>G",
"hgvs_p": "p.Leu409Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563356.1",
"strand": true,
"transcript": "ENST00000893297.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 528,
"aa_ref": "L",
"aa_start": 380,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3105,
"cdna_start": 1314,
"cds_end": null,
"cds_length": 1587,
"cds_start": 1138,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000953172.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1138C>G",
"hgvs_p": "p.Leu380Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000623231.1",
"strand": true,
"transcript": "ENST00000953172.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 521,
"aa_ref": "L",
"aa_start": 373,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2510,
"cdna_start": 1356,
"cds_end": null,
"cds_length": 1566,
"cds_start": 1117,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000938829.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1117C>G",
"hgvs_p": "p.Leu373Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608888.1",
"strand": true,
"transcript": "ENST00000938829.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 506,
"aa_ref": "L",
"aa_start": 358,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2945,
"cdna_start": 1206,
"cds_end": null,
"cds_length": 1521,
"cds_start": 1072,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000689271.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1072C>G",
"hgvs_p": "p.Leu358Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000510797.1",
"strand": true,
"transcript": "ENST00000689271.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 504,
"aa_ref": "L",
"aa_start": 356,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3093,
"cdna_start": 1305,
"cds_end": null,
"cds_length": 1515,
"cds_start": 1066,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000893298.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1066C>G",
"hgvs_p": "p.Leu356Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000563357.1",
"strand": true,
"transcript": "ENST00000893298.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 496,
"aa_ref": "L",
"aa_start": 409,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3044,
"cdna_start": 1439,
"cds_end": null,
"cds_length": 1491,
"cds_start": 1225,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000938828.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1225C>G",
"hgvs_p": "p.Leu409Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000608887.1",
"strand": true,
"transcript": "ENST00000938828.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 431,
"aa_ref": "L",
"aa_start": 356,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1873,
"cdna_start": 1200,
"cds_end": null,
"cds_length": 1296,
"cds_start": 1066,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000415928.6",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1066C>G",
"hgvs_p": "p.Leu356Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000388838.2",
"strand": true,
"transcript": "ENST00000415928.6",
"transcript_support_level": 5
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 381,
"aa_ref": "L",
"aa_start": 233,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3173,
"cdna_start": 1384,
"cds_end": null,
"cds_length": 1146,
"cds_start": 697,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "XM_017009778.3",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.697C>G",
"hgvs_p": "p.Leu233Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_016865267.1",
"strand": true,
"transcript": "XM_017009778.3",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 353,
"aa_ref": "L",
"aa_start": 205,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 8198,
"cdna_start": 6409,
"cds_end": null,
"cds_length": 1062,
"cds_start": 613,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_047417596.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.613C>G",
"hgvs_p": "p.Leu205Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273552.1",
"strand": true,
"transcript": "XM_047417596.1",
"transcript_support_level": null
},
{
"aa_alt": "V",
"aa_end": null,
"aa_length": 351,
"aa_ref": "L",
"aa_start": 203,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2495,
"cdna_start": 706,
"cds_end": null,
"cds_length": 1056,
"cds_start": 607,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "XM_011543590.3",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.607C>G",
"hgvs_p": "p.Leu203Val",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011541892.1",
"strand": true,
"transcript": "XM_011543590.3",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 374,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1570,
"cdna_start": null,
"cds_end": null,
"cds_length": 1125,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047417595.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "c.1125-1571C>G",
"hgvs_p": null,
"intron_rank": 7,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047273551.1",
"strand": true,
"transcript": "XM_047417595.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 10435,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000461013.5",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.8647C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000461013.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 3693,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 4,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000475308.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.1903C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000475308.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 561,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000479605.5",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.328C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000479605.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2749,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000685543.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.1366C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000685543.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3117,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000686757.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*389C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000510721.1",
"strand": true,
"transcript": "ENST00000686757.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5649,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 5,
"exon_rank_end": null,
"feature": "ENST00000687740.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.3910C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000687740.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4274,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000688151.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.2535C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000688151.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3069,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000690900.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*389C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000510703.1",
"strand": true,
"transcript": "ENST00000690900.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5710,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 6,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000692212.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.2837C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000692212.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1861,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000692355.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*134C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509316.1",
"strand": true,
"transcript": "ENST00000692355.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2979,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000692825.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*876C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509447.1",
"strand": true,
"transcript": "ENST00000692825.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4124,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000693763.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.2385C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000693763.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3117,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000686757.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*389C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000510721.1",
"strand": true,
"transcript": "ENST00000686757.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3069,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 10,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000690900.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*389C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000510703.1",
"strand": true,
"transcript": "ENST00000690900.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 1861,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 7,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "ENST00000692355.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*134C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509316.1",
"strand": true,
"transcript": "ENST00000692355.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2979,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000692825.1",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.*876C>G",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000509447.1",
"strand": true,
"transcript": "ENST00000692825.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 998,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000447841.5",
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"hgvs_c": "n.111-1571C>G",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000389284.1",
"strand": true,
"transcript": "ENST00000447841.5",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs573330330",
"effect": "missense_variant",
"frequency_reference_population": 0.0000018584689,
"gene_hgnc_id": 10969,
"gene_symbol": "SLC22A5",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.00000136809,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000656409,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "Renal carnitine transport defect|Decreased circulating carnitine concentration",
"phylop100way_prediction": "Benign",
"phylop100way_score": -0.033,
"pos": 132390862,
"ref": "C",
"revel_prediction": "Benign",
"revel_score": 0.269,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0,
"transcript": "NM_001308122.2"
}
]
}