← 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: 4-102344566-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=102344566&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 102344566,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_022154.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "NM_001135146.2",
"protein_id": "NP_001128618.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000356736.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135146.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000356736.5",
"protein_id": "ENSP00000349174.4",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001135146.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000356736.5"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000394833.6",
"protein_id": "ENSP00000378310.2",
"transcript_support_level": 1,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394833.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_premature_start_codon_gain_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.-490G>A",
"hgvs_p": null,
"transcript": "XM_017008541.2",
"protein_id": "XP_016864030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": null,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008541.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856304.1",
"protein_id": "ENSP00000526363.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 557,
"cds_start": 97,
"cds_end": null,
"cds_length": 1674,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856304.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856296.1",
"protein_id": "ENSP00000526355.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 510,
"cds_start": 97,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856296.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856302.1",
"protein_id": "ENSP00000526361.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 510,
"cds_start": 97,
"cds_end": null,
"cds_length": 1533,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856302.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856300.1",
"protein_id": "ENSP00000526359.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 507,
"cds_start": 97,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856300.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000943559.1",
"protein_id": "ENSP00000613618.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 507,
"cds_start": 97,
"cds_end": null,
"cds_length": 1524,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943559.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856298.1",
"protein_id": "ENSP00000526357.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 503,
"cds_start": 97,
"cds_end": null,
"cds_length": 1512,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856298.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856295.1",
"protein_id": "ENSP00000526354.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 488,
"cds_start": 97,
"cds_end": null,
"cds_length": 1467,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856295.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "NM_022154.5",
"protein_id": "NP_071437.3",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022154.5"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000682227.1",
"protein_id": "ENSP00000508363.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682227.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000682932.1",
"protein_id": "ENSP00000507414.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000682932.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000683412.1",
"protein_id": "ENSP00000507538.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683412.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856285.1",
"protein_id": "ENSP00000526344.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856285.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856286.1",
"protein_id": "ENSP00000526345.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856286.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856287.1",
"protein_id": "ENSP00000526346.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856287.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856288.1",
"protein_id": "ENSP00000526347.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856288.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856289.1",
"protein_id": "ENSP00000526348.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856289.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000943556.1",
"protein_id": "ENSP00000613615.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943556.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000943557.1",
"protein_id": "ENSP00000613616.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943557.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856297.1",
"protein_id": "ENSP00000526356.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 459,
"cds_start": 97,
"cds_end": null,
"cds_length": 1380,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856297.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856294.1",
"protein_id": "ENSP00000526353.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 453,
"cds_start": 97,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856294.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000683221.1",
"protein_id": "ENSP00000508093.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 450,
"cds_start": 97,
"cds_end": null,
"cds_length": 1353,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000683221.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "NM_001135147.1",
"protein_id": "NP_001128619.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 444,
"cds_start": 97,
"cds_end": null,
"cds_length": 1335,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001135147.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000943561.1",
"protein_id": "ENSP00000613620.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 419,
"cds_start": 97,
"cds_end": null,
"cds_length": 1260,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943561.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856292.1",
"protein_id": "ENSP00000526351.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 364,
"cds_start": 97,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856292.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856293.1",
"protein_id": "ENSP00000526352.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 364,
"cds_start": 97,
"cds_end": null,
"cds_length": 1095,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856293.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000931468.1",
"protein_id": "ENSP00000601527.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 349,
"cds_start": 97,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931468.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000943560.1",
"protein_id": "ENSP00000613619.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 349,
"cds_start": 97,
"cds_end": null,
"cds_length": 1050,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943560.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856291.1",
"protein_id": "ENSP00000526350.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 329,
"cds_start": 97,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856291.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856301.1",
"protein_id": "ENSP00000526360.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 329,
"cds_start": 97,
"cds_end": null,
"cds_length": 990,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856301.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856290.1",
"protein_id": "ENSP00000526349.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 253,
"cds_start": 97,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856290.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856299.1",
"protein_id": "ENSP00000526358.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 253,
"cds_start": 97,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856299.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000856303.1",
"protein_id": "ENSP00000526362.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 253,
"cds_start": 97,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000856303.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "ENST00000943558.1",
"protein_id": "ENSP00000613617.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 253,
"cds_start": 97,
"cds_end": null,
"cds_length": 762,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000943558.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "XM_024454184.2",
"protein_id": "XP_024309952.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 475,
"cds_start": 97,
"cds_end": null,
"cds_length": 1428,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454184.2"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "XM_047416070.1",
"protein_id": "XP_047272026.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 460,
"cds_start": 97,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416070.1"
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met",
"transcript": "XM_024454183.2",
"protein_id": "XP_024309951.1",
"transcript_support_level": null,
"aa_start": 33,
"aa_end": null,
"aa_length": 299,
"cds_start": 97,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024454183.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.-490G>A",
"hgvs_p": null,
"transcript": "XM_017008541.2",
"protein_id": "XP_016864030.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 393,
"cds_start": null,
"cds_end": null,
"cds_length": 1182,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008541.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000424970.7",
"protein_id": "ENSP00000394548.3",
"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": "ENST00000424970.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000682243.1",
"protein_id": "ENSP00000507952.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": "ENST00000682243.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000682549.1",
"protein_id": "ENSP00000507483.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": "ENST00000682549.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000683173.1",
"protein_id": "ENSP00000508032.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": "ENST00000683173.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000683462.1",
"protein_id": "ENSP00000507170.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": "ENST00000683462.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000683634.1",
"protein_id": "ENSP00000507087.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": "ENST00000683634.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000683706.1",
"protein_id": "ENSP00000506745.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": "ENST00000683706.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000683916.1",
"protein_id": "ENSP00000508106.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": "ENST00000683916.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000684289.1",
"protein_id": "ENSP00000506748.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": "ENST00000684289.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.97G>A",
"hgvs_p": null,
"transcript": "ENST00000684386.1",
"protein_id": "ENSP00000507611.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": "ENST00000684386.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.359-28736G>A",
"hgvs_p": null,
"transcript": "ENST00000502903.1",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000502903.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.147+8288G>A",
"hgvs_p": null,
"transcript": "ENST00000510255.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000510255.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.138+779G>A",
"hgvs_p": null,
"transcript": "ENST00000512657.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000512657.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.93+779G>A",
"hgvs_p": null,
"transcript": "ENST00000514000.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000514000.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.152+1120G>A",
"hgvs_p": null,
"transcript": "ENST00000683401.1",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000683401.1"
}
],
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"dbsnp": "rs373562040",
"frequency_reference_population": 0.00067002454,
"hom_count_reference_population": 2,
"allele_count_reference_population": 1040,
"gnomad_exomes_af": 0.000693621,
"gnomad_genomes_af": 0.000453107,
"gnomad_exomes_ac": 971,
"gnomad_genomes_ac": 69,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 1,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.012170165777206421,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.176,
"revel_prediction": "Benign",
"alphamissense_score": 0.4699,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.33,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.913,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_022154.5",
"gene_symbol": "SLC39A8",
"hgnc_id": 20862,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.97G>A",
"hgvs_p": "p.Val33Met"
}
],
"clinvar_disease": "SLC39A8-CDG,not provided",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:2 B:1",
"phenotype_combined": "not provided|SLC39A8-CDG",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}