← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 12-102148403-T-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 102148403,
      "ref": "T",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000327680.7",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_017915.5",
          "protein_id": "NP_060385.3",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 3076,
          "mane_select": "ENST00000327680.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "ENST00000327680.7",
          "protein_id": "ENSP00000332915.3",
          "transcript_support_level": 2,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 3076,
          "mane_select": "NM_017915.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.228T>A",
          "hgvs_p": "p.Asp76Glu",
          "transcript": "ENST00000417507.6",
          "protein_id": "ENSP00000411313.2",
          "transcript_support_level": 1,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 269,
          "cds_start": 228,
          "cds_end": null,
          "cds_length": 810,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 2212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.228T>A",
          "hgvs_p": "p.Asp76Glu",
          "transcript": "ENST00000412715.3",
          "protein_id": "ENSP00000393867.2",
          "transcript_support_level": 1,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 264,
          "cds_start": 228,
          "cds_end": null,
          "cds_length": 795,
          "cdna_start": 228,
          "cdna_end": null,
          "cdna_length": 2133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "ENST00000537257.5",
          "protein_id": "ENSP00000442549.1",
          "transcript_support_level": 1,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": 372,
          "cdna_end": null,
          "cdna_length": 976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.55-5466T>A",
          "hgvs_p": null,
          "transcript": "ENST00000457614.6",
          "protein_id": "ENSP00000404323.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001319988.2",
          "protein_id": "NP_001306917.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 3307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "ENST00000541394.5",
          "protein_id": "ENSP00000440850.1",
          "transcript_support_level": 2,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": 432,
          "cdna_end": null,
          "cdna_length": 2452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400853.1",
          "protein_id": "NP_001387782.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 3070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400854.1",
          "protein_id": "NP_001387783.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 543,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1632,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2968,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382721.1",
          "protein_id": "NP_001369650.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400855.1",
          "protein_id": "NP_001387784.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 3171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001319993.2",
          "protein_id": "NP_001306922.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 3184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001319994.2",
          "protein_id": "NP_001306923.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 3071,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "ENST00000392911.6",
          "protein_id": "ENSP00000376643.2",
          "transcript_support_level": 5,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 365,
          "cdna_end": null,
          "cdna_length": 1916,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382723.1",
          "protein_id": "NP_001369652.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400856.1",
          "protein_id": "NP_001387785.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382724.1",
          "protein_id": "NP_001369653.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400859.1",
          "protein_id": "NP_001387788.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 2744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400860.1",
          "protein_id": "NP_001387789.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400861.1",
          "protein_id": "NP_001387790.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382725.1",
          "protein_id": "NP_001369654.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 423,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1272,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400862.1",
          "protein_id": "NP_001387791.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 418,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1257,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400864.1",
          "protein_id": "NP_001387793.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 412,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1239,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400866.1",
          "protein_id": "NP_001387795.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 401,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1206,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400867.1",
          "protein_id": "NP_001387796.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 387,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1164,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400868.1",
          "protein_id": "NP_001387797.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001382728.1",
          "protein_id": "NP_001369657.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400869.1",
          "protein_id": "NP_001387798.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2557,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400870.1",
          "protein_id": "NP_001387799.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 1546,
          "cdna_end": null,
          "cdna_length": 3825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400871.1",
          "protein_id": "NP_001387800.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 2821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400872.1",
          "protein_id": "NP_001387801.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 374,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1125,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400873.1",
          "protein_id": "NP_001387802.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400876.1",
          "protein_id": "NP_001387805.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 342,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1029,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382729.1",
          "protein_id": "NP_001369658.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400878.1",
          "protein_id": "NP_001387807.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 2381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382731.1",
          "protein_id": "NP_001369660.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001382732.1",
          "protein_id": "NP_001369661.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 297,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 894,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400883.1",
          "protein_id": "NP_001387812.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400884.1",
          "protein_id": "NP_001387813.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400885.1",
          "protein_id": "NP_001387814.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 240,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 723,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400887.1",
          "protein_id": "NP_001387816.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 666,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 2416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400888.1",
          "protein_id": "NP_001387817.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 666,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400889.1",
          "protein_id": "NP_001387818.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 221,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 666,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400890.1",
          "protein_id": "NP_001387819.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 220,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 663,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400892.1",
          "protein_id": "NP_001387821.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400893.1",
          "protein_id": "NP_001387822.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 2606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400894.1",
          "protein_id": "NP_001387823.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2342,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400895.1",
          "protein_id": "NP_001387824.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 273,
          "cdna_end": null,
          "cdna_length": 2337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400896.1",
          "protein_id": "NP_001387825.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 199,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 600,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400897.1",
          "protein_id": "NP_001387826.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 190,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 573,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1053,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400903.1",
          "protein_id": "NP_001387832.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": 429,
          "cdna_end": null,
          "cdna_length": 2464,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400904.1",
          "protein_id": "NP_001387833.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 172,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 519,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400905.1",
          "protein_id": "NP_001387834.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 172,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 519,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 1507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400907.1",
          "protein_id": "NP_001387836.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 167,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 504,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001319995.3",
          "protein_id": "NP_001306924.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": 587,
          "cdna_end": null,
          "cdna_length": 1193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "NM_001400925.1",
          "protein_id": "NP_001387854.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 164,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 495,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 2514,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001319996.2",
          "protein_id": "NP_001306925.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "NM_001400927.1",
          "protein_id": "NP_001387856.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": 443,
          "cdna_end": null,
          "cdna_length": 1047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "XM_011538514.3",
          "protein_id": "XP_011536816.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_047429048.1",
          "protein_id": "XP_047285004.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 436,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1311,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 2647,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_017019541.3",
          "protein_id": "XP_016875030.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 370,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 1113,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "XM_047429051.1",
          "protein_id": "XP_047285007.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.84T>A",
          "hgvs_p": "p.Asp28Glu",
          "transcript": "XM_047429052.1",
          "protein_id": "XP_047285008.1",
          "transcript_support_level": null,
          "aa_start": 28,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 84,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 2613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_047429053.1",
          "protein_id": "XP_047285009.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 281,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 846,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_047429054.1",
          "protein_id": "XP_047285010.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 279,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 840,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 1038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_047429055.1",
          "protein_id": "XP_047285011.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 274,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 825,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 983,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_047429056.1",
          "protein_id": "XP_047285012.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "D",
          "aa_alt": "E",
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu",
          "transcript": "XM_047429057.1",
          "protein_id": "XP_047285013.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": 327,
          "cds_end": null,
          "cds_length": 528,
          "cdna_start": 434,
          "cdna_end": null,
          "cdna_length": 770,
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.327T>A",
          "hgvs_p": null,
          "transcript": "ENST00000392909.7",
          "protein_id": "ENSP00000376641.3",
          "transcript_support_level": 4,
          "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": 835,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.330T>A",
          "hgvs_p": null,
          "transcript": "ENST00000392914.3",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 833,
          "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": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.439T>A",
          "hgvs_p": null,
          "transcript": "ENST00000541668.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1061,
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.434T>A",
          "hgvs_p": null,
          "transcript": "XR_007063095.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": 1279,
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.434T>A",
          "hgvs_p": null,
          "transcript": "XR_007063096.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": 956,
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.434T>A",
          "hgvs_p": null,
          "transcript": "XR_007063097.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": 943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001382722.1",
          "protein_id": "NP_001369651.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-16035T>A",
          "hgvs_p": null,
          "transcript": "NM_001400857.1",
          "protein_id": "NP_001387786.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400858.1",
          "protein_id": "NP_001387787.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 444,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1335,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400863.1",
          "protein_id": "NP_001387792.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-17326T>A",
          "hgvs_p": null,
          "transcript": "NM_001400865.1",
          "protein_id": "NP_001387794.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001382726.1",
          "protein_id": "NP_001369655.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 380,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1143,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400874.1",
          "protein_id": "NP_001387803.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 345,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1038,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-16035T>A",
          "hgvs_p": null,
          "transcript": "NM_001400875.1",
          "protein_id": "NP_001387804.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 344,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1035,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2371,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400877.1",
          "protein_id": "NP_001387806.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 340,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1023,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2627,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-16035T>A",
          "hgvs_p": null,
          "transcript": "NM_001400879.1",
          "protein_id": "NP_001387808.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400880.1",
          "protein_id": "NP_001387809.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 288,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 867,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-17326T>A",
          "hgvs_p": null,
          "transcript": "NM_001400881.1",
          "protein_id": "NP_001387810.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 252,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 759,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400886.1",
          "protein_id": "NP_001387815.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400891.1",
          "protein_id": "NP_001387820.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 219,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-16035T>A",
          "hgvs_p": null,
          "transcript": "NM_001400902.1",
          "protein_id": "NP_001387831.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 188,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 567,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2235,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-16035T>A",
          "hgvs_p": null,
          "transcript": "NM_001382735.1",
          "protein_id": "NP_001369664.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-16035T>A",
          "hgvs_p": null,
          "transcript": "ENST00000543784.5",
          "protein_id": "ENSP00000444576.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 183,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 552,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400906.1",
          "protein_id": "NP_001387835.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 167,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "NM_001400926.1",
          "protein_id": "NP_001387855.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 162,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2093,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-17326T>A",
          "hgvs_p": null,
          "transcript": "NM_001400928.1",
          "protein_id": "NP_001387857.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 131,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 396,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-17326T>A",
          "hgvs_p": null,
          "transcript": "NM_001400929.1",
          "protein_id": "NP_001387858.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 126,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 381,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "n.54+24362T>A",
          "hgvs_p": null,
          "transcript": "ENST00000535811.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1465,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "XM_047429049.1",
          "protein_id": "XP_047285005.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 358,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1077,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PARPBP",
          "gene_hgnc_id": 26074,
          "hgvs_c": "c.154-5466T>A",
          "hgvs_p": null,
          "transcript": "XM_047429050.1",
          "protein_id": "XP_047285006.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PARPBP",
      "gene_hgnc_id": 26074,
      "dbsnp": "rs143799695",
      "frequency_reference_population": 7.032596e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 7.0326e-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.56871497631073,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.427,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6392,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.23,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 0.089,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 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": "ENST00000327680.7",
          "gene_symbol": "PARPBP",
          "hgnc_id": 26074,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.327T>A",
          "hgvs_p": "p.Asp109Glu"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}