← 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: 1-155138043-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155138043&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 155138043,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_018845.4",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.509T>G",
"hgvs_p": "p.Leu170Arg",
"transcript": "NM_018845.4",
"protein_id": "NP_061333.2",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 221,
"cds_start": 509,
"cds_end": null,
"cds_length": 666,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1298,
"mane_select": "ENST00000368404.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018845.4"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.509T>G",
"hgvs_p": "p.Leu170Arg",
"transcript": "ENST00000368404.9",
"protein_id": "ENSP00000357389.4",
"transcript_support_level": 1,
"aa_start": 170,
"aa_end": null,
"aa_length": 221,
"cds_start": 509,
"cds_end": null,
"cds_length": 666,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1298,
"mane_select": "NM_018845.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368404.9"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.347T>G",
"hgvs_p": "p.Leu116Arg",
"transcript": "ENST00000303343.12",
"protein_id": "ENSP00000306146.8",
"transcript_support_level": 1,
"aa_start": 116,
"aa_end": null,
"aa_length": 167,
"cds_start": 347,
"cds_end": null,
"cds_length": 504,
"cdna_start": 409,
"cdna_end": null,
"cdna_length": 1137,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303343.12"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.344T>G",
"hgvs_p": "p.Leu115Arg",
"transcript": "ENST00000368401.6",
"protein_id": "ENSP00000357386.5",
"transcript_support_level": 1,
"aa_start": 115,
"aa_end": null,
"aa_length": 166,
"cds_start": 344,
"cds_end": null,
"cds_length": 501,
"cdna_start": 485,
"cdna_end": null,
"cdna_length": 1218,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368401.6"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.488T>G",
"hgvs_p": "p.Leu163Arg",
"transcript": "NM_001287587.2",
"protein_id": "NP_001274516.1",
"transcript_support_level": null,
"aa_start": 163,
"aa_end": null,
"aa_length": 214,
"cds_start": 488,
"cds_end": null,
"cds_length": 645,
"cdna_start": 589,
"cdna_end": null,
"cdna_length": 1318,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287587.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.431T>G",
"hgvs_p": "p.Leu144Arg",
"transcript": "ENST00000864376.1",
"protein_id": "ENSP00000534435.1",
"transcript_support_level": null,
"aa_start": 144,
"aa_end": null,
"aa_length": 195,
"cds_start": 431,
"cds_end": null,
"cds_length": 588,
"cdna_start": 536,
"cdna_end": null,
"cdna_length": 1265,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864376.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.395T>G",
"hgvs_p": "p.Leu132Arg",
"transcript": "NM_001287591.2",
"protein_id": "NP_001274520.1",
"transcript_support_level": null,
"aa_start": 132,
"aa_end": null,
"aa_length": 183,
"cds_start": 395,
"cds_end": null,
"cds_length": 552,
"cdna_start": 635,
"cdna_end": null,
"cdna_length": 1364,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287591.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.380T>G",
"hgvs_p": "p.Leu127Arg",
"transcript": "ENST00000957827.1",
"protein_id": "ENSP00000627886.1",
"transcript_support_level": null,
"aa_start": 127,
"aa_end": null,
"aa_length": 178,
"cds_start": 380,
"cds_end": null,
"cds_length": 537,
"cdna_start": 450,
"cdna_end": null,
"cdna_length": 1177,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957827.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.371T>G",
"hgvs_p": "p.Leu124Arg",
"transcript": "NM_001287586.2",
"protein_id": "NP_001274515.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 175,
"cds_start": 371,
"cds_end": null,
"cds_length": 528,
"cdna_start": 472,
"cdna_end": null,
"cdna_length": 1201,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287586.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.371T>G",
"hgvs_p": "p.Leu124Arg",
"transcript": "ENST00000622581.4",
"protein_id": "ENSP00000481368.1",
"transcript_support_level": 5,
"aa_start": 124,
"aa_end": null,
"aa_length": 175,
"cds_start": 371,
"cds_end": null,
"cds_length": 528,
"cdna_start": 512,
"cdna_end": null,
"cdna_length": 1245,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622581.4"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.353T>G",
"hgvs_p": "p.Leu118Arg",
"transcript": "ENST00000864377.1",
"protein_id": "ENSP00000534436.1",
"transcript_support_level": null,
"aa_start": 118,
"aa_end": null,
"aa_length": 169,
"cds_start": 353,
"cds_end": null,
"cds_length": 510,
"cdna_start": 437,
"cdna_end": null,
"cdna_length": 1165,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864377.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.347T>G",
"hgvs_p": "p.Leu116Arg",
"transcript": "NM_001122839.2",
"protein_id": "NP_001116311.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 167,
"cds_start": 347,
"cds_end": null,
"cds_length": 504,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 1136,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122839.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.344T>G",
"hgvs_p": "p.Leu115Arg",
"transcript": "NM_001122837.2",
"protein_id": "NP_001116309.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 166,
"cds_start": 344,
"cds_end": null,
"cds_length": 501,
"cdna_start": 445,
"cdna_end": null,
"cdna_length": 1174,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122837.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.314T>G",
"hgvs_p": "p.Leu105Arg",
"transcript": "NM_001287590.2",
"protein_id": "NP_001274519.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 156,
"cds_start": 314,
"cds_end": null,
"cds_length": 471,
"cdna_start": 611,
"cdna_end": null,
"cdna_length": 1340,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287590.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.314T>G",
"hgvs_p": "p.Leu105Arg",
"transcript": "ENST00000484157.5",
"protein_id": "ENSP00000420189.1",
"transcript_support_level": 3,
"aa_start": 105,
"aa_end": null,
"aa_length": 156,
"cds_start": 314,
"cds_end": null,
"cds_length": 471,
"cdna_start": 642,
"cdna_end": null,
"cdna_length": 886,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484157.5"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.344T>G",
"hgvs_p": "p.Leu115Arg",
"transcript": "NM_001287588.2",
"protein_id": "NP_001274517.1",
"transcript_support_level": null,
"aa_start": 115,
"aa_end": null,
"aa_length": 136,
"cds_start": 344,
"cds_end": null,
"cds_length": 411,
"cdna_start": 445,
"cdna_end": null,
"cdna_length": 1192,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287588.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.182T>G",
"hgvs_p": "p.Leu61Arg",
"transcript": "NM_001287589.2",
"protein_id": "NP_001274518.1",
"transcript_support_level": null,
"aa_start": 61,
"aa_end": null,
"aa_length": 112,
"cds_start": 182,
"cds_end": null,
"cds_length": 339,
"cdna_start": 283,
"cdna_end": null,
"cdna_length": 1012,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287589.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.155T>G",
"hgvs_p": "p.Leu52Arg",
"transcript": "NM_001287592.2",
"protein_id": "NP_001274521.1",
"transcript_support_level": null,
"aa_start": 52,
"aa_end": null,
"aa_length": 103,
"cds_start": 155,
"cds_end": null,
"cds_length": 312,
"cdna_start": 367,
"cdna_end": null,
"cdna_length": 1096,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287592.2"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.461T>G",
"hgvs_p": "p.Leu154Arg",
"transcript": "XM_047425442.1",
"protein_id": "XP_047281398.1",
"transcript_support_level": null,
"aa_start": 154,
"aa_end": null,
"aa_length": 205,
"cds_start": 461,
"cds_end": null,
"cds_length": 618,
"cdna_start": 673,
"cdna_end": null,
"cdna_length": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425442.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.458T>G",
"hgvs_p": "p.Leu153Arg",
"transcript": "XM_047425443.1",
"protein_id": "XP_047281399.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 204,
"cds_start": 458,
"cds_end": null,
"cds_length": 615,
"cdna_start": 755,
"cdna_end": null,
"cdna_length": 1484,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425443.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.509T>G",
"hgvs_p": "p.Leu170Arg",
"transcript": "XM_006711453.3",
"protein_id": "XP_006711516.1",
"transcript_support_level": null,
"aa_start": 170,
"aa_end": null,
"aa_length": 191,
"cds_start": 509,
"cds_end": null,
"cds_length": 576,
"cdna_start": 569,
"cdna_end": null,
"cdna_length": 1316,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711453.3"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.413T>G",
"hgvs_p": "p.Leu138Arg",
"transcript": "XM_005245342.4",
"protein_id": "XP_005245399.1",
"transcript_support_level": null,
"aa_start": 138,
"aa_end": null,
"aa_length": 189,
"cds_start": 413,
"cds_end": null,
"cds_length": 570,
"cdna_start": 653,
"cdna_end": null,
"cdna_length": 1382,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245342.4"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.326T>G",
"hgvs_p": "p.Leu109Arg",
"transcript": "XM_047425460.1",
"protein_id": "XP_047281416.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 160,
"cds_start": 326,
"cds_end": null,
"cds_length": 483,
"cdna_start": 427,
"cdna_end": null,
"cdna_length": 1156,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425460.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.317T>G",
"hgvs_p": "p.Leu106Arg",
"transcript": "XM_047425464.1",
"protein_id": "XP_047281420.1",
"transcript_support_level": null,
"aa_start": 106,
"aa_end": null,
"aa_length": 157,
"cds_start": 317,
"cds_end": null,
"cds_length": 474,
"cdna_start": 529,
"cdna_end": null,
"cdna_length": 1258,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425464.1"
},
{
"aa_ref": "L",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.347T>G",
"hgvs_p": "p.Leu116Arg",
"transcript": "XM_047425465.1",
"protein_id": "XP_047281421.1",
"transcript_support_level": null,
"aa_start": 116,
"aa_end": null,
"aa_length": 137,
"cds_start": 347,
"cds_end": null,
"cds_length": 414,
"cdna_start": 407,
"cdna_end": null,
"cdna_length": 1154,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425465.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*55T>G",
"hgvs_p": null,
"transcript": "ENST00000368405.7",
"protein_id": "ENSP00000497506.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000368405.7"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*141T>G",
"hgvs_p": null,
"transcript": "ENST00000475824.6",
"protein_id": "ENSP00000497719.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000475824.6"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.146T>G",
"hgvs_p": null,
"transcript": "ENST00000484027.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 596,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000484027.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*367T>G",
"hgvs_p": null,
"transcript": "ENST00000488609.5",
"protein_id": "ENSP00000497056.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 890,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000488609.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*193T>G",
"hgvs_p": null,
"transcript": "ENST00000490276.5",
"protein_id": "ENSP00000497580.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 778,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000490276.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.653T>G",
"hgvs_p": null,
"transcript": "ENST00000490770.5",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 991,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000490770.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*193T>G",
"hgvs_p": null,
"transcript": "ENST00000650403.1",
"protein_id": "ENSP00000497577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1166,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650403.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*55T>G",
"hgvs_p": null,
"transcript": "ENST00000368405.7",
"protein_id": "ENSP00000497506.1",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1003,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000368405.7"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*141T>G",
"hgvs_p": null,
"transcript": "ENST00000475824.6",
"protein_id": "ENSP00000497719.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1346,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000475824.6"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*367T>G",
"hgvs_p": null,
"transcript": "ENST00000488609.5",
"protein_id": "ENSP00000497056.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 890,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000488609.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*193T>G",
"hgvs_p": null,
"transcript": "ENST00000490276.5",
"protein_id": "ENSP00000497580.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 778,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000490276.5"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.*193T>G",
"hgvs_p": null,
"transcript": "ENST00000650403.1",
"protein_id": "ENSP00000497577.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1166,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650403.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.-5T>G",
"hgvs_p": null,
"transcript": "ENST00000479579.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 475,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000479579.1"
}
],
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"dbsnp": "rs980740170",
"frequency_reference_population": 6.84046e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84046e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.972252607345581,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.623,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9088,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.43,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 6.343,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_018845.4",
"gene_symbol": "SLC50A1",
"hgnc_id": 30657,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.509T>G",
"hgvs_p": "p.Leu170Arg"
}
],
"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
}