← 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-144360957-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=144360957&ref=C&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "8",
"pos": 144360957,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000643944.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001363118.2",
"protein_id": "NP_001350047.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1843,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": "ENST00000643944.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000643944.2",
"protein_id": "ENSP00000496184.2",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1843,
"cdna_end": null,
"cdna_length": 2158,
"mane_select": "NM_001363118.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000329994.7",
"protein_id": "ENSP00000333638.2",
"transcript_support_level": 1,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1581,
"cdna_end": null,
"cdna_length": 1910,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001253815.2",
"protein_id": "NP_001240744.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1432,
"cdna_end": null,
"cdna_length": 1747,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001253816.2",
"protein_id": "NP_001240745.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1449,
"cdna_end": null,
"cdna_length": 1764,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001363120.2",
"protein_id": "NP_001350049.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 1993,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001363121.2",
"protein_id": "NP_001350050.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1839,
"cdna_end": null,
"cdna_length": 2154,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001438495.1",
"protein_id": "NP_001425424.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1674,
"cdna_end": null,
"cdna_length": 1989,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001438496.1",
"protein_id": "NP_001425425.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1433,
"cdna_end": null,
"cdna_length": 1748,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_001438497.1",
"protein_id": "NP_001425426.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1557,
"cdna_end": null,
"cdna_length": 1872,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "NM_024531.5",
"protein_id": "NP_078807.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1561,
"cdna_end": null,
"cdna_length": 1876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000402965.5",
"protein_id": "ENSP00000385961.1",
"transcript_support_level": 2,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1464,
"cdna_end": null,
"cdna_length": 1777,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000527078.6",
"protein_id": "ENSP00000434728.1",
"transcript_support_level": 5,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1726,
"cdna_end": null,
"cdna_length": 2041,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000530047.5",
"protein_id": "ENSP00000435820.1",
"transcript_support_level": 2,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1444,
"cdna_end": null,
"cdna_length": 1757,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000532815.2",
"protein_id": "ENSP00000501933.1",
"transcript_support_level": 4,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1789,
"cdna_end": null,
"cdna_length": 2104,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000533662.2",
"protein_id": "ENSP00000502274.1",
"transcript_support_level": 2,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1979,
"cdna_end": null,
"cdna_length": 2294,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000534725.6",
"protein_id": "ENSP00000431965.2",
"transcript_support_level": 2,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1857,
"cdna_end": null,
"cdna_length": 2172,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000674870.1",
"protein_id": "ENSP00000502406.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 1696,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000675121.1",
"protein_id": "ENSP00000501993.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1425,
"cdna_end": null,
"cdna_length": 1740,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000675280.1",
"protein_id": "ENSP00000502796.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1564,
"cdna_end": null,
"cdna_length": 1879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000675292.1",
"protein_id": "ENSP00000502652.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile",
"transcript": "ENST00000675888.1",
"protein_id": "ENSP00000502294.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 445,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1338,
"cdna_start": 1545,
"cdna_end": null,
"cdna_length": 1840,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1016C>T",
"hgvs_p": "p.Thr339Ile",
"transcript": "NM_001410949.1",
"protein_id": "NP_001397878.1",
"transcript_support_level": null,
"aa_start": 339,
"aa_end": null,
"aa_length": 357,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 1215,
"cdna_end": null,
"cdna_length": 1530,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1016C>T",
"hgvs_p": "p.Thr339Ile",
"transcript": "ENST00000526891.2",
"protein_id": "ENSP00000502670.1",
"transcript_support_level": 4,
"aa_start": 339,
"aa_end": null,
"aa_length": 357,
"cds_start": 1016,
"cds_end": null,
"cds_length": 1074,
"cdna_start": 1363,
"cdna_end": null,
"cdna_length": 1676,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "NM_001363122.2",
"protein_id": "NP_001350051.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 1069,
"cdna_end": null,
"cdna_length": 1384,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "NM_001438089.1",
"protein_id": "NP_001425018.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 1666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "NM_001438494.1",
"protein_id": "NP_001425423.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 945,
"cdna_end": null,
"cdna_length": 1260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "NM_001438498.1",
"protein_id": "NP_001425427.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 1186,
"cdna_end": null,
"cdna_length": 1501,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "NM_001438499.1",
"protein_id": "NP_001425428.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 1347,
"cdna_end": null,
"cdna_length": 1662,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "ENST00000526338.7",
"protein_id": "ENSP00000433583.3",
"transcript_support_level": 3,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 932,
"cdna_end": null,
"cdna_length": 1247,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "ENST00000674929.1",
"protein_id": "ENSP00000501554.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 1356,
"cdna_end": null,
"cdna_length": 1504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.788C>T",
"hgvs_p": "p.Thr263Ile",
"transcript": "ENST00000675597.1",
"protein_id": "ENSP00000501973.1",
"transcript_support_level": null,
"aa_start": 263,
"aa_end": null,
"aa_length": 281,
"cds_start": 788,
"cds_end": null,
"cds_length": 846,
"cdna_start": 1358,
"cdna_end": null,
"cdna_length": 1673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.731C>T",
"hgvs_p": "p.Thr244Ile",
"transcript": "ENST00000676094.1",
"protein_id": "ENSP00000502066.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 262,
"cds_start": 731,
"cds_end": null,
"cds_length": 789,
"cdna_start": 837,
"cdna_end": null,
"cdna_length": 1152,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.1269C>T",
"hgvs_p": "p.Asp423Asp",
"transcript": "ENST00000675787.1",
"protein_id": "ENSP00000502189.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 439,
"cds_start": 1269,
"cds_end": null,
"cds_length": 1320,
"cdna_start": 1375,
"cdna_end": null,
"cdna_length": 1690,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "c.285C>T",
"hgvs_p": "p.Asp95Asp",
"transcript": "ENST00000526752.3",
"protein_id": "ENSP00000433796.1",
"transcript_support_level": 3,
"aa_start": 95,
"aa_end": null,
"aa_length": 111,
"cds_start": 285,
"cds_end": null,
"cds_length": 336,
"cdna_start": 412,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*592C>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*1084C>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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.928C>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": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*592C>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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.1740C>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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*592C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*1084C>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": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*592C>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": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"hgvs_c": "n.*592C>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
}
],
"gene_symbol": "SLC52A2",
"gene_hgnc_id": 30224,
"dbsnp": "rs782658897",
"frequency_reference_population": 0.000004790419,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000479042,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 7,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17821788787841797,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.313,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.1835,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.25,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.753,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000643944.2",
"gene_symbol": "SLC52A2",
"hgnc_id": 30224,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1280C>T",
"hgvs_p": "p.Thr427Ile"
}
],
"clinvar_disease": "Brown-Vialetto-van Laere syndrome 2",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Brown-Vialetto-van Laere syndrome 2",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}