← 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-102263082-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=102263082&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 102263082,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_022154.5",
"consequences": [
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "NM_001135146.2",
"protein_id": "NP_001128618.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000356736.5",
"protein_id": "ENSP00000349174.4",
"transcript_support_level": 1,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000394833.6",
"protein_id": "ENSP00000378310.2",
"transcript_support_level": 1,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1636C>T",
"hgvs_p": "p.Leu546Phe",
"transcript": "ENST00000856304.1",
"protein_id": "ENSP00000526363.1",
"transcript_support_level": null,
"aa_start": 546,
"aa_end": null,
"aa_length": 557,
"cds_start": 1636,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1495C>T",
"hgvs_p": "p.Leu499Phe",
"transcript": "ENST00000856296.1",
"protein_id": "ENSP00000526355.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 510,
"cds_start": 1495,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1495C>T",
"hgvs_p": "p.Leu499Phe",
"transcript": "ENST00000856302.1",
"protein_id": "ENSP00000526361.1",
"transcript_support_level": null,
"aa_start": 499,
"aa_end": null,
"aa_length": 510,
"cds_start": 1495,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Leu496Phe",
"transcript": "ENST00000856300.1",
"protein_id": "ENSP00000526359.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 507,
"cds_start": 1486,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Leu496Phe",
"transcript": "ENST00000943559.1",
"protein_id": "ENSP00000613618.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 507,
"cds_start": 1486,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1474C>T",
"hgvs_p": "p.Leu492Phe",
"transcript": "ENST00000856298.1",
"protein_id": "ENSP00000526357.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 503,
"cds_start": 1474,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1429C>T",
"hgvs_p": "p.Leu477Phe",
"transcript": "ENST00000856295.1",
"protein_id": "ENSP00000526354.1",
"transcript_support_level": null,
"aa_start": 477,
"aa_end": null,
"aa_length": 488,
"cds_start": 1429,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "NM_022154.5",
"protein_id": "NP_071437.3",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000682227.1",
"protein_id": "ENSP00000508363.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000682932.1",
"protein_id": "ENSP00000507414.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000683412.1",
"protein_id": "ENSP00000507538.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000856285.1",
"protein_id": "ENSP00000526344.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000856286.1",
"protein_id": "ENSP00000526345.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000856287.1",
"protein_id": "ENSP00000526346.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000856288.1",
"protein_id": "ENSP00000526347.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000856289.1",
"protein_id": "ENSP00000526348.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000943556.1",
"protein_id": "ENSP00000613615.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "ENST00000943557.1",
"protein_id": "ENSP00000613616.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1342C>T",
"hgvs_p": "p.Leu448Phe",
"transcript": "ENST00000856297.1",
"protein_id": "ENSP00000526356.1",
"transcript_support_level": null,
"aa_start": 448,
"aa_end": null,
"aa_length": 459,
"cds_start": 1342,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1324C>T",
"hgvs_p": "p.Leu442Phe",
"transcript": "ENST00000856294.1",
"protein_id": "ENSP00000526353.1",
"transcript_support_level": null,
"aa_start": 442,
"aa_end": null,
"aa_length": 453,
"cds_start": 1324,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1222C>T",
"hgvs_p": "p.Leu408Phe",
"transcript": "ENST00000943561.1",
"protein_id": "ENSP00000613620.1",
"transcript_support_level": null,
"aa_start": 408,
"aa_end": null,
"aa_length": 419,
"cds_start": 1222,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1144C>T",
"hgvs_p": "p.Leu382Phe",
"transcript": "NM_001135148.2",
"protein_id": "NP_001128620.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 393,
"cds_start": 1144,
"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": "NM_001135148.2"
},
{
"aa_ref": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Leu353Phe",
"transcript": "ENST00000856292.1",
"protein_id": "ENSP00000526351.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 364,
"cds_start": 1057,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Leu353Phe",
"transcript": "ENST00000856293.1",
"protein_id": "ENSP00000526352.1",
"transcript_support_level": null,
"aa_start": 353,
"aa_end": null,
"aa_length": 364,
"cds_start": 1057,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1012C>T",
"hgvs_p": "p.Leu338Phe",
"transcript": "ENST00000931468.1",
"protein_id": "ENSP00000601527.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 349,
"cds_start": 1012,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1012C>T",
"hgvs_p": "p.Leu338Phe",
"transcript": "ENST00000943560.1",
"protein_id": "ENSP00000613619.1",
"transcript_support_level": null,
"aa_start": 338,
"aa_end": null,
"aa_length": 349,
"cds_start": 1012,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.952C>T",
"hgvs_p": "p.Leu318Phe",
"transcript": "ENST00000856291.1",
"protein_id": "ENSP00000526350.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 329,
"cds_start": 952,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.952C>T",
"hgvs_p": "p.Leu318Phe",
"transcript": "ENST00000856301.1",
"protein_id": "ENSP00000526360.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 329,
"cds_start": 952,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.724C>T",
"hgvs_p": "p.Leu242Phe",
"transcript": "ENST00000856290.1",
"protein_id": "ENSP00000526349.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 253,
"cds_start": 724,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.724C>T",
"hgvs_p": "p.Leu242Phe",
"transcript": "ENST00000856299.1",
"protein_id": "ENSP00000526358.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 253,
"cds_start": 724,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.724C>T",
"hgvs_p": "p.Leu242Phe",
"transcript": "ENST00000856303.1",
"protein_id": "ENSP00000526362.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 253,
"cds_start": 724,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.724C>T",
"hgvs_p": "p.Leu242Phe",
"transcript": "ENST00000943558.1",
"protein_id": "ENSP00000613617.1",
"transcript_support_level": null,
"aa_start": 242,
"aa_end": null,
"aa_length": 253,
"cds_start": 724,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe",
"transcript": "XM_047416070.1",
"protein_id": "XP_047272026.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 460,
"cds_start": 1345,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1144C>T",
"hgvs_p": "p.Leu382Phe",
"transcript": "XM_017008541.2",
"protein_id": "XP_016864030.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 393,
"cds_start": 1144,
"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": "L",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.703C>T",
"hgvs_p": "p.Leu235Phe",
"transcript": "XM_047416071.1",
"protein_id": "XP_047272027.1",
"transcript_support_level": null,
"aa_start": 235,
"aa_end": null,
"aa_length": 246,
"cds_start": 703,
"cds_end": null,
"cds_length": 741,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047416071.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1266+79C>T",
"hgvs_p": null,
"transcript": "NM_001135147.1",
"protein_id": "NP_001128619.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 444,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "c.1266+79C>T",
"hgvs_p": null,
"transcript": "XM_024454184.2",
"protein_id": "XP_024309952.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 475,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*1491C>T",
"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": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*1466C>T",
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.1278C>T",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*317C>T",
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*317C>T",
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*317C>T",
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*1020C>T",
"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": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*559C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*1491C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*1466C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*317C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*317C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*317C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*1020C>T",
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*559C>T",
"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": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*238+79C>T",
"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": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"hgvs_c": "n.*238+79C>T",
"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"
}
],
"gene_symbol": "SLC39A8",
"gene_hgnc_id": 20862,
"dbsnp": "rs112519623",
"frequency_reference_population": 0.013140573,
"hom_count_reference_population": 193,
"allele_count_reference_population": 21202,
"gnomad_exomes_af": 0.0134344,
"gnomad_genomes_af": 0.0103219,
"gnomad_exomes_ac": 19630,
"gnomad_genomes_ac": 1572,
"gnomad_exomes_homalt": 182,
"gnomad_genomes_homalt": 11,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.00942450761795044,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.227,
"revel_prediction": "Benign",
"alphamissense_score": 0.201,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.36,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.565,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_022154.5",
"gene_symbol": "SLC39A8",
"hgnc_id": 20862,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1345C>T",
"hgvs_p": "p.Leu449Phe"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:2",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}