← 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: 15-22858576-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=22858576&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 22858576,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_030922.7",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "NM_030922.7",
          "protein_id": "NP_112184.4",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 3227,
          "mane_select": "ENST00000337451.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "ENST00000337451.8",
          "protein_id": "ENSP00000337618.3",
          "transcript_support_level": 5,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 3227,
          "mane_select": "NM_030922.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "ENST00000398013.7",
          "protein_id": "ENSP00000381095.3",
          "transcript_support_level": 1,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 561,
          "cdna_end": null,
          "cdna_length": 2280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "ENST00000359727.8",
          "protein_id": "ENSP00000352762.4",
          "transcript_support_level": 1,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 681,
          "cdna_end": null,
          "cdna_length": 1531,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "NM_001008860.3",
          "protein_id": "NP_001008860.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 718,
          "cdna_end": null,
          "cdna_length": 3105,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "NM_001008892.3",
          "protein_id": "NP_001008892.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 582,
          "cdna_end": null,
          "cdna_length": 2969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "NM_001184889.2",
          "protein_id": "NP_001171818.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1065,
          "cdna_end": null,
          "cdna_length": 3452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "NM_001437491.1",
          "protein_id": "NP_001424420.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 704,
          "cdna_end": null,
          "cdna_length": 3091,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "NM_001437498.1",
          "protein_id": "NP_001424427.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 835,
          "cdna_end": null,
          "cdna_length": 3222,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "ENST00000674173.1",
          "protein_id": "ENSP00000501408.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 711,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "ENST00000674289.1",
          "protein_id": "ENSP00000501412.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 717,
          "cdna_end": null,
          "cdna_length": 4082,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "ENST00000674330.1",
          "protein_id": "ENSP00000501373.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 812,
          "cdna_end": null,
          "cdna_length": 1691,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "ENST00000674477.1",
          "protein_id": "ENSP00000501489.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 698,
          "cdna_end": null,
          "cdna_length": 2099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "NM_001008894.3",
          "protein_id": "NP_001008894.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 525,
          "cdna_end": null,
          "cdna_length": 2912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "NM_001184888.2",
          "protein_id": "NP_001171817.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 673,
          "cdna_end": null,
          "cdna_length": 3060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "NM_001438100.1",
          "protein_id": "NP_001425029.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 783,
          "cdna_end": null,
          "cdna_length": 3170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "ENST00000398014.7",
          "protein_id": "ENSP00000381096.3",
          "transcript_support_level": 5,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 804,
          "cdna_end": null,
          "cdna_length": 4169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "ENST00000539711.2",
          "protein_id": "ENSP00000437746.2",
          "transcript_support_level": 2,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 493,
          "cdna_end": null,
          "cdna_length": 1412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_005272546.4",
          "protein_id": "XP_005272603.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1093,
          "cdna_end": null,
          "cdna_length": 3480,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_005272547.5",
          "protein_id": "XP_005272604.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 866,
          "cdna_end": null,
          "cdna_length": 3253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_005272550.4",
          "protein_id": "XP_005272607.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 957,
          "cdna_end": null,
          "cdna_length": 3344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_005272553.6",
          "protein_id": "XP_005272610.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 608,
          "cdna_end": null,
          "cdna_length": 2995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_006720364.3",
          "protein_id": "XP_006720427.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 967,
          "cdna_end": null,
          "cdna_length": 3354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_011543877.3",
          "protein_id": "XP_011542179.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1220,
          "cdna_end": null,
          "cdna_length": 3607,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_011543878.4",
          "protein_id": "XP_011542180.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1387,
          "cdna_end": null,
          "cdna_length": 3774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_011543879.4",
          "protein_id": "XP_011542181.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 938,
          "cdna_end": null,
          "cdna_length": 3325,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_011543880.4",
          "protein_id": "XP_011542182.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 971,
          "cdna_end": null,
          "cdna_length": 3358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022645.2",
          "protein_id": "XP_016878134.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1281,
          "cdna_end": null,
          "cdna_length": 3668,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022646.2",
          "protein_id": "XP_016878135.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1028,
          "cdna_end": null,
          "cdna_length": 3415,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022647.2",
          "protein_id": "XP_016878136.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 993,
          "cdna_end": null,
          "cdna_length": 3380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022648.2",
          "protein_id": "XP_016878137.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1054,
          "cdna_end": null,
          "cdna_length": 3441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022649.3",
          "protein_id": "XP_016878138.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1191,
          "cdna_end": null,
          "cdna_length": 3578,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022650.3",
          "protein_id": "XP_016878139.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1134,
          "cdna_end": null,
          "cdna_length": 3521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022651.3",
          "protein_id": "XP_016878140.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1575,
          "cdna_end": null,
          "cdna_length": 3962,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022652.3",
          "protein_id": "XP_016878141.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 964,
          "cdna_end": null,
          "cdna_length": 3351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022653.3",
          "protein_id": "XP_016878142.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1261,
          "cdna_end": null,
          "cdna_length": 3648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_017022654.3",
          "protein_id": "XP_016878143.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 3189,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433150.1",
          "protein_id": "XP_047289106.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1318,
          "cdna_end": null,
          "cdna_length": 3705,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433151.1",
          "protein_id": "XP_047289107.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1160,
          "cdna_end": null,
          "cdna_length": 3547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433152.1",
          "protein_id": "XP_047289108.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1514,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433153.1",
          "protein_id": "XP_047289109.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 744,
          "cdna_end": null,
          "cdna_length": 3131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433154.1",
          "protein_id": "XP_047289110.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1126,
          "cdna_end": null,
          "cdna_length": 3513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433155.1",
          "protein_id": "XP_047289111.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1287,
          "cdna_end": null,
          "cdna_length": 3674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433156.1",
          "protein_id": "XP_047289112.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 1322,
          "cdna_end": null,
          "cdna_length": 3709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val",
          "transcript": "XM_047433157.1",
          "protein_id": "XP_047289113.1",
          "transcript_support_level": null,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 233,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 3234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_006720367.2",
          "protein_id": "XP_006720430.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1036,
          "cdna_end": null,
          "cdna_length": 3423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022656.2",
          "protein_id": "XP_016878145.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 809,
          "cdna_end": null,
          "cdna_length": 3196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022657.2",
          "protein_id": "XP_016878146.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 910,
          "cdna_end": null,
          "cdna_length": 3297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022658.2",
          "protein_id": "XP_016878147.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 647,
          "cdna_end": null,
          "cdna_length": 3034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022659.2",
          "protein_id": "XP_016878148.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 881,
          "cdna_end": null,
          "cdna_length": 3268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022660.2",
          "protein_id": "XP_016878149.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 914,
          "cdna_end": null,
          "cdna_length": 3301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022661.2",
          "protein_id": "XP_016878150.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 661,
          "cdna_end": null,
          "cdna_length": 3048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022662.2",
          "protein_id": "XP_016878151.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 778,
          "cdna_end": null,
          "cdna_length": 3165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_017022663.2",
          "protein_id": "XP_016878152.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 551,
          "cdna_end": null,
          "cdna_length": 2938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_047433158.1",
          "protein_id": "XP_047289114.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1163,
          "cdna_end": null,
          "cdna_length": 3550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_047433159.1",
          "protein_id": "XP_047289115.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 971,
          "cdna_end": null,
          "cdna_length": 3358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_047433160.1",
          "protein_id": "XP_047289116.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 936,
          "cdna_end": null,
          "cdna_length": 3323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_047433161.1",
          "protein_id": "XP_047289117.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 692,
          "cdna_end": null,
          "cdna_length": 3079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_047433162.1",
          "protein_id": "XP_047289118.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 1134,
          "cdna_end": null,
          "cdna_length": 3521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "c.176C>T",
          "hgvs_p": "p.Ala59Val",
          "transcript": "XM_047433163.1",
          "protein_id": "XP_047289119.1",
          "transcript_support_level": null,
          "aa_start": 59,
          "aa_end": null,
          "aa_length": 341,
          "cds_start": 176,
          "cds_end": null,
          "cds_length": 1026,
          "cdna_start": 687,
          "cdna_end": null,
          "cdna_length": 3074,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "n.923C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674215.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": 4288,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NIPA2",
          "gene_hgnc_id": 17044,
          "hgvs_c": "n.291C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674227.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": 3656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NIPA2",
      "gene_hgnc_id": 17044,
      "dbsnp": "rs140858794",
      "frequency_reference_population": 0.0002254241,
      "hom_count_reference_population": 2,
      "allele_count_reference_population": 362,
      "gnomad_exomes_af": 0.00022906,
      "gnomad_genomes_af": 0.000190672,
      "gnomad_exomes_ac": 333,
      "gnomad_genomes_ac": 29,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6579626798629761,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": 0.4131,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.38,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.76,
      "phylop100way_prediction": "Pathogenic",
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM1,BS2",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM1",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_030922.7",
          "gene_symbol": "NIPA2",
          "hgnc_id": 17044,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.233C>T",
          "hgvs_p": "p.Ala78Val"
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "not provided|not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}