← 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-24897979-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=24897979&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 24897979,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001352245.2",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.876T>C",
"hgvs_p": "p.Ile292Ile",
"transcript": "NM_001352248.3",
"protein_id": "NP_001339177.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 675,
"cds_start": 876,
"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": "I",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.876T>C",
"hgvs_p": "p.Ile292Ile",
"transcript": "ENST00000424767.7",
"protein_id": "ENSP00000416782.3",
"transcript_support_level": 2,
"aa_start": 292,
"aa_end": null,
"aa_length": 675,
"cds_start": 876,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.876T>C",
"hgvs_p": "p.Ile292Ile",
"transcript": "ENST00000347898.7",
"protein_id": "ENSP00000289932.3",
"transcript_support_level": 1,
"aa_start": 292,
"aa_end": null,
"aa_length": 675,
"cds_start": 876,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Ile228Ile",
"transcript": "ENST00000565769.5",
"protein_id": "ENSP00000457179.1",
"transcript_support_level": 1,
"aa_start": 228,
"aa_end": null,
"aa_length": 611,
"cds_start": 684,
"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": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.670T>C",
"hgvs_p": "p.Cys224Arg",
"transcript": "NM_001352245.2",
"protein_id": "NP_001339174.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 583,
"cds_start": 670,
"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": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.670T>C",
"hgvs_p": "p.Cys224Arg",
"transcript": "NM_001352246.2",
"protein_id": "NP_001339175.1",
"transcript_support_level": null,
"aa_start": 224,
"aa_end": null,
"aa_length": 583,
"cds_start": 670,
"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": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.589T>C",
"hgvs_p": "p.Cys197Arg",
"transcript": "NM_001394080.1",
"protein_id": "NP_001381009.1",
"transcript_support_level": null,
"aa_start": 197,
"aa_end": null,
"aa_length": 556,
"cds_start": 589,
"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": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.565T>C",
"hgvs_p": "p.Cys189Arg",
"transcript": "NM_001352247.2",
"protein_id": "NP_001339176.1",
"transcript_support_level": null,
"aa_start": 189,
"aa_end": null,
"aa_length": 548,
"cds_start": 565,
"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": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.478T>C",
"hgvs_p": "p.Cys160Arg",
"transcript": "NM_001258414.2",
"protein_id": "NP_001245343.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 519,
"cds_start": 478,
"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": "C",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.478T>C",
"hgvs_p": "p.Cys160Arg",
"transcript": "ENST00000569071.2",
"protein_id": "ENSP00000456376.1",
"transcript_support_level": 5,
"aa_start": 160,
"aa_end": null,
"aa_length": 519,
"cds_start": 478,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.876T>C",
"hgvs_p": "p.Ile292Ile",
"transcript": "NM_001352242.2",
"protein_id": "NP_001339171.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 675,
"cds_start": 876,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.837T>C",
"hgvs_p": "p.Ile279Ile",
"transcript": "NM_001352235.2",
"protein_id": "NP_001339164.1",
"transcript_support_level": null,
"aa_start": 279,
"aa_end": null,
"aa_length": 662,
"cds_start": 837,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.816T>C",
"hgvs_p": "p.Ile272Ile",
"transcript": "ENST00000899689.1",
"protein_id": "ENSP00000569748.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 655,
"cds_start": 816,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Ile265Ile",
"transcript": "NM_001352250.2",
"protein_id": "NP_001339179.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 648,
"cds_start": 795,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.795T>C",
"hgvs_p": "p.Ile265Ile",
"transcript": "NM_001394076.1",
"protein_id": "NP_001381005.1",
"transcript_support_level": null,
"aa_start": 265,
"aa_end": null,
"aa_length": 648,
"cds_start": 795,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Ile257Ile",
"transcript": "NM_001258411.3",
"protein_id": "NP_001245340.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 640,
"cds_start": 771,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Ile257Ile",
"transcript": "NM_001352238.2",
"protein_id": "NP_001339167.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 640,
"cds_start": 771,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Ile257Ile",
"transcript": "ENST00000567758.6",
"protein_id": "ENSP00000454401.1",
"transcript_support_level": 5,
"aa_start": 257,
"aa_end": null,
"aa_length": 640,
"cds_start": 771,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Ile257Ile",
"transcript": "ENST00000899690.1",
"protein_id": "ENSP00000569749.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 640,
"cds_start": 771,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.711T>C",
"hgvs_p": "p.Ile237Ile",
"transcript": "ENST00000960822.1",
"protein_id": "ENSP00000630881.1",
"transcript_support_level": null,
"aa_start": 237,
"aa_end": null,
"aa_length": 620,
"cds_start": 711,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.690T>C",
"hgvs_p": "p.Ile230Ile",
"transcript": "NM_001394077.1",
"protein_id": "NP_001381006.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 613,
"cds_start": 690,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Ile228Ile",
"transcript": "NM_001258413.3",
"protein_id": "NP_001245342.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 611,
"cds_start": 684,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Ile228Ile",
"transcript": "NM_001352236.2",
"protein_id": "NP_001339165.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 611,
"cds_start": 684,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Ile228Ile",
"transcript": "NM_001352249.2",
"protein_id": "NP_001339178.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 611,
"cds_start": 684,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Ile228Ile",
"transcript": "NM_001352259.2",
"protein_id": "NP_001339188.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 611,
"cds_start": 684,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.666T>C",
"hgvs_p": "p.Ile222Ile",
"transcript": "NM_001258412.3",
"protein_id": "NP_001245341.1",
"transcript_support_level": null,
"aa_start": 222,
"aa_end": null,
"aa_length": 605,
"cds_start": 666,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.666T>C",
"hgvs_p": "p.Ile222Ile",
"transcript": "ENST00000568579.6",
"protein_id": "ENSP00000456234.1",
"transcript_support_level": 5,
"aa_start": 222,
"aa_end": null,
"aa_length": 605,
"cds_start": 666,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.579T>C",
"hgvs_p": "p.Ile193Ile",
"transcript": "NM_001352237.2",
"protein_id": "NP_001339166.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 576,
"cds_start": 579,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.579T>C",
"hgvs_p": "p.Ile193Ile",
"transcript": "NM_001394078.1",
"protein_id": "NP_001381007.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 576,
"cds_start": 579,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.546T>C",
"hgvs_p": "p.Ile182Ile",
"transcript": "NM_001394079.1",
"protein_id": "NP_001381008.1",
"transcript_support_level": null,
"aa_start": 182,
"aa_end": null,
"aa_length": 565,
"cds_start": 546,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.876T>C",
"hgvs_p": "p.Ile292Ile",
"transcript": "XM_017022903.2",
"protein_id": "XP_016878392.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 675,
"cds_start": 876,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.876T>C",
"hgvs_p": "p.Ile292Ile",
"transcript": "XM_047433573.1",
"protein_id": "XP_047289529.1",
"transcript_support_level": null,
"aa_start": 292,
"aa_end": null,
"aa_length": 675,
"cds_start": 876,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.771T>C",
"hgvs_p": "p.Ile257Ile",
"transcript": "XM_047433574.1",
"protein_id": "XP_047289530.1",
"transcript_support_level": null,
"aa_start": 257,
"aa_end": null,
"aa_length": 640,
"cds_start": 771,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.732T>C",
"hgvs_p": "p.Ile244Ile",
"transcript": "XM_011545725.3",
"protein_id": "XP_011544027.2",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 627,
"cds_start": 732,
"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": "I",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.684T>C",
"hgvs_p": "p.Ile228Ile",
"transcript": "XM_047433575.1",
"protein_id": "XP_047289531.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 611,
"cds_start": 684,
"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": [
"5_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-55T>C",
"hgvs_p": null,
"transcript": "XM_011545728.1",
"protein_id": "XP_011544030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 365,
"cds_start": null,
"cds_end": null,
"cds_length": 1098,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011545728.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*888T>C",
"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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*888T>C",
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1052T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1157T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1229T>C",
"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": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.998T>C",
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1372T>C",
"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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1392T>C",
"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": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.917T>C",
"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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1464T>C",
"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": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1153T>C",
"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": 12,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1300T>C",
"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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*888T>C",
"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": 13,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*888T>C",
"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": "rs150065146",
"frequency_reference_population": 6.841237e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84124e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.2510629892349243,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.245,
"revel_prediction": "Benign",
"alphamissense_score": 0.0781,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.14,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.621,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001352245.2",
"gene_symbol": "SLC5A11",
"hgnc_id": 23091,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.670T>C",
"hgvs_p": "p.Cys224Arg"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}