← 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-155136328-G-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155136328&ref=G&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 155136328,
"ref": "G",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_018845.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "NM_018845.4",
"protein_id": "NP_061333.2",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 221,
"cds_start": 110,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000368404.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018845.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "ENST00000368404.9",
"protein_id": "ENSP00000357389.4",
"transcript_support_level": 1,
"aa_start": 37,
"aa_end": null,
"aa_length": 221,
"cds_start": 110,
"cds_end": null,
"cds_length": 666,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_018845.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368404.9"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "ENST00000303343.12",
"protein_id": "ENSP00000306146.8",
"transcript_support_level": 1,
"aa_start": 37,
"aa_end": null,
"aa_length": 167,
"cds_start": 110,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303343.12"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.69G>C",
"hgvs_p": "p.Pro23Pro",
"transcript": "ENST00000368401.6",
"protein_id": "ENSP00000357386.5",
"transcript_support_level": 1,
"aa_start": 23,
"aa_end": null,
"aa_length": 166,
"cds_start": 69,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000368401.6"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.14G>C",
"hgvs_p": "p.Arg5Pro",
"transcript": "NM_001287591.2",
"protein_id": "NP_001274520.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 183,
"cds_start": 14,
"cds_end": null,
"cds_length": 552,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287591.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "ENST00000957827.1",
"protein_id": "ENSP00000627886.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 178,
"cds_start": 110,
"cds_end": null,
"cds_length": 537,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000957827.1"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "NM_001122839.2",
"protein_id": "NP_001116311.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 167,
"cds_start": 110,
"cds_end": null,
"cds_length": 504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122839.2"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "XM_006711453.3",
"protein_id": "XP_006711516.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 191,
"cds_start": 110,
"cds_end": null,
"cds_length": 576,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006711453.3"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.14G>C",
"hgvs_p": "p.Arg5Pro",
"transcript": "XM_005245342.4",
"protein_id": "XP_005245399.1",
"transcript_support_level": null,
"aa_start": 5,
"aa_end": null,
"aa_length": 189,
"cds_start": 14,
"cds_end": null,
"cds_length": 570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005245342.4"
},
{
"aa_ref": "R",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro",
"transcript": "XM_047425465.1",
"protein_id": "XP_047281421.1",
"transcript_support_level": null,
"aa_start": 37,
"aa_end": null,
"aa_length": 137,
"cds_start": 110,
"cds_end": null,
"cds_length": 414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425465.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.69G>C",
"hgvs_p": "p.Pro23Pro",
"transcript": "NM_001287587.2",
"protein_id": "NP_001274516.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 214,
"cds_start": 69,
"cds_end": null,
"cds_length": 645,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287587.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.78G>C",
"hgvs_p": "p.Pro26Pro",
"transcript": "ENST00000864377.1",
"protein_id": "ENSP00000534436.1",
"transcript_support_level": null,
"aa_start": 26,
"aa_end": null,
"aa_length": 169,
"cds_start": 78,
"cds_end": null,
"cds_length": 510,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864377.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.69G>C",
"hgvs_p": "p.Pro23Pro",
"transcript": "NM_001122837.2",
"protein_id": "NP_001116309.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 166,
"cds_start": 69,
"cds_end": null,
"cds_length": 501,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001122837.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.39G>C",
"hgvs_p": "p.Pro13Pro",
"transcript": "NM_001287590.2",
"protein_id": "NP_001274519.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 156,
"cds_start": 39,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287590.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.39G>C",
"hgvs_p": "p.Pro13Pro",
"transcript": "ENST00000484157.5",
"protein_id": "ENSP00000420189.1",
"transcript_support_level": 3,
"aa_start": 13,
"aa_end": null,
"aa_length": 156,
"cds_start": 39,
"cds_end": null,
"cds_length": 471,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484157.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.69G>C",
"hgvs_p": "p.Pro23Pro",
"transcript": "NM_001287588.2",
"protein_id": "NP_001274517.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 136,
"cds_start": 69,
"cds_end": null,
"cds_length": 411,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287588.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.69G>C",
"hgvs_p": "p.Pro23Pro",
"transcript": "NM_001287589.2",
"protein_id": "NP_001274518.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 112,
"cds_start": 69,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287589.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.42G>C",
"hgvs_p": "p.Pro14Pro",
"transcript": "NM_001287592.2",
"protein_id": "NP_001274521.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 103,
"cds_start": 42,
"cds_end": null,
"cds_length": 312,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287592.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.42G>C",
"hgvs_p": "p.Pro14Pro",
"transcript": "XM_047425442.1",
"protein_id": "XP_047281398.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 205,
"cds_start": 42,
"cds_end": null,
"cds_length": 618,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425442.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.39G>C",
"hgvs_p": "p.Pro13Pro",
"transcript": "XM_047425443.1",
"protein_id": "XP_047281399.1",
"transcript_support_level": null,
"aa_start": 13,
"aa_end": null,
"aa_length": 204,
"cds_start": 39,
"cds_end": null,
"cds_length": 615,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425443.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.69G>C",
"hgvs_p": "p.Pro23Pro",
"transcript": "XM_047425460.1",
"protein_id": "XP_047281416.1",
"transcript_support_level": null,
"aa_start": 23,
"aa_end": null,
"aa_length": 160,
"cds_start": 69,
"cds_end": null,
"cds_length": 483,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425460.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.42G>C",
"hgvs_p": "p.Pro14Pro",
"transcript": "XM_047425464.1",
"protein_id": "XP_047281420.1",
"transcript_support_level": null,
"aa_start": 14,
"aa_end": null,
"aa_length": 157,
"cds_start": 42,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425464.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.80+337G>C",
"hgvs_p": null,
"transcript": "ENST00000864376.1",
"protein_id": "ENSP00000534435.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 195,
"cds_start": null,
"cds_end": null,
"cds_length": 588,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864376.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.20+356G>C",
"hgvs_p": null,
"transcript": "NM_001287586.2",
"protein_id": "NP_001274515.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 175,
"cds_start": null,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001287586.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "c.20+356G>C",
"hgvs_p": null,
"transcript": "ENST00000622581.4",
"protein_id": "ENSP00000481368.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 175,
"cds_start": null,
"cds_end": null,
"cds_length": 528,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000622581.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.110G>C",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.330G>C",
"hgvs_p": null,
"transcript": "ENST00000465546.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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000465546.5"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.39G>C",
"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": null,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.13G>C",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.110G>C",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.110G>C",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.272G>C",
"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": null,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.125G>C",
"hgvs_p": null,
"transcript": "ENST00000506037.1",
"protein_id": null,
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000506037.1"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"hgvs_c": "n.110G>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650403.1"
}
],
"gene_symbol": "SLC50A1",
"gene_hgnc_id": 30657,
"dbsnp": "rs369220483",
"frequency_reference_population": 0.000040329036,
"hom_count_reference_population": 0,
"allele_count_reference_population": 65,
"gnomad_exomes_af": 0.0000397347,
"gnomad_genomes_af": 0.0000460345,
"gnomad_exomes_ac": 58,
"gnomad_genomes_ac": 7,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5282893180847168,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.09000000357627869,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.362,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.6052,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.15,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.83,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.09,
"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": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_018845.4",
"gene_symbol": "SLC50A1",
"hgnc_id": 30657,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.110G>C",
"hgvs_p": "p.Arg37Pro"
}
],
"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
}