← 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": "ENST00000262052.9",
      "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": 1611,
          "cdna_end": null,
          "cdna_length": 4132,
          "mane_select": "ENST00000262052.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1611,
          "cdna_end": null,
          "cdna_length": 4132,
          "mane_select": "NM_000617.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1602,
          "cdna_end": null,
          "cdna_length": 4123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1560,
          "cdna_end": null,
          "cdna_length": 2486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1903,
          "cdna_end": null,
          "cdna_length": 2470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1618,
          "cdna_end": null,
          "cdna_length": 1958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1547,
          "cdna_end": null,
          "cdna_length": 1740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1602,
          "cdna_end": null,
          "cdna_length": 3753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1602,
          "cdna_end": null,
          "cdna_length": 3753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1602,
          "cdna_end": null,
          "cdna_length": 4123,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2147,
          "cdna_end": null,
          "cdna_length": 4668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1602,
          "cdna_end": null,
          "cdna_length": 3810,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1611,
          "cdna_end": null,
          "cdna_length": 3762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1606,
          "cdna_end": null,
          "cdna_length": 3757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2146,
          "cdna_end": null,
          "cdna_length": 4297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1611,
          "cdna_end": null,
          "cdna_length": 3762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1563,
          "cdna_end": null,
          "cdna_length": 3714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1606,
          "cdna_end": null,
          "cdna_length": 4127,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2146,
          "cdna_end": null,
          "cdna_length": 4667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1606,
          "cdna_end": null,
          "cdna_length": 3839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2248,
          "cdna_end": null,
          "cdna_length": 4769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1611,
          "cdna_end": null,
          "cdna_length": 3844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1563,
          "cdna_end": null,
          "cdna_length": 4084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1526,
          "cdna_end": null,
          "cdna_length": 3677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1526,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1483,
          "cdna_end": null,
          "cdna_length": 4004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1804,
          "cdna_end": null,
          "cdna_length": 4325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2147,
          "cdna_end": null,
          "cdna_length": 4298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1950,
          "cdna_end": null,
          "cdna_length": 4101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1627,
          "cdna_end": null,
          "cdna_length": 3778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 434,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3490,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4053,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4052,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4368,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4205,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2134,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4053,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "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": "ENST00000262052.9",
          "gene_symbol": "SLC11A2",
          "hgnc_id": 10908,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1498C>T",
          "hgvs_p": "p.Arg500Trp"
        }
      ],
      "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
}