← 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: 6-8413589-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=8413589&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 8413589,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001370476.2",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "NM_001370476.2",
"protein_id": "NP_001357405.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1412,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": "ENST00000644923.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "ENST00000644923.2",
"protein_id": "ENSP00000496368.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1412,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": "NM_001370476.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "ENST00000379660.4",
"protein_id": "ENSP00000368981.4",
"transcript_support_level": 1,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1616,
"cdna_end": null,
"cdna_length": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "ENST00000710437.1",
"protein_id": "ENSP00000518269.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "NM_001142540.2",
"protein_id": "NP_001136012.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1527,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "NM_001142541.3",
"protein_id": "NP_001136013.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1316,
"cdna_end": null,
"cdna_length": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "NM_015948.5",
"protein_id": "NP_057032.2",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1678,
"cdna_end": null,
"cdna_length": 3832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "NM_001370478.2",
"protein_id": "NP_001357407.2",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "NM_001370479.2",
"protein_id": "NP_001357408.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "ENST00000648987.1",
"protein_id": "ENSP00000498054.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1207,
"cdna_end": null,
"cdna_length": 1911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Val326Ala",
"transcript": "NM_001370477.1",
"protein_id": "NP_001357406.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 338,
"cds_start": 977,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1295,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1496T>C",
"hgvs_p": "p.Val499Ala",
"transcript": "XM_047418840.1",
"protein_id": "XP_047274796.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 511,
"cds_start": 1496,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 3786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1403T>C",
"hgvs_p": "p.Val468Ala",
"transcript": "XM_047418841.1",
"protein_id": "XP_047274797.1",
"transcript_support_level": null,
"aa_start": 468,
"aa_end": null,
"aa_length": 480,
"cds_start": 1403,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 1539,
"cdna_end": null,
"cdna_length": 3693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "XM_017010910.2",
"protein_id": "XP_016866399.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1813,
"cdna_end": null,
"cdna_length": 3967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala",
"transcript": "XM_017010911.2",
"protein_id": "XP_016866400.1",
"transcript_support_level": null,
"aa_start": 389,
"aa_end": null,
"aa_length": 401,
"cds_start": 1166,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1714,
"cdna_end": null,
"cdna_length": 3868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1079T>C",
"hgvs_p": "p.Val360Ala",
"transcript": "XM_006715103.4",
"protein_id": "XP_006715166.1",
"transcript_support_level": null,
"aa_start": 360,
"aa_end": null,
"aa_length": 372,
"cds_start": 1079,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1388,
"cdna_end": null,
"cdna_length": 3542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1073T>C",
"hgvs_p": "p.Val358Ala",
"transcript": "XM_017010912.3",
"protein_id": "XP_016866401.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 370,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1341,
"cdna_end": null,
"cdna_length": 3495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1073T>C",
"hgvs_p": "p.Val358Ala",
"transcript": "XM_017010913.2",
"protein_id": "XP_016866402.1",
"transcript_support_level": null,
"aa_start": 358,
"aa_end": null,
"aa_length": 370,
"cds_start": 1073,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1720,
"cdna_end": null,
"cdna_length": 3874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "XM_011514648.2",
"protein_id": "XP_011512950.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 3656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "XM_047418842.1",
"protein_id": "XP_047274798.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1270,
"cdna_end": null,
"cdna_length": 3424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "XM_047418843.1",
"protein_id": "XP_047274799.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1782,
"cdna_end": null,
"cdna_length": 3936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "XM_047418844.1",
"protein_id": "XP_047274800.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1384,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.1070T>C",
"hgvs_p": "p.Val357Ala",
"transcript": "XM_047418845.1",
"protein_id": "XP_047274801.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 369,
"cds_start": 1070,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1595,
"cdna_end": null,
"cdna_length": 3749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "c.977T>C",
"hgvs_p": "p.Val326Ala",
"transcript": "XM_047418848.1",
"protein_id": "XP_047274804.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 338,
"cds_start": 977,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1177,
"cdna_end": null,
"cdna_length": 3331,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.*456T>C",
"hgvs_p": null,
"transcript": "ENST00000648867.1",
"protein_id": "ENSP00000497645.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": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.*456T>C",
"hgvs_p": null,
"transcript": "ENST00000649788.1",
"protein_id": "ENSP00000496851.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": 2442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.1669T>C",
"hgvs_p": null,
"transcript": "NR_109913.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": 3823,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.1612T>C",
"hgvs_p": null,
"transcript": "NR_109914.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": 3766,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.1576T>C",
"hgvs_p": null,
"transcript": "NR_163441.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": 2098,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.1336T>C",
"hgvs_p": null,
"transcript": "NR_163442.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": 1858,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.*456T>C",
"hgvs_p": null,
"transcript": "ENST00000648867.1",
"protein_id": "ENSP00000497645.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": 2200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"hgvs_c": "n.*456T>C",
"hgvs_p": null,
"transcript": "ENST00000649788.1",
"protein_id": "ENSP00000496851.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": 2442,
"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": 9,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285216",
"gene_hgnc_id": null,
"hgvs_c": "n.561-24374A>G",
"hgvs_p": null,
"transcript": "ENST00000644718.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": 866,
"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": "ENSG00000285216",
"gene_hgnc_id": null,
"hgvs_c": "n.283-24374A>G",
"hgvs_p": null,
"transcript": "ENST00000790387.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": 508,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285216",
"gene_hgnc_id": null,
"hgvs_c": "n.294-24374A>G",
"hgvs_p": null,
"transcript": "ENST00000790388.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": 1377,
"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": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285216",
"gene_hgnc_id": null,
"hgvs_c": "n.435-24374A>G",
"hgvs_p": null,
"transcript": "ENST00000790389.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": 1518,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000285216",
"gene_hgnc_id": null,
"hgvs_c": "n.257-24374A>G",
"hgvs_p": null,
"transcript": "ENST00000790390.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": 1335,
"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": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000232234",
"gene_hgnc_id": null,
"hgvs_c": "n.360-24374A>G",
"hgvs_p": null,
"transcript": "ENST00000791186.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": 700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "SLC35B3",
"gene_hgnc_id": 21601,
"dbsnp": "rs908811179",
"frequency_reference_population": 0.000006212824,
"hom_count_reference_population": 0,
"allele_count_reference_population": 10,
"gnomad_exomes_af": 0.00000343086,
"gnomad_genomes_af": 0.0000328489,
"gnomad_exomes_ac": 5,
"gnomad_genomes_ac": 5,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.05274343490600586,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.095,
"revel_prediction": "Benign",
"alphamissense_score": 0.0674,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.507,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001370476.2",
"gene_symbol": "SLC35B3",
"hgnc_id": 21601,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1166T>C",
"hgvs_p": "p.Val389Ala"
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000644718.1",
"gene_symbol": "ENSG00000285216",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.561-24374A>G",
"hgvs_p": null
},
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "ENST00000791186.1",
"gene_symbol": "ENSG00000232234",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.360-24374A>G",
"hgvs_p": null
}
],
"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
}