← 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: 12-50990872-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=50990872&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 50990872,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001379446.1",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_000617.3",
"protein_id": "NP_000608.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000262052.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000617.3"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000262052.9",
"protein_id": "ENSP00000262052.5",
"transcript_support_level": 1,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000617.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000262052.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp",
"transcript": "ENST00000394904.9",
"protein_id": "ENSP00000378364.3",
"transcript_support_level": 1,
"aa_start": 529,
"aa_end": null,
"aa_length": 590,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394904.9"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000547198.5",
"protein_id": "ENSP00000446769.1",
"transcript_support_level": 1,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547198.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000541174.6",
"protein_id": "ENSP00000444542.2",
"transcript_support_level": 1,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000541174.6"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Trp",
"transcript": "ENST00000545993.7",
"protein_id": "ENSP00000442810.2",
"transcript_support_level": 1,
"aa_start": 496,
"aa_end": null,
"aa_length": 557,
"cds_start": 1486,
"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": "ENST00000545993.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.Arg421Trp",
"transcript": "ENST00000546743.5",
"protein_id": "ENSP00000446914.1",
"transcript_support_level": 1,
"aa_start": 421,
"aa_end": null,
"aa_length": 482,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000546743.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1498C>T",
"hgvs_p": null,
"transcript": "ENST00000546636.5",
"protein_id": "ENSP00000449008.1",
"transcript_support_level": 1,
"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": "ENST00000546636.5"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp",
"transcript": "NM_001379446.1",
"protein_id": "NP_001366375.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 597,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379446.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp",
"transcript": "ENST00000547688.7",
"protein_id": "ENSP00000449200.2",
"transcript_support_level": 5,
"aa_start": 529,
"aa_end": null,
"aa_length": 597,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000547688.7"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp",
"transcript": "NM_001174125.2",
"protein_id": "NP_001167596.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 590,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174125.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp",
"transcript": "NM_001379455.1",
"protein_id": "NP_001366384.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 590,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379455.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1534C>T",
"hgvs_p": "p.Arg512Trp",
"transcript": "ENST00000643884.1",
"protein_id": "ENSP00000493633.1",
"transcript_support_level": null,
"aa_start": 512,
"aa_end": null,
"aa_length": 573,
"cds_start": 1534,
"cds_end": null,
"cds_length": 1722,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643884.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001174126.2",
"protein_id": "NP_001167597.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174126.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001174127.2",
"protein_id": "NP_001167598.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174127.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001379447.2",
"protein_id": "NP_001366376.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379447.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000644495.1",
"protein_id": "ENSP00000494107.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644495.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Trp",
"transcript": "NM_001379448.1",
"protein_id": "NP_001366377.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 564,
"cds_start": 1486,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001379448.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001174128.2",
"protein_id": "NP_001167599.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174128.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001174129.2",
"protein_id": "NP_001167600.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001174129.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001414744.1",
"protein_id": "NP_001401673.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414744.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001414745.1",
"protein_id": "NP_001401674.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414745.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "NM_001414746.1",
"protein_id": "NP_001401675.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414746.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000866728.1",
"protein_id": "ENSP00000536787.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866728.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000866729.1",
"protein_id": "ENSP00000536788.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866729.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000866730.1",
"protein_id": "ENSP00000536789.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866730.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000866732.1",
"protein_id": "ENSP00000536791.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866732.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000914209.1",
"protein_id": "ENSP00000584268.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914209.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000965624.1",
"protein_id": "ENSP00000635683.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965624.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "ENST00000965625.1",
"protein_id": "ENSP00000635684.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 561,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1686,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965625.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1486C>T",
"hgvs_p": "p.Arg496Trp",
"transcript": "NM_001174130.2",
"protein_id": "NP_001167601.1",
"transcript_support_level": null,
"aa_start": 496,
"aa_end": null,
"aa_length": 557,
"cds_start": 1486,
"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": "NM_001174130.2"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "ENST00000914208.1",
"protein_id": "ENSP00000584267.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 532,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914208.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1411C>T",
"hgvs_p": "p.Arg471Trp",
"transcript": "ENST00000965622.1",
"protein_id": "ENSP00000635681.1",
"transcript_support_level": null,
"aa_start": 471,
"aa_end": null,
"aa_length": 532,
"cds_start": 1411,
"cds_end": null,
"cds_length": 1599,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965622.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1387C>T",
"hgvs_p": "p.Arg463Trp",
"transcript": "NM_001414747.1",
"protein_id": "NP_001401676.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 531,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1596,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414747.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1387C>T",
"hgvs_p": "p.Arg463Trp",
"transcript": "NM_001414748.1",
"protein_id": "NP_001401677.1",
"transcript_support_level": null,
"aa_start": 463,
"aa_end": null,
"aa_length": 524,
"cds_start": 1387,
"cds_end": null,
"cds_length": 1575,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414748.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1339C>T",
"hgvs_p": "p.Arg447Trp",
"transcript": "ENST00000965620.1",
"protein_id": "ENSP00000635679.1",
"transcript_support_level": null,
"aa_start": 447,
"aa_end": null,
"aa_length": 508,
"cds_start": 1339,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965620.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.Arg421Trp",
"transcript": "NM_001414749.1",
"protein_id": "NP_001401678.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 482,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414749.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1261C>T",
"hgvs_p": "p.Arg421Trp",
"transcript": "NM_001414750.1",
"protein_id": "NP_001401679.1",
"transcript_support_level": null,
"aa_start": 421,
"aa_end": null,
"aa_length": 482,
"cds_start": 1261,
"cds_end": null,
"cds_length": 1449,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001414750.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1252C>T",
"hgvs_p": "p.Arg418Trp",
"transcript": "ENST00000914211.1",
"protein_id": "ENSP00000584270.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 479,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914211.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1252C>T",
"hgvs_p": "p.Arg418Trp",
"transcript": "ENST00000965623.1",
"protein_id": "ENSP00000635682.1",
"transcript_support_level": null,
"aa_start": 418,
"aa_end": null,
"aa_length": 479,
"cds_start": 1252,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965623.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.691C>T",
"hgvs_p": "p.Arg231Trp",
"transcript": "ENST00000914210.1",
"protein_id": "ENSP00000584269.1",
"transcript_support_level": null,
"aa_start": 231,
"aa_end": null,
"aa_length": 292,
"cds_start": 691,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914210.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.604C>T",
"hgvs_p": "p.Arg202Trp",
"transcript": "ENST00000965621.1",
"protein_id": "ENSP00000635680.1",
"transcript_support_level": null,
"aa_start": 202,
"aa_end": null,
"aa_length": 263,
"cds_start": 604,
"cds_end": null,
"cds_length": 792,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000965621.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp",
"transcript": "XM_047428887.1",
"protein_id": "XP_047284843.1",
"transcript_support_level": null,
"aa_start": 529,
"aa_end": null,
"aa_length": 597,
"cds_start": 1585,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047428887.1"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "XM_011538404.4",
"protein_id": "XP_011536706.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538404.4"
},
{
"aa_ref": "R",
"aa_alt": "W",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1498C>T",
"hgvs_p": "p.Arg500Trp",
"transcript": "XM_011538405.4",
"protein_id": "XP_011536707.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 568,
"cds_start": 1498,
"cds_end": null,
"cds_length": 1707,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011538405.4"
},
{
"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": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "c.1078-2437C>T",
"hgvs_p": null,
"transcript": "ENST00000866731.1",
"protein_id": "ENSP00000536790.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 395,
"cds_start": null,
"cds_end": null,
"cds_length": 1188,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000866731.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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.146C>T",
"hgvs_p": null,
"transcript": "ENST00000548554.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": "retained_intron",
"feature": "ENST00000548554.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.970C>T",
"hgvs_p": null,
"transcript": "ENST00000550782.5",
"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": "ENST00000550782.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.169C>T",
"hgvs_p": null,
"transcript": "ENST00000551215.5",
"protein_id": "ENSP00000450227.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": "ENST00000551215.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.*1083C>T",
"hgvs_p": null,
"transcript": "ENST00000642227.1",
"protein_id": "ENSP00000494696.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": "ENST00000642227.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.662C>T",
"hgvs_p": null,
"transcript": "ENST00000643123.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": "ENST00000643123.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.*185C>T",
"hgvs_p": null,
"transcript": "ENST00000646264.1",
"protein_id": "ENSP00000494744.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": "ENST00000646264.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.*784C>T",
"hgvs_p": null,
"transcript": "ENST00000646740.1",
"protein_id": "ENSP00000494001.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": "ENST00000646740.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1531C>T",
"hgvs_p": null,
"transcript": "NR_033421.2",
"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": "NR_033421.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1606C>T",
"hgvs_p": null,
"transcript": "NR_033422.2",
"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": "NR_033422.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1611C>T",
"hgvs_p": null,
"transcript": "NR_166668.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": "NR_166668.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1606C>T",
"hgvs_p": null,
"transcript": "NR_166669.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": "NR_166669.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1611C>T",
"hgvs_p": null,
"transcript": "NR_166670.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": "NR_166670.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1847C>T",
"hgvs_p": null,
"transcript": "NR_183175.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": "NR_183175.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1684C>T",
"hgvs_p": null,
"transcript": "NR_183176.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": "NR_183176.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1847C>T",
"hgvs_p": null,
"transcript": "NR_183177.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": "NR_183177.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1852C>T",
"hgvs_p": null,
"transcript": "NR_183178.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": "NR_183178.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1852C>T",
"hgvs_p": null,
"transcript": "NR_183179.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": "NR_183179.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1602C>T",
"hgvs_p": null,
"transcript": "XR_001748720.2",
"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": "XR_001748720.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1606C>T",
"hgvs_p": null,
"transcript": "XR_007063077.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": "XR_007063077.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1606C>T",
"hgvs_p": null,
"transcript": "XR_007063078.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": "XR_007063078.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1563C>T",
"hgvs_p": null,
"transcript": "XR_007063079.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": "XR_007063079.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1602C>T",
"hgvs_p": null,
"transcript": "XR_429104.2",
"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": "XR_429104.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.1602C>T",
"hgvs_p": null,
"transcript": "XR_944555.2",
"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": "XR_944555.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.*1083C>T",
"hgvs_p": null,
"transcript": "ENST00000642227.1",
"protein_id": "ENSP00000494696.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": "ENST00000642227.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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.*185C>T",
"hgvs_p": null,
"transcript": "ENST00000646264.1",
"protein_id": "ENSP00000494744.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": "ENST00000646264.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"hgvs_c": "n.*784C>T",
"hgvs_p": null,
"transcript": "ENST00000646740.1",
"protein_id": "ENSP00000494001.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": "ENST00000646740.1"
}
],
"gene_symbol": "SLC11A2",
"gene_hgnc_id": 10908,
"dbsnp": "rs17216086",
"frequency_reference_population": 0.0007993001,
"hom_count_reference_population": 8,
"allele_count_reference_population": 1290,
"gnomad_exomes_af": 0.000437153,
"gnomad_genomes_af": 0.00427777,
"gnomad_exomes_ac": 639,
"gnomad_genomes_ac": 651,
"gnomad_exomes_homalt": 6,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0038267672061920166,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.101,
"revel_prediction": "Benign",
"alphamissense_score": 0.1075,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.245,
"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": -14,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS1,BS2",
"acmg_by_gene": [
{
"score": -14,
"benign_score": 14,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_001379446.1",
"gene_symbol": "SLC11A2",
"hgnc_id": 10908,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1585C>T",
"hgvs_p": "p.Arg529Trp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "B:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}