← 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-24890965-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=24890965&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 24890965,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001352242.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln",
"transcript": "NM_001352248.3",
"protein_id": "NP_001339177.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 675,
"cds_start": 761,
"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": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln",
"transcript": "ENST00000424767.7",
"protein_id": "ENSP00000416782.3",
"transcript_support_level": 2,
"aa_start": 254,
"aa_end": null,
"aa_length": 675,
"cds_start": 761,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln",
"transcript": "ENST00000347898.7",
"protein_id": "ENSP00000289932.3",
"transcript_support_level": 1,
"aa_start": 254,
"aa_end": null,
"aa_length": 675,
"cds_start": 761,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "ENST00000565769.5",
"protein_id": "ENSP00000457179.1",
"transcript_support_level": 1,
"aa_start": 190,
"aa_end": null,
"aa_length": 611,
"cds_start": 569,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln",
"transcript": "NM_001352242.2",
"protein_id": "NP_001339171.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 675,
"cds_start": 761,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.722G>A",
"hgvs_p": "p.Arg241Gln",
"transcript": "NM_001352235.2",
"protein_id": "NP_001339164.1",
"transcript_support_level": null,
"aa_start": 241,
"aa_end": null,
"aa_length": 662,
"cds_start": 722,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.701G>A",
"hgvs_p": "p.Arg234Gln",
"transcript": "ENST00000899689.1",
"protein_id": "ENSP00000569748.1",
"transcript_support_level": null,
"aa_start": 234,
"aa_end": null,
"aa_length": 655,
"cds_start": 701,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.680G>A",
"hgvs_p": "p.Arg227Gln",
"transcript": "NM_001352250.2",
"protein_id": "NP_001339179.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 648,
"cds_start": 680,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.680G>A",
"hgvs_p": "p.Arg227Gln",
"transcript": "NM_001394076.1",
"protein_id": "NP_001381005.1",
"transcript_support_level": null,
"aa_start": 227,
"aa_end": null,
"aa_length": 648,
"cds_start": 680,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219Gln",
"transcript": "NM_001258411.3",
"protein_id": "NP_001245340.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 640,
"cds_start": 656,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219Gln",
"transcript": "NM_001352238.2",
"protein_id": "NP_001339167.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 640,
"cds_start": 656,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219Gln",
"transcript": "ENST00000567758.6",
"protein_id": "ENSP00000454401.1",
"transcript_support_level": 5,
"aa_start": 219,
"aa_end": null,
"aa_length": 640,
"cds_start": 656,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219Gln",
"transcript": "ENST00000899690.1",
"protein_id": "ENSP00000569749.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 640,
"cds_start": 656,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.596G>A",
"hgvs_p": "p.Arg199Gln",
"transcript": "ENST00000960822.1",
"protein_id": "ENSP00000630881.1",
"transcript_support_level": null,
"aa_start": 199,
"aa_end": null,
"aa_length": 620,
"cds_start": 596,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.575G>A",
"hgvs_p": "p.Arg192Gln",
"transcript": "NM_001394077.1",
"protein_id": "NP_001381006.1",
"transcript_support_level": null,
"aa_start": 192,
"aa_end": null,
"aa_length": 613,
"cds_start": 575,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "NM_001258413.3",
"protein_id": "NP_001245342.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 611,
"cds_start": 569,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "NM_001352236.2",
"protein_id": "NP_001339165.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 611,
"cds_start": 569,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "NM_001352249.2",
"protein_id": "NP_001339178.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 611,
"cds_start": 569,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "NM_001352259.2",
"protein_id": "NP_001339188.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 611,
"cds_start": 569,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.551G>A",
"hgvs_p": "p.Arg184Gln",
"transcript": "NM_001258412.3",
"protein_id": "NP_001245341.1",
"transcript_support_level": null,
"aa_start": 184,
"aa_end": null,
"aa_length": 605,
"cds_start": 551,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.551G>A",
"hgvs_p": "p.Arg184Gln",
"transcript": "ENST00000568579.6",
"protein_id": "ENSP00000456234.1",
"transcript_support_level": 5,
"aa_start": 184,
"aa_end": null,
"aa_length": 605,
"cds_start": 551,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.464G>A",
"hgvs_p": "p.Arg155Gln",
"transcript": "NM_001352237.2",
"protein_id": "NP_001339166.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 576,
"cds_start": 464,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.464G>A",
"hgvs_p": "p.Arg155Gln",
"transcript": "NM_001394078.1",
"protein_id": "NP_001381007.1",
"transcript_support_level": null,
"aa_start": 155,
"aa_end": null,
"aa_length": 576,
"cds_start": 464,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.431G>A",
"hgvs_p": "p.Arg144Gln",
"transcript": "NM_001394079.1",
"protein_id": "NP_001381008.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 565,
"cds_start": 431,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln",
"transcript": "XM_017022903.2",
"protein_id": "XP_016878392.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 675,
"cds_start": 761,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln",
"transcript": "XM_047433573.1",
"protein_id": "XP_047289529.1",
"transcript_support_level": null,
"aa_start": 254,
"aa_end": null,
"aa_length": 675,
"cds_start": 761,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219Gln",
"transcript": "XM_047433574.1",
"protein_id": "XP_047289530.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 640,
"cds_start": 656,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.617G>A",
"hgvs_p": "p.Arg206Gln",
"transcript": "XM_011545725.3",
"protein_id": "XP_011544027.2",
"transcript_support_level": null,
"aa_start": 206,
"aa_end": null,
"aa_length": 627,
"cds_start": 617,
"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": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "XM_047433575.1",
"protein_id": "XP_047289531.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 611,
"cds_start": 569,
"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": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.664+6834G>A",
"hgvs_p": null,
"transcript": "NM_001352245.2",
"protein_id": "NP_001339174.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.664+6834G>A",
"hgvs_p": null,
"transcript": "NM_001352246.2",
"protein_id": "NP_001339175.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.584-7009G>A",
"hgvs_p": null,
"transcript": "NM_001394080.1",
"protein_id": "NP_001381009.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 556,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.559+6834G>A",
"hgvs_p": null,
"transcript": "NM_001352247.2",
"protein_id": "NP_001339176.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 548,
"cds_start": null,
"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": 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": 8,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.472+6834G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.472+6834G>A",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "c.-61+6834G>A",
"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": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*773G>A",
"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": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*773G>A",
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.438G>A",
"hgvs_p": null,
"transcript": "ENST00000565586.1",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000565586.1"
},
{
"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": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.937G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1042G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1114G>A",
"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": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.883G>A",
"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": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1257G>A",
"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": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1277G>A",
"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": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.802G>A",
"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": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1349G>A",
"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": 10,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1038G>A",
"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": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.1185G>A",
"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": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*773G>A",
"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": 12,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC5A11",
"gene_hgnc_id": 23091,
"hgvs_c": "n.*773G>A",
"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": "rs762974709",
"frequency_reference_population": 0.000017348246,
"hom_count_reference_population": 1,
"allele_count_reference_population": 28,
"gnomad_exomes_af": 0.0000184693,
"gnomad_genomes_af": 0.00000657419,
"gnomad_exomes_ac": 27,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5397919416427612,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.831,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.1476,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.29,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.041,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001352242.2",
"gene_symbol": "SLC5A11",
"hgnc_id": 23091,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.761G>A",
"hgvs_p": "p.Arg254Gln"
}
],
"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
}