← 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-24906729-C-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=24906729&ref=C&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 24906729,
"ref": "C",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001352242.2",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly",
"transcript": "NM_001352248.3",
"protein_id": "NP_001339177.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 675,
"cds_start": 1079,
"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": "A",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly",
"transcript": "ENST00000424767.7",
"protein_id": "ENSP00000416782.3",
"transcript_support_level": 2,
"aa_start": 360,
"aa_end": null,
"aa_length": 675,
"cds_start": 1079,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly",
"transcript": "ENST00000347898.7",
"protein_id": "ENSP00000289932.3",
"transcript_support_level": 1,
"aa_start": 360,
"aa_end": null,
"aa_length": 675,
"cds_start": 1079,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.887C>G",
"hgvs_p": "p.Ala296Gly",
"transcript": "ENST00000565769.5",
"protein_id": "ENSP00000457179.1",
"transcript_support_level": 1,
"aa_start": 296,
"aa_end": null,
"aa_length": 611,
"cds_start": 887,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly",
"transcript": "NM_001352242.2",
"protein_id": "NP_001339171.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 675,
"cds_start": 1079,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1040C>G",
"hgvs_p": "p.Ala347Gly",
"transcript": "NM_001352235.2",
"protein_id": "NP_001339164.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 662,
"cds_start": 1040,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1019C>G",
"hgvs_p": "p.Ala340Gly",
"transcript": "ENST00000899689.1",
"protein_id": "ENSP00000569748.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 655,
"cds_start": 1019,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.998C>G",
"hgvs_p": "p.Ala333Gly",
"transcript": "NM_001352250.2",
"protein_id": "NP_001339179.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 648,
"cds_start": 998,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.998C>G",
"hgvs_p": "p.Ala333Gly",
"transcript": "NM_001394076.1",
"protein_id": "NP_001381005.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 648,
"cds_start": 998,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.974C>G",
"hgvs_p": "p.Ala325Gly",
"transcript": "NM_001258411.3",
"protein_id": "NP_001245340.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 640,
"cds_start": 974,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.974C>G",
"hgvs_p": "p.Ala325Gly",
"transcript": "NM_001352238.2",
"protein_id": "NP_001339167.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 640,
"cds_start": 974,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.974C>G",
"hgvs_p": "p.Ala325Gly",
"transcript": "ENST00000567758.6",
"protein_id": "ENSP00000454401.1",
"transcript_support_level": 5,
"aa_start": 325,
"aa_end": null,
"aa_length": 640,
"cds_start": 974,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.974C>G",
"hgvs_p": "p.Ala325Gly",
"transcript": "ENST00000899690.1",
"protein_id": "ENSP00000569749.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 640,
"cds_start": 974,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.914C>G",
"hgvs_p": "p.Ala305Gly",
"transcript": "ENST00000960822.1",
"protein_id": "ENSP00000630881.1",
"transcript_support_level": null,
"aa_start": 305,
"aa_end": null,
"aa_length": 620,
"cds_start": 914,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.893C>G",
"hgvs_p": "p.Ala298Gly",
"transcript": "NM_001394077.1",
"protein_id": "NP_001381006.1",
"transcript_support_level": null,
"aa_start": 298,
"aa_end": null,
"aa_length": 613,
"cds_start": 893,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.887C>G",
"hgvs_p": "p.Ala296Gly",
"transcript": "NM_001258413.3",
"protein_id": "NP_001245342.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 611,
"cds_start": 887,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.887C>G",
"hgvs_p": "p.Ala296Gly",
"transcript": "NM_001352236.2",
"protein_id": "NP_001339165.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 611,
"cds_start": 887,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.887C>G",
"hgvs_p": "p.Ala296Gly",
"transcript": "NM_001352249.2",
"protein_id": "NP_001339178.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 611,
"cds_start": 887,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.887C>G",
"hgvs_p": "p.Ala296Gly",
"transcript": "NM_001352259.2",
"protein_id": "NP_001339188.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 611,
"cds_start": 887,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Ala290Gly",
"transcript": "NM_001258412.3",
"protein_id": "NP_001245341.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 605,
"cds_start": 869,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.869C>G",
"hgvs_p": "p.Ala290Gly",
"transcript": "ENST00000568579.6",
"protein_id": "ENSP00000456234.1",
"transcript_support_level": 5,
"aa_start": 290,
"aa_end": null,
"aa_length": 605,
"cds_start": 869,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ala261Gly",
"transcript": "NM_001352237.2",
"protein_id": "NP_001339166.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 576,
"cds_start": 782,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.782C>G",
"hgvs_p": "p.Ala261Gly",
"transcript": "NM_001394078.1",
"protein_id": "NP_001381007.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 576,
"cds_start": 782,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.749C>G",
"hgvs_p": "p.Ala250Gly",
"transcript": "NM_001394079.1",
"protein_id": "NP_001381008.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 565,
"cds_start": 749,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly",
"transcript": "XM_017022903.2",
"protein_id": "XP_016878392.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 675,
"cds_start": 1079,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly",
"transcript": "XM_047433573.1",
"protein_id": "XP_047289529.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 675,
"cds_start": 1079,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.974C>G",
"hgvs_p": "p.Ala325Gly",
"transcript": "XM_047433574.1",
"protein_id": "XP_047289530.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 640,
"cds_start": 974,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.935C>G",
"hgvs_p": "p.Ala312Gly",
"transcript": "XM_011545725.3",
"protein_id": "XP_011544027.2",
"transcript_support_level": null,
"aa_start": 312,
"aa_end": null,
"aa_length": 627,
"cds_start": 935,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.887C>G",
"hgvs_p": "p.Ala296Gly",
"transcript": "XM_047433575.1",
"protein_id": "XP_047289531.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 611,
"cds_start": 887,
"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": "A",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.149C>G",
"hgvs_p": "p.Ala50Gly",
"transcript": "XM_011545728.1",
"protein_id": "XP_011544030.1",
"transcript_support_level": null,
"aa_start": 50,
"aa_end": null,
"aa_length": 365,
"cds_start": 149,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.873C>G",
"hgvs_p": "p.Arg291Arg",
"transcript": "NM_001352245.2",
"protein_id": "NP_001339174.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 583,
"cds_start": 873,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.873C>G",
"hgvs_p": "p.Arg291Arg",
"transcript": "NM_001352246.2",
"protein_id": "NP_001339175.1",
"transcript_support_level": null,
"aa_start": 291,
"aa_end": null,
"aa_length": 583,
"cds_start": 873,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.792C>G",
"hgvs_p": "p.Arg264Arg",
"transcript": "NM_001394080.1",
"protein_id": "NP_001381009.1",
"transcript_support_level": null,
"aa_start": 264,
"aa_end": null,
"aa_length": 556,
"cds_start": 792,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.768C>G",
"hgvs_p": "p.Arg256Arg",
"transcript": "NM_001352247.2",
"protein_id": "NP_001339176.1",
"transcript_support_level": null,
"aa_start": 256,
"aa_end": null,
"aa_length": 548,
"cds_start": 768,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.681C>G",
"hgvs_p": "p.Arg227Arg",
"transcript": "NM_001258414.2",
"protein_id": "NP_001245343.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 519,
"cds_start": 681,
"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": "R",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.681C>G",
"hgvs_p": "p.Arg227Arg",
"transcript": "ENST00000569071.2",
"protein_id": "ENSP00000456376.1",
"transcript_support_level": 5,
"aa_start": 227,
"aa_end": null,
"aa_length": 519,
"cds_start": 681,
"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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*1091C>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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*1091C>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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1255C>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": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1360C>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": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1432C>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": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1201C>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": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1575C>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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1595C>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": 10,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1120C>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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1667C>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": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1356C>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": 13,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1503C>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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*1091C>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": 14,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*1091C>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": "rs769262793",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": 0,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 0,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9576430916786194,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.909,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7299,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.41,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.792,
"phylop100way_prediction": "Pathogenic",
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_001352242.2",
"gene_symbol": "SLC5A11",
"hgnc_id": 23091,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1079C>G",
"hgvs_p": "p.Ala360Gly"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}