← 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: 8-144359916-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144359916&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144359916,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000643944.2",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001363118.2",
"protein_id": "NP_001350047.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": "ENST00000643944.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000643944.2",
"protein_id": "ENSP00000496184.2",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": "NM_001363118.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000329994.7",
"protein_id": "ENSP00000333638.2",
"transcript_support_level": 1,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 725,
"cdna_end": null,
"cdna_length": 1910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001253815.2",
"protein_id": "NP_001240744.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 576,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001253816.2",
"protein_id": "NP_001240745.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 593,
"cdna_end": null,
"cdna_length": 1764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001363120.2",
"protein_id": "NP_001350049.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 822,
"cdna_end": null,
"cdna_length": 1993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001363121.2",
"protein_id": "NP_001350050.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 983,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001438495.1",
"protein_id": "NP_001425424.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001438496.1",
"protein_id": "NP_001425425.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 577,
"cdna_end": null,
"cdna_length": 1748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_001438497.1",
"protein_id": "NP_001425426.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 701,
"cdna_end": null,
"cdna_length": 1872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "NM_024531.5",
"protein_id": "NP_078807.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 705,
"cdna_end": null,
"cdna_length": 1876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000402965.5",
"protein_id": "ENSP00000385961.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 608,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000527078.6",
"protein_id": "ENSP00000434728.1",
"transcript_support_level": 5,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000530047.5",
"protein_id": "ENSP00000435820.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 588,
"cdna_end": null,
"cdna_length": 1757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000532815.2",
"protein_id": "ENSP00000501933.1",
"transcript_support_level": 4,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 933,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000533662.2",
"protein_id": "ENSP00000502274.1",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1123,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000534725.6",
"protein_id": "ENSP00000431965.2",
"transcript_support_level": 2,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1001,
"cdna_end": null,
"cdna_length": 2172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000674870.1",
"protein_id": "ENSP00000502406.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 525,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000675121.1",
"protein_id": "ENSP00000501993.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000675280.1",
"protein_id": "ENSP00000502796.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000675292.1",
"protein_id": "ENSP00000502652.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 928,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000675888.1",
"protein_id": "ENSP00000502294.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 445,
"cds_start": 424,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 689,
"cdna_end": null,
"cdna_length": 1840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys",
"transcript": "ENST00000675787.1",
"protein_id": "ENSP00000502189.1",
"transcript_support_level": null,
"aa_start": 142,
"aa_end": null,
"aa_length": 439,
"cds_start": 424,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 530,
"cdna_end": null,
"cdna_length": 1690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "NM_001410949.1",
"protein_id": "NP_001397878.1",
"transcript_support_level": null,
"aa_start": 54,
"aa_end": null,
"aa_length": 357,
"cds_start": 160,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 359,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.160C>T",
"hgvs_p": "p.Arg54Cys",
"transcript": "ENST00000526891.2",
"protein_id": "ENSP00000502670.1",
"transcript_support_level": 4,
"aa_start": 54,
"aa_end": null,
"aa_length": 357,
"cds_start": 160,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 507,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*228C>T",
"hgvs_p": null,
"transcript": "ENST00000674821.1",
"protein_id": "ENSP00000502219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.884C>T",
"hgvs_p": null,
"transcript": "NR_045600.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2055,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*228C>T",
"hgvs_p": null,
"transcript": "ENST00000674821.1",
"protein_id": "ENSP00000502219.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1799,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "NM_001363122.2",
"protein_id": "NP_001350051.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "NM_001438089.1",
"protein_id": "NP_001425018.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "NM_001438494.1",
"protein_id": "NP_001425423.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "NM_001438498.1",
"protein_id": "NP_001425427.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "NM_001438499.1",
"protein_id": "NP_001425428.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "ENST00000526338.7",
"protein_id": "ENSP00000433583.3",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "ENST00000674929.1",
"protein_id": "ENSP00000501554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-199C>T",
"hgvs_p": null,
"transcript": "ENST00000675597.1",
"protein_id": "ENSP00000501973.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 281,
"cds_start": -4,
"cds_end": null,
"cds_length": 846,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.131-256C>T",
"hgvs_p": null,
"transcript": "ENST00000676094.1",
"protein_id": "ENSP00000502066.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 262,
"cds_start": -4,
"cds_end": null,
"cds_length": 789,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.130+493C>T",
"hgvs_p": null,
"transcript": "ENST00000526752.3",
"protein_id": "ENSP00000433796.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 111,
"cds_start": -4,
"cds_end": null,
"cds_length": 336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 727,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.255+169C>T",
"hgvs_p": null,
"transcript": "ENST00000526779.3",
"protein_id": "ENSP00000436917.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.234+190C>T",
"hgvs_p": null,
"transcript": "ENST00000674779.1",
"protein_id": "ENSP00000501929.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1239,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.255+169C>T",
"hgvs_p": null,
"transcript": "ENST00000676358.1",
"protein_id": "ENSP00000501821.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1780,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.-25C>T",
"hgvs_p": null,
"transcript": "ENST00000675998.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1243,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.*216C>T",
"hgvs_p": null,
"transcript": "ENST00000524541.5",
"protein_id": "ENSP00000434239.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 68,
"cds_start": -4,
"cds_end": null,
"cds_length": 208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"dbsnp": "rs1016614259",
"frequency_reference_population": 0.00007002844,
"hom_count_reference_population": 0,
"allele_count_reference_population": 113,
"gnomad_exomes_af": 0.000074586,
"gnomad_genomes_af": 0.000026276,
"gnomad_exomes_ac": 109,
"gnomad_genomes_ac": 4,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.1837826669216156,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.163,
"revel_prediction": "Benign",
"alphamissense_score": 0.1002,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.09,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": "ENST00000643944.2",
"gene_symbol": "SLC52A2",
"hgnc_id": 30224,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.424C>T",
"hgvs_p": "p.Arg142Cys"
}
],
"clinvar_disease": "Brown-Vialetto-van Laere syndrome 2,Inborn genetic diseases",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "Brown-Vialetto-van Laere syndrome 2|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}