← 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: 16-86848-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 86848,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001077350.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "NM_001077350.3",
          "protein_id": "NP_001070818.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1666,
          "cdna_end": null,
          "cdna_length": 3128,
          "mane_select": "ENST00000611875.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001077350.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000611875.5",
          "protein_id": "ENSP00000478273.1",
          "transcript_support_level": 5,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1666,
          "cdna_end": null,
          "cdna_length": 3128,
          "mane_select": "NM_001077350.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000611875.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000399953.7",
          "protein_id": "ENSP00000382834.4",
          "transcript_support_level": 1,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1737,
          "cdna_end": null,
          "cdna_length": 2784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399953.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "n.*1152C>A",
          "hgvs_p": null,
          "transcript": "ENST00000621703.4",
          "protein_id": "ENSP00000477801.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000621703.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "n.*1152C>A",
          "hgvs_p": null,
          "transcript": "ENST00000621703.4",
          "protein_id": "ENSP00000477801.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000621703.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1684C>A",
          "hgvs_p": "p.Arg562Ser",
          "transcript": "ENST00000882156.1",
          "protein_id": "ENSP00000552215.1",
          "transcript_support_level": null,
          "aa_start": 562,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 1684,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 2561,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882156.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1684C>A",
          "hgvs_p": "p.Arg562Ser",
          "transcript": "ENST00000882158.1",
          "protein_id": "ENSP00000552217.1",
          "transcript_support_level": null,
          "aa_start": 562,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 1684,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 2567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882158.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1684C>A",
          "hgvs_p": "p.Arg562Ser",
          "transcript": "ENST00000882173.1",
          "protein_id": "ENSP00000552232.1",
          "transcript_support_level": null,
          "aa_start": 562,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 1684,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 1805,
          "cdna_end": null,
          "cdna_length": 2837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882173.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1684C>A",
          "hgvs_p": "p.Arg562Ser",
          "transcript": "ENST00000882176.1",
          "protein_id": "ENSP00000552235.1",
          "transcript_support_level": null,
          "aa_start": 562,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 1684,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 3097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882176.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1606C>A",
          "hgvs_p": "p.Arg536Ser",
          "transcript": "ENST00000882137.1",
          "protein_id": "ENSP00000552196.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 1705,
          "cdna_end": null,
          "cdna_length": 2216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882137.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1606C>A",
          "hgvs_p": "p.Arg536Ser",
          "transcript": "ENST00000882150.1",
          "protein_id": "ENSP00000552209.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 1695,
          "cdna_end": null,
          "cdna_length": 2188,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882150.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1606C>A",
          "hgvs_p": "p.Arg536Ser",
          "transcript": "ENST00000882169.1",
          "protein_id": "ENSP00000552228.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 582,
          "cds_start": 1606,
          "cds_end": null,
          "cds_length": 1749,
          "cdna_start": 1705,
          "cdna_end": null,
          "cdna_length": 2746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882169.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1597C>A",
          "hgvs_p": "p.Arg533Ser",
          "transcript": "ENST00000882149.1",
          "protein_id": "ENSP00000552208.1",
          "transcript_support_level": null,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1597,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1694,
          "cdna_end": null,
          "cdna_length": 2196,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882149.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1585C>A",
          "hgvs_p": "p.Arg529Ser",
          "transcript": "ENST00000882160.1",
          "protein_id": "ENSP00000552219.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 1585,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": 1960,
          "cdna_end": null,
          "cdna_length": 2462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882160.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882131.1",
          "protein_id": "ENSP00000552190.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1951,
          "cdna_end": null,
          "cdna_length": 3522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882131.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882133.1",
          "protein_id": "ENSP00000552192.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1772,
          "cdna_end": null,
          "cdna_length": 2277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882133.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882134.1",
          "protein_id": "ENSP00000552193.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1723,
          "cdna_end": null,
          "cdna_length": 2234,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882134.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882135.1",
          "protein_id": "ENSP00000552194.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1709,
          "cdna_end": null,
          "cdna_length": 2210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882135.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882136.1",
          "protein_id": "ENSP00000552195.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1669,
          "cdna_end": null,
          "cdna_length": 2180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882136.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882139.1",
          "protein_id": "ENSP00000552198.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1665,
          "cdna_end": null,
          "cdna_length": 2170,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882139.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882141.1",
          "protein_id": "ENSP00000552200.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1698,
          "cdna_end": null,
          "cdna_length": 2195,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882141.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882142.1",
          "protein_id": "ENSP00000552201.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1973,
          "cdna_end": null,
          "cdna_length": 4550,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882142.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882148.1",
          "protein_id": "ENSP00000552207.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1700,
          "cdna_end": null,
          "cdna_length": 2202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882148.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882152.1",
          "protein_id": "ENSP00000552211.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1951,
          "cdna_end": null,
          "cdna_length": 2448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882152.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882162.1",
          "protein_id": "ENSP00000552221.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1670,
          "cdna_end": null,
          "cdna_length": 2760,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882162.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882163.1",
          "protein_id": "ENSP00000552222.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1728,
          "cdna_end": null,
          "cdna_length": 2786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882163.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882168.1",
          "protein_id": "ENSP00000552227.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1727,
          "cdna_end": null,
          "cdna_length": 2774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882168.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000882170.1",
          "protein_id": "ENSP00000552229.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1694,
          "cdna_end": null,
          "cdna_length": 2741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882170.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser",
          "transcript": "ENST00000921446.1",
          "protein_id": "ENSP00000591505.1",
          "transcript_support_level": null,
          "aa_start": 523,
          "aa_end": null,
          "aa_length": 569,
          "cds_start": 1567,
          "cds_end": null,
          "cds_length": 1710,
          "cdna_start": 1661,
          "cdna_end": null,
          "cdna_length": 2158,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921446.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1540C>A",
          "hgvs_p": "p.Arg514Ser",
          "transcript": "ENST00000882153.1",
          "protein_id": "ENSP00000552212.1",
          "transcript_support_level": null,
          "aa_start": 514,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 1540,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": 1923,
          "cdna_end": null,
          "cdna_length": 2425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882153.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1540C>A",
          "hgvs_p": "p.Arg514Ser",
          "transcript": "ENST00000882171.1",
          "protein_id": "ENSP00000552230.1",
          "transcript_support_level": null,
          "aa_start": 514,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 1540,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": 1631,
          "cdna_end": null,
          "cdna_length": 2678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882171.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1531C>A",
          "hgvs_p": "p.Arg511Ser",
          "transcript": "ENST00000882138.1",
          "protein_id": "ENSP00000552197.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 2138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882138.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1531C>A",
          "hgvs_p": "p.Arg511Ser",
          "transcript": "ENST00000882155.1",
          "protein_id": "ENSP00000552214.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1911,
          "cdna_end": null,
          "cdna_length": 2416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882155.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1531C>A",
          "hgvs_p": "p.Arg511Ser",
          "transcript": "ENST00000882159.1",
          "protein_id": "ENSP00000552218.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1907,
          "cdna_end": null,
          "cdna_length": 2400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882159.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1531C>A",
          "hgvs_p": "p.Arg511Ser",
          "transcript": "ENST00000882172.1",
          "protein_id": "ENSP00000552231.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1929,
          "cdna_end": null,
          "cdna_length": 2976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882172.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1531C>A",
          "hgvs_p": "p.Arg511Ser",
          "transcript": "ENST00000921454.1",
          "protein_id": "ENSP00000591513.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": 1531,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": 1904,
          "cdna_end": null,
          "cdna_length": 2451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921454.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1513C>A",
          "hgvs_p": "p.Arg505Ser",
          "transcript": "ENST00000882145.1",
          "protein_id": "ENSP00000552204.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1513,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 2147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882145.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1513C>A",
          "hgvs_p": "p.Arg505Ser",
          "transcript": "ENST00000882161.1",
          "protein_id": "ENSP00000552220.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1513,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1889,
          "cdna_end": null,
          "cdna_length": 2387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882161.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1513C>A",
          "hgvs_p": "p.Arg505Ser",
          "transcript": "ENST00000882165.1",
          "protein_id": "ENSP00000552224.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1513,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1641,
          "cdna_end": null,
          "cdna_length": 2699,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882165.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1513C>A",
          "hgvs_p": "p.Arg505Ser",
          "transcript": "ENST00000882178.1",
          "protein_id": "ENSP00000552237.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1513,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1893,
          "cdna_end": null,
          "cdna_length": 2440,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882178.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1513C>A",
          "hgvs_p": "p.Arg505Ser",
          "transcript": "ENST00000956230.1",
          "protein_id": "ENSP00000626289.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 551,
          "cds_start": 1513,
          "cds_end": null,
          "cds_length": 1656,
          "cdna_start": 1607,
          "cdna_end": null,
          "cdna_length": 2112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956230.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "NM_001243248.2",
          "protein_id": "NP_001230177.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1866,
          "cdna_end": null,
          "cdna_length": 3328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243248.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "NM_001243249.2",
          "protein_id": "NP_001230178.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1898,
          "cdna_end": null,
          "cdna_length": 3360,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243249.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882130.1",
          "protein_id": "ENSP00000552189.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1898,
          "cdna_end": null,
          "cdna_length": 3465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882130.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882132.1",
          "protein_id": "ENSP00000552191.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1660,
          "cdna_end": null,
          "cdna_length": 2173,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882132.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882146.1",
          "protein_id": "ENSP00000552205.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1593,
          "cdna_end": null,
          "cdna_length": 2098,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882146.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882147.1",
          "protein_id": "ENSP00000552206.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1588,
          "cdna_end": null,
          "cdna_length": 2093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882147.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882164.1",
          "protein_id": "ENSP00000552223.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1623,
          "cdna_end": null,
          "cdna_length": 2685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882164.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882166.1",
          "protein_id": "ENSP00000552225.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1581,
          "cdna_end": null,
          "cdna_length": 2641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882166.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000882167.1",
          "protein_id": "ENSP00000552226.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1595,
          "cdna_end": null,
          "cdna_length": 2642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882167.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000921444.1",
          "protein_id": "ENSP00000591503.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1677,
          "cdna_end": null,
          "cdna_length": 2182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921444.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000921445.1",
          "protein_id": "ENSP00000591504.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1591,
          "cdna_end": null,
          "cdna_length": 2088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921445.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000921447.1",
          "protein_id": "ENSP00000591506.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1792,
          "cdna_end": null,
          "cdna_length": 2283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921447.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000921448.1",
          "protein_id": "ENSP00000591507.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1619,
          "cdna_end": null,
          "cdna_length": 2666,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921448.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000956229.1",
          "protein_id": "ENSP00000626288.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1663,
          "cdna_end": null,
          "cdna_length": 2168,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956229.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1492C>A",
          "hgvs_p": "p.Arg498Ser",
          "transcript": "ENST00000956231.1",
          "protein_id": "ENSP00000626290.1",
          "transcript_support_level": null,
          "aa_start": 498,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1492,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": 1646,
          "cdna_end": null,
          "cdna_length": 2198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956231.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1456C>A",
          "hgvs_p": "p.Arg486Ser",
          "transcript": "ENST00000921451.1",
          "protein_id": "ENSP00000591510.1",
          "transcript_support_level": null,
          "aa_start": 486,
          "aa_end": null,
          "aa_length": 532,
          "cds_start": 1456,
          "cds_end": null,
          "cds_length": 1599,
          "cdna_start": 1838,
          "cdna_end": null,
          "cdna_length": 2871,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921451.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1438C>A",
          "hgvs_p": "p.Arg480Ser",
          "transcript": "ENST00000882154.1",
          "protein_id": "ENSP00000552213.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1438,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1818,
          "cdna_end": null,
          "cdna_length": 2323,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882154.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1438C>A",
          "hgvs_p": "p.Arg480Ser",
          "transcript": "ENST00000921453.1",
          "protein_id": "ENSP00000591512.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 526,
          "cds_start": 1438,
          "cds_end": null,
          "cds_length": 1581,
          "cdna_start": 1823,
          "cdna_end": null,
          "cdna_length": 2375,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921453.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1429C>A",
          "hgvs_p": "p.Arg477Ser",
          "transcript": "ENST00000882151.1",
          "protein_id": "ENSP00000552210.1",
          "transcript_support_level": null,
          "aa_start": 477,
          "aa_end": null,
          "aa_length": 523,
          "cds_start": 1429,
          "cds_end": null,
          "cds_length": 1572,
          "cdna_start": 1805,
          "cdna_end": null,
          "cdna_length": 2318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882151.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1333C>A",
          "hgvs_p": "p.Arg445Ser",
          "transcript": "NM_001243247.2",
          "protein_id": "NP_001230176.1",
          "transcript_support_level": null,
          "aa_start": 445,
          "aa_end": null,
          "aa_length": 491,
          "cds_start": 1333,
          "cds_end": null,
          "cds_length": 1476,
          "cdna_start": 1803,
          "cdna_end": null,
          "cdna_length": 3265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001243247.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1330C>A",
          "hgvs_p": "p.Arg444Ser",
          "transcript": "ENST00000882144.1",
          "protein_id": "ENSP00000552203.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 1330,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 1734,
          "cdna_end": null,
          "cdna_length": 2239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882144.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1330C>A",
          "hgvs_p": "p.Arg444Ser",
          "transcript": "ENST00000882174.1",
          "protein_id": "ENSP00000552233.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 1330,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 1710,
          "cdna_end": null,
          "cdna_length": 2757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882174.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1330C>A",
          "hgvs_p": "p.Arg444Ser",
          "transcript": "ENST00000921450.1",
          "protein_id": "ENSP00000591509.1",
          "transcript_support_level": null,
          "aa_start": 444,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 1330,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 1429,
          "cdna_end": null,
          "cdna_length": 2476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921450.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1255C>A",
          "hgvs_p": "p.Arg419Ser",
          "transcript": "ENST00000882143.1",
          "protein_id": "ENSP00000552202.1",
          "transcript_support_level": null,
          "aa_start": 419,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1255,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 1659,
          "cdna_end": null,
          "cdna_length": 2164,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882143.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1255C>A",
          "hgvs_p": "p.Arg419Ser",
          "transcript": "ENST00000921449.1",
          "protein_id": "ENSP00000591508.1",
          "transcript_support_level": null,
          "aa_start": 419,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 1255,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": 1354,
          "cdna_end": null,
          "cdna_length": 2401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921449.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1210C>A",
          "hgvs_p": "p.Arg404Ser",
          "transcript": "ENST00000882140.1",
          "protein_id": "ENSP00000552199.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1341,
          "cdna_end": null,
          "cdna_length": 1846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882140.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1210C>A",
          "hgvs_p": "p.Arg404Ser",
          "transcript": "ENST00000882157.1",
          "protein_id": "ENSP00000552216.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1581,
          "cdna_end": null,
          "cdna_length": 2094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882157.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1210C>A",
          "hgvs_p": "p.Arg404Ser",
          "transcript": "ENST00000882177.1",
          "protein_id": "ENSP00000552236.1",
          "transcript_support_level": null,
          "aa_start": 404,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 1210,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": 1581,
          "cdna_end": null,
          "cdna_length": 2614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882177.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1156C>A",
          "hgvs_p": "p.Arg386Ser",
          "transcript": "ENST00000882175.1",
          "protein_id": "ENSP00000552234.1",
          "transcript_support_level": null,
          "aa_start": 386,
          "aa_end": null,
          "aa_length": 432,
          "cds_start": 1156,
          "cds_end": null,
          "cds_length": 1299,
          "cdna_start": 1532,
          "cdna_end": null,
          "cdna_length": 2579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882175.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.1030C>A",
          "hgvs_p": "p.Arg344Ser",
          "transcript": "NM_001039476.3",
          "protein_id": "NP_001034565.1",
          "transcript_support_level": null,
          "aa_start": 344,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 1030,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 1768,
          "cdna_end": null,
          "cdna_length": 3230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001039476.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "c.595C>A",
          "hgvs_p": "p.Arg199Ser",
          "transcript": "ENST00000921452.1",
          "protein_id": "ENSP00000591511.1",
          "transcript_support_level": null,
          "aa_start": 199,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 595,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 1974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000921452.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "n.2412C>A",
          "hgvs_p": null,
          "transcript": "ENST00000610509.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000610509.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "n.*1203C>A",
          "hgvs_p": null,
          "transcript": "ENST00000622194.4",
          "protein_id": "ENSP00000478045.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000622194.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NPRL3",
          "gene_hgnc_id": 14124,
          "hgvs_c": "n.*1203C>A",
          "hgvs_p": null,
          "transcript": "ENST00000622194.4",
          "protein_id": "ENSP00000478045.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000622194.4"
        }
      ],
      "gene_symbol": "NPRL3",
      "gene_hgnc_id": 14124,
      "dbsnp": "rs189283988",
      "frequency_reference_population": 6.845264e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84526e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.42948001623153687,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.05000000074505806,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.325,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.2334,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.44,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.875,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.05,
      "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": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001077350.3",
          "gene_symbol": "NPRL3",
          "hgnc_id": 14124,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1567C>A",
          "hgvs_p": "p.Arg523Ser"
        }
      ],
      "clinvar_disease": " familial focal, with variable foci 3,Epilepsy",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Epilepsy, familial focal, with variable foci 3",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.