← 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: 16-24862617-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=24862617&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 24862617,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001352242.2",
"consequences": [
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352248.3",
"protein_id": "NP_001339177.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 675,
"cds_start": 152,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000424767.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352248.3"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000424767.7",
"protein_id": "ENSP00000416782.3",
"transcript_support_level": 2,
"aa_start": 51,
"aa_end": null,
"aa_length": 675,
"cds_start": 152,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001352248.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000424767.7"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000347898.7",
"protein_id": "ENSP00000289932.3",
"transcript_support_level": 1,
"aa_start": 51,
"aa_end": null,
"aa_length": 675,
"cds_start": 152,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000347898.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000565769.5",
"protein_id": "ENSP00000457179.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000565769.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352242.2",
"protein_id": "NP_001339171.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 675,
"cds_start": 152,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352242.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Lys38Arg",
"transcript": "NM_001352235.2",
"protein_id": "NP_001339164.1",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 662,
"cds_start": 113,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352235.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000899689.1",
"protein_id": "ENSP00000569748.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 655,
"cds_start": 152,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899689.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352250.2",
"protein_id": "NP_001339179.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 648,
"cds_start": 152,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352250.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001394076.1",
"protein_id": "NP_001381005.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 648,
"cds_start": 152,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394076.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001258411.3",
"protein_id": "NP_001245340.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 640,
"cds_start": 152,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258411.3"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352238.2",
"protein_id": "NP_001339167.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 640,
"cds_start": 152,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352238.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000567758.6",
"protein_id": "ENSP00000454401.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 640,
"cds_start": 152,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000567758.6"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000899690.1",
"protein_id": "ENSP00000569749.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 640,
"cds_start": 152,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000899690.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000960822.1",
"protein_id": "ENSP00000630881.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 620,
"cds_start": 152,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000960822.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001394077.1",
"protein_id": "NP_001381006.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 613,
"cds_start": 152,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394077.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001258412.3",
"protein_id": "NP_001245341.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 605,
"cds_start": 152,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258412.3"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000568579.6",
"protein_id": "ENSP00000456234.1",
"transcript_support_level": 5,
"aa_start": 51,
"aa_end": null,
"aa_length": 605,
"cds_start": 152,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000568579.6"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352245.2",
"protein_id": "NP_001339174.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 583,
"cds_start": 152,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352245.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352246.2",
"protein_id": "NP_001339175.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 583,
"cds_start": 152,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352246.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001394080.1",
"protein_id": "NP_001381009.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 556,
"cds_start": 152,
"cds_end": null,
"cds_length": 1671,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394080.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "NM_001352247.2",
"protein_id": "NP_001339176.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 548,
"cds_start": 152,
"cds_end": null,
"cds_length": 1647,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352247.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "ENST00000569520.5",
"protein_id": "ENSP00000454732.1",
"transcript_support_level": 4,
"aa_start": 51,
"aa_end": null,
"aa_length": 90,
"cds_start": 152,
"cds_end": null,
"cds_length": 273,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569520.5"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "XM_017022903.2",
"protein_id": "XP_016878392.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 675,
"cds_start": 152,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017022903.2"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "XM_047433573.1",
"protein_id": "XP_047289529.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 675,
"cds_start": 152,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433573.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg",
"transcript": "XM_047433574.1",
"protein_id": "XP_047289530.1",
"transcript_support_level": null,
"aa_start": 51,
"aa_end": null,
"aa_length": 640,
"cds_start": 152,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433574.1"
},
{
"aa_ref": "K",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.113A>G",
"hgvs_p": "p.Lys38Arg",
"transcript": "XM_011545725.3",
"protein_id": "XP_011544027.2",
"transcript_support_level": null,
"aa_start": 38,
"aa_end": null,
"aa_length": 627,
"cds_start": 113,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545725.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001258413.3",
"protein_id": "NP_001245342.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258413.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001352236.2",
"protein_id": "NP_001339165.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352236.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001352249.2",
"protein_id": "NP_001339178.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352249.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001352259.2",
"protein_id": "NP_001339188.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352259.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001352237.2",
"protein_id": "NP_001339166.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001352237.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001394078.1",
"protein_id": "NP_001381007.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 576,
"cds_start": null,
"cds_end": null,
"cds_length": 1731,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394078.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "NM_001258414.2",
"protein_id": "NP_001245343.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": null,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001258414.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "ENST00000569071.2",
"protein_id": "ENSP00000456376.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 519,
"cds_start": null,
"cds_end": null,
"cds_length": 1560,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000569071.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-41A>G",
"hgvs_p": null,
"transcript": "XM_047433575.1",
"protein_id": "XP_047289531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047433575.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-123-7284A>G",
"hgvs_p": null,
"transcript": "NM_001394079.1",
"protein_id": "NP_001381008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 565,
"cds_start": null,
"cds_end": null,
"cds_length": 1698,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001394079.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*164A>G",
"hgvs_p": null,
"transcript": "ENST00000488922.6",
"protein_id": "ENSP00000458806.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000488922.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*164A>G",
"hgvs_p": null,
"transcript": "ENST00000545376.6",
"protein_id": "ENSP00000441384.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000545376.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.433A>G",
"hgvs_p": null,
"transcript": "NR_147933.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147933.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.433A>G",
"hgvs_p": null,
"transcript": "NR_147934.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147934.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.505A>G",
"hgvs_p": null,
"transcript": "NR_147935.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147935.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.274A>G",
"hgvs_p": null,
"transcript": "NR_147936.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147936.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.505A>G",
"hgvs_p": null,
"transcript": "NR_147938.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147938.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.525A>G",
"hgvs_p": null,
"transcript": "NR_147939.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147939.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.274A>G",
"hgvs_p": null,
"transcript": "NR_147940.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_147940.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.597A>G",
"hgvs_p": null,
"transcript": "NR_172075.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_172075.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.433A>G",
"hgvs_p": null,
"transcript": "NR_172076.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_172076.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.433A>G",
"hgvs_p": null,
"transcript": "NR_172077.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_172077.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*164A>G",
"hgvs_p": null,
"transcript": "ENST00000488922.6",
"protein_id": "ENSP00000458806.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000488922.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*164A>G",
"hgvs_p": null,
"transcript": "ENST00000545376.6",
"protein_id": "ENSP00000441384.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000545376.6"
}
],
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"dbsnp": "rs1007895519",
"frequency_reference_population": 0.000004958055,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000273707,
"gnomad_genomes_af": 0.000026295,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.35719794034957886,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.03999999910593033,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.348,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.0757,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.729,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.04,
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001352242.2",
"gene_symbol": "SLC5A11",
"hgnc_id": 23091,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.152A>G",
"hgvs_p": "p.Lys51Arg"
}
],
"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
}