← 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-8413650-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=8413650&ref=A&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "6",
"pos": 8413650,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "ENST00000710437.1",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "NM_001370476.2",
"protein_id": "NP_001357405.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": "ENST00000644923.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "ENST00000644923.2",
"protein_id": "ENSP00000496368.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1351,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": "NM_001370476.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "ENST00000379660.4",
"protein_id": "ENSP00000368981.4",
"transcript_support_level": 1,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1555,
"cdna_end": null,
"cdna_length": 2137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "ENST00000710437.1",
"protein_id": "ENSP00000518269.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "NM_001142540.2",
"protein_id": "NP_001136012.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1466,
"cdna_end": null,
"cdna_length": 3681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "NM_001142541.3",
"protein_id": "NP_001136013.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1255,
"cdna_end": null,
"cdna_length": 3470,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "NM_015948.5",
"protein_id": "NP_057032.2",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1617,
"cdna_end": null,
"cdna_length": 3832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "NM_001370478.2",
"protein_id": "NP_001357407.2",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1420,
"cdna_end": null,
"cdna_length": 2002,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "NM_001370479.2",
"protein_id": "NP_001357408.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1305,
"cdna_end": null,
"cdna_length": 3520,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "ENST00000648987.1",
"protein_id": "ENSP00000498054.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1146,
"cdna_end": null,
"cdna_length": 1911,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.916T>C",
"hgvs_p": "p.Tyr306His",
"transcript": "NM_001370477.1",
"protein_id": "NP_001357406.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 338,
"cds_start": 916,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1234,
"cdna_end": null,
"cdna_length": 1817,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1435T>C",
"hgvs_p": "p.Tyr479His",
"transcript": "XM_047418840.1",
"protein_id": "XP_047274796.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 511,
"cds_start": 1435,
"cds_end": null,
"cds_length": 1536,
"cdna_start": 1571,
"cdna_end": null,
"cdna_length": 3786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1342T>C",
"hgvs_p": "p.Tyr448His",
"transcript": "XM_047418841.1",
"protein_id": "XP_047274797.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 480,
"cds_start": 1342,
"cds_end": null,
"cds_length": 1443,
"cdna_start": 1478,
"cdna_end": null,
"cdna_length": 3693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "XM_017010910.2",
"protein_id": "XP_016866399.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1752,
"cdna_end": null,
"cdna_length": 3967,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1105T>C",
"hgvs_p": "p.Tyr369His",
"transcript": "XM_017010911.2",
"protein_id": "XP_016866400.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 401,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1206,
"cdna_start": 1653,
"cdna_end": null,
"cdna_length": 3868,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1018T>C",
"hgvs_p": "p.Tyr340His",
"transcript": "XM_006715103.4",
"protein_id": "XP_006715166.1",
"transcript_support_level": null,
"aa_start": 340,
"aa_end": null,
"aa_length": 372,
"cds_start": 1018,
"cds_end": null,
"cds_length": 1119,
"cdna_start": 1327,
"cdna_end": null,
"cdna_length": 3542,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1012T>C",
"hgvs_p": "p.Tyr338His",
"transcript": "XM_017010912.3",
"protein_id": "XP_016866401.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 370,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1280,
"cdna_end": null,
"cdna_length": 3495,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1012T>C",
"hgvs_p": "p.Tyr338His",
"transcript": "XM_017010913.2",
"protein_id": "XP_016866402.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 370,
"cds_start": 1012,
"cds_end": null,
"cds_length": 1113,
"cdna_start": 1659,
"cdna_end": null,
"cdna_length": 3874,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "XM_011514648.2",
"protein_id": "XP_011512950.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1441,
"cdna_end": null,
"cdna_length": 3656,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "XM_047418842.1",
"protein_id": "XP_047274798.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1209,
"cdna_end": null,
"cdna_length": 3424,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "XM_047418843.1",
"protein_id": "XP_047274799.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1721,
"cdna_end": null,
"cdna_length": 3936,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "XM_047418844.1",
"protein_id": "XP_047274800.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 3538,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.1009T>C",
"hgvs_p": "p.Tyr337His",
"transcript": "XM_047418845.1",
"protein_id": "XP_047274801.1",
"transcript_support_level": null,
"aa_start": 337,
"aa_end": null,
"aa_length": 369,
"cds_start": 1009,
"cds_end": null,
"cds_length": 1110,
"cdna_start": 1534,
"cdna_end": null,
"cdna_length": 3749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "Y",
"aa_alt": "H",
"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.916T>C",
"hgvs_p": "p.Tyr306His",
"transcript": "XM_047418848.1",
"protein_id": "XP_047274804.1",
"transcript_support_level": null,
"aa_start": 306,
"aa_end": null,
"aa_length": 338,
"cds_start": 916,
"cds_end": null,
"cds_length": 1017,
"cdna_start": 1116,
"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.*395T>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.*395T>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.1608T>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.1551T>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.1515T>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.1275T>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.*395T>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.*395T>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-24313A>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-24313A>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-24313A>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-24313A>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-24313A>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-24313A>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": "rs188362246",
"frequency_reference_population": 0.000016399543,
"hom_count_reference_population": 0,
"allele_count_reference_population": 26,
"gnomad_exomes_af": 0.0000132581,
"gnomad_genomes_af": 0.0000459553,
"gnomad_exomes_ac": 19,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6849362254142761,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.63,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.3326,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.19,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 8.435,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000710437.1",
"gene_symbol": "SLC35B3",
"hgnc_id": 21601,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1009T>C",
"hgvs_p": "p.Tyr337His"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000644718.1",
"gene_symbol": "ENSG00000285216",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.561-24313A>G",
"hgvs_p": null
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000791186.1",
"gene_symbol": "ENSG00000232234",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.360-24313A>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
}