← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 1-94864816-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=94864816&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 94864816,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000271227.11",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "NM_001114106.3",
          "protein_id": "NP_001107578.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2381,
          "mane_select": "ENST00000271227.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "ENST00000271227.11",
          "protein_id": "ENSP00000271227.6",
          "transcript_support_level": 1,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2381,
          "mane_select": "NM_001114106.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1168G>A",
          "hgvs_p": "p.Val390Ile",
          "transcript": "ENST00000467909.5",
          "protein_id": "ENSP00000432789.1",
          "transcript_support_level": 1,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1168,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1280,
          "cdna_end": null,
          "cdna_length": 2061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "n.*1035G>A",
          "hgvs_p": null,
          "transcript": "ENST00000475883.5",
          "protein_id": "ENSP00000434457.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": 2067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "n.*1035G>A",
          "hgvs_p": null,
          "transcript": "ENST00000475883.5",
          "protein_id": "ENSP00000434457.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": 2067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "NM_001258340.2",
          "protein_id": "NP_001245269.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1216G>A",
          "hgvs_p": "p.Val406Ile",
          "transcript": "NM_001258341.2",
          "protein_id": "NP_001245270.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": 1311,
          "cdna_end": null,
          "cdna_length": 2282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1216G>A",
          "hgvs_p": "p.Val406Ile",
          "transcript": "ENST00000529450.5",
          "protein_id": "ENSP00000431836.1",
          "transcript_support_level": 2,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": 1267,
          "cdna_end": null,
          "cdna_length": 2045,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1204G>A",
          "hgvs_p": "p.Val402Ile",
          "transcript": "NM_001258342.2",
          "protein_id": "NP_001245271.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": 1299,
          "cdna_end": null,
          "cdna_length": 2273,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1204G>A",
          "hgvs_p": "p.Val402Ile",
          "transcript": "ENST00000446120.6",
          "protein_id": "ENSP00000389143.2",
          "transcript_support_level": 2,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 617,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1854,
          "cdna_start": 1314,
          "cdna_end": null,
          "cdna_length": 2094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1168G>A",
          "hgvs_p": "p.Val390Ile",
          "transcript": "NM_152369.5",
          "protein_id": "NP_689582.2",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1168,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1300,
          "cdna_end": null,
          "cdna_length": 2274,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1108G>A",
          "hgvs_p": "p.Val370Ile",
          "transcript": "NM_001258343.2",
          "protein_id": "NP_001245272.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1203,
          "cdna_end": null,
          "cdna_length": 2177,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1108G>A",
          "hgvs_p": "p.Val370Ile",
          "transcript": "ENST00000527077.5",
          "protein_id": "ENSP00000433641.1",
          "transcript_support_level": 2,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": 1163,
          "cdna_end": null,
          "cdna_length": 1943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1072G>A",
          "hgvs_p": "p.Val358Ile",
          "transcript": "NM_001301079.2",
          "protein_id": "NP_001288008.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1204,
          "cdna_end": null,
          "cdna_length": 2178,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1072G>A",
          "hgvs_p": "p.Val358Ile",
          "transcript": "ENST00000532427.5",
          "protein_id": "ENSP00000436661.1",
          "transcript_support_level": 2,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1155,
          "cdna_end": null,
          "cdna_length": 1912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1021G>A",
          "hgvs_p": "p.Val341Ile",
          "transcript": "NM_001350223.1",
          "protein_id": "NP_001337152.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": 1287,
          "cdna_end": null,
          "cdna_length": 2262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1216G>A",
          "hgvs_p": "p.Val406Ile",
          "transcript": "XM_005270440.3",
          "protein_id": "XP_005270497.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 621,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1866,
          "cdna_start": 1311,
          "cdna_end": null,
          "cdna_length": 2286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1204G>A",
          "hgvs_p": "p.Val402Ile",
          "transcript": "XM_017000262.3",
          "protein_id": "XP_016855751.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 616,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1851,
          "cdna_start": 1299,
          "cdna_end": null,
          "cdna_length": 2271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1168G>A",
          "hgvs_p": "p.Val390Ile",
          "transcript": "XM_005270441.3",
          "protein_id": "XP_005270498.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 1168,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": 1408,
          "cdna_end": null,
          "cdna_length": 2383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1168G>A",
          "hgvs_p": "p.Val390Ile",
          "transcript": "XM_017000263.2",
          "protein_id": "XP_016855752.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 604,
          "cds_start": 1168,
          "cds_end": null,
          "cds_length": 1815,
          "cdna_start": 1408,
          "cdna_end": null,
          "cdna_length": 2380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1108G>A",
          "hgvs_p": "p.Val370Ile",
          "transcript": "XM_047444888.1",
          "protein_id": "XP_047300844.1",
          "transcript_support_level": null,
          "aa_start": 370,
          "aa_end": null,
          "aa_length": 584,
          "cds_start": 1108,
          "cds_end": null,
          "cds_length": 1755,
          "cdna_start": 1203,
          "cdna_end": null,
          "cdna_length": 2175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "XM_005270442.3",
          "protein_id": "XP_005270499.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 574,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1725,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2145,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "XM_017000264.3",
          "protein_id": "XP_016855753.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 573,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1722,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2142,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1216G>A",
          "hgvs_p": "p.Val406Ile",
          "transcript": "XM_017000265.2",
          "protein_id": "XP_016855754.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 542,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1629,
          "cdna_start": 1311,
          "cdna_end": null,
          "cdna_length": 2049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1204G>A",
          "hgvs_p": "p.Val402Ile",
          "transcript": "XM_047444897.1",
          "protein_id": "XP_047300853.1",
          "transcript_support_level": null,
          "aa_start": 402,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 1204,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": 1299,
          "cdna_end": null,
          "cdna_length": 2037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.925G>A",
          "hgvs_p": "p.Val309Ile",
          "transcript": "XM_011540633.3",
          "protein_id": "XP_011538935.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": 1191,
          "cdna_end": null,
          "cdna_length": 2166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "XM_017000266.3",
          "protein_id": "XP_016855755.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "XM_011540635.4",
          "protein_id": "XP_011538937.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile",
          "transcript": "XM_047444909.1",
          "protein_id": "XP_047300865.1",
          "transcript_support_level": null,
          "aa_start": 438,
          "aa_end": null,
          "aa_length": 497,
          "cds_start": 1312,
          "cds_end": null,
          "cds_length": 1494,
          "cdna_start": 1407,
          "cdna_end": null,
          "cdna_length": 2312,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1072G>A",
          "hgvs_p": "p.Val358Ile",
          "transcript": "XM_047444912.1",
          "protein_id": "XP_047300868.1",
          "transcript_support_level": null,
          "aa_start": 358,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 1072,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 1204,
          "cdna_end": null,
          "cdna_length": 1939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1216G>A",
          "hgvs_p": "p.Val406Ile",
          "transcript": "XM_011540636.4",
          "protein_id": "XP_011538938.1",
          "transcript_support_level": null,
          "aa_start": 406,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 1216,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 1311,
          "cdna_end": null,
          "cdna_length": 1575,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "c.1146G>A",
          "hgvs_p": "p.Pro382Pro",
          "transcript": "XM_047444914.1",
          "protein_id": "XP_047300870.1",
          "transcript_support_level": null,
          "aa_start": 382,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 1146,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": 1241,
          "cdna_end": null,
          "cdna_length": 1323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "n.1006G>A",
          "hgvs_p": null,
          "transcript": "ENST00000530397.1",
          "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": 1443,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "n.1407G>A",
          "hgvs_p": null,
          "transcript": "NR_146575.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": 2179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SLC44A3",
          "gene_hgnc_id": 28689,
          "hgvs_c": "n.1407G>A",
          "hgvs_p": null,
          "transcript": "XR_946543.3",
          "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": 1860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SLC44A3",
      "gene_hgnc_id": 28689,
      "dbsnp": "rs859098",
      "frequency_reference_population": 0.75424016,
      "hom_count_reference_population": 463126,
      "allele_count_reference_population": 1216968,
      "gnomad_exomes_af": 0.758768,
      "gnomad_genomes_af": 0.71072,
      "gnomad_exomes_ac": 1108893,
      "gnomad_genomes_ac": 108075,
      "gnomad_exomes_homalt": 423593,
      "gnomad_genomes_homalt": 39533,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 8.494669714309566e-7,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.063,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1043,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.69,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.195,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000271227.11",
          "gene_symbol": "SLC44A3",
          "hgnc_id": 28689,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1312G>A",
          "hgvs_p": "p.Val438Ile"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}