← 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: 13-100368504-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "PCCA",
          "hgnc_id": 8653,
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "inheritance_mode": "AR",
          "pathogenic_score": 10,
          "score": 10,
          "transcript": "NM_000282.4",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_score": 10,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.6,
      "chr": "13",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.6000000238418579,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 728,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2484,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2187,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_000282.4",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000376285.6",
          "protein_coding": true,
          "protein_id": "NP_000273.2",
          "strand": true,
          "transcript": "NM_000282.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 728,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2484,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2187,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000376285.6",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_000282.4",
          "protein_coding": true,
          "protein_id": "ENSP00000365462.1",
          "strand": true,
          "transcript": "ENST00000376285.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "W",
          "aa_start": 600,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2604,
          "cdna_start": 1824,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 1799,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000881637.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1799G>A",
          "hgvs_p": "p.Trp600*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551696.1",
          "strand": true,
          "transcript": "ENST00000881637.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 763,
          "aa_ref": "W",
          "aa_start": 594,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2586,
          "cdna_start": 1809,
          "cds_end": null,
          "cds_length": 2292,
          "cds_start": 1781,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000881640.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1781G>A",
          "hgvs_p": "p.Trp594*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551699.1",
          "strand": true,
          "transcript": "ENST00000881640.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 762,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2577,
          "cdna_start": 1699,
          "cds_end": null,
          "cds_length": 2289,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000956821.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626880.1",
          "strand": true,
          "transcript": "ENST00000956821.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": "W",
          "aa_start": 589,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": 1774,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": 1766,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000881647.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1766G>A",
          "hgvs_p": "p.Trp589*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551706.1",
          "strand": true,
          "transcript": "ENST00000881647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 753,
          "aa_ref": "W",
          "aa_start": 584,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2559,
          "cdna_start": 1779,
          "cds_end": null,
          "cds_length": 2262,
          "cds_start": 1751,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000881631.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1751G>A",
          "hgvs_p": "p.Trp584*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551690.1",
          "strand": true,
          "transcript": "ENST00000881631.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": "W",
          "aa_start": 600,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2492,
          "cdna_start": 1809,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": 1799,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000881644.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1799G>A",
          "hgvs_p": "p.Trp600*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551703.1",
          "strand": true,
          "transcript": "ENST00000881644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 726,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": 1682,
          "cds_end": null,
          "cds_length": 2181,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000940854.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610913.1",
          "strand": true,
          "transcript": "ENST00000940854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 724,
          "aa_ref": "W",
          "aa_start": 555,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2469,
          "cdna_start": 1689,
          "cds_end": null,
          "cds_length": 2175,
          "cds_start": 1664,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000881635.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1664G>A",
          "hgvs_p": "p.Trp555*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551694.1",
          "strand": true,
          "transcript": "ENST00000881635.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 710,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2430,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2133,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001352605.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339534.1",
          "strand": true,
          "transcript": "NM_001352605.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 710,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2460,
          "cdna_start": 1734,
          "cds_end": null,
          "cds_length": 2133,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000881625.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551684.1",
          "strand": true,
          "transcript": "ENST00000881625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 710,
          "aa_ref": "W",
          "aa_start": 541,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2409,
          "cdna_start": 1632,
          "cds_end": null,
          "cds_length": 2133,
          "cds_start": 1622,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000956823.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1622G>A",
          "hgvs_p": "p.Trp541*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626882.1",
          "strand": true,
          "transcript": "ENST00000956823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 705,
          "aa_ref": "W",
          "aa_start": 536,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": 1611,
          "cds_end": null,
          "cds_length": 2118,
          "cds_start": 1607,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000956827.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1607G>A",
          "hgvs_p": "p.Trp536*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626886.1",
          "strand": true,
          "transcript": "ENST00000956827.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 702,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2406,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 2109,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001127692.3",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121164.1",
          "strand": true,
          "transcript": "NM_001127692.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 702,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2481,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2109,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000376286.8",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365463.4",
          "strand": true,
          "transcript": "ENST00000376286.8",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 697,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2388,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2094,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000881634.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551693.1",
          "strand": true,
          "transcript": "ENST00000881634.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 695,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2395,
          "cdna_start": 1714,
          "cds_end": null,
          "cds_length": 2088,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000881627.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551686.1",
          "strand": true,
          "transcript": "ENST00000881627.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 691,
          "aa_ref": "W",
          "aa_start": 522,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2351,
          "cdna_start": 1575,
          "cds_end": null,
          "cds_length": 2076,
          "cds_start": 1565,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000881645.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1565G>A",
          "hgvs_p": "p.Trp522*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551704.1",
          "strand": true,
          "transcript": "ENST00000881645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": "W",
          "aa_start": 520,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2364,
          "cdna_start": 1587,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": 1559,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000881638.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1559G>A",
          "hgvs_p": "p.Trp520*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551697.1",
          "strand": true,
          "transcript": "ENST00000881638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": "W",
          "aa_start": 486,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2342,
          "cdna_start": 1462,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": 1457,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000956825.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1457G>A",
          "hgvs_p": "p.Trp486*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626884.1",
          "strand": true,
          "transcript": "ENST00000956825.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": "W",
          "aa_start": 515,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2362,
          "cdna_start": 1582,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": 1544,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000881626.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1544G>A",
          "hgvs_p": "p.Trp515*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551685.1",
          "strand": true,
          "transcript": "ENST00000881626.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2334,
          "cdna_start": 1608,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000940853.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610912.1",
          "strand": true,
          "transcript": "ENST00000940853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 681,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2343,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2046,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001178004.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171475.1",
          "strand": true,
          "transcript": "NM_001178004.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 681,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2418,
          "cdna_start": 1782,
          "cds_end": null,
          "cds_length": 2046,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000376279.7",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365456.3",
          "strand": true,
          "transcript": "ENST00000376279.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": "W",
          "aa_start": 511,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2340,
          "cdna_start": 1560,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": 1532,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001352606.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1532G>A",
          "hgvs_p": "p.Trp511*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339535.1",
          "strand": true,
          "transcript": "NM_001352606.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": "W",
          "aa_start": 511,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2340,
          "cdna_start": 1560,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": 1532,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000881630.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1532G>A",
          "hgvs_p": "p.Trp511*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551689.1",
          "strand": true,
          "transcript": "ENST00000881630.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2325,
          "cdna_start": 1701,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000881642.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551701.1",
          "strand": true,
          "transcript": "ENST00000881642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 676,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2323,
          "cdna_start": 1621,
          "cds_end": null,
          "cds_length": 2031,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000940851.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610910.1",
          "strand": true,
          "transcript": "ENST00000940851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 672,
          "aa_ref": "W",
          "aa_start": 503,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2316,
          "cdna_start": 1536,
          "cds_end": null,
          "cds_length": 2019,
          "cds_start": 1508,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000881629.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1508G>A",
          "hgvs_p": "p.Trp503*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551688.1",
          "strand": true,
          "transcript": "ENST00000881629.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": "W",
          "aa_start": 496,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2292,
          "cdna_start": 1515,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": 1487,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000881636.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1487G>A",
          "hgvs_p": "p.Trp496*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551695.1",
          "strand": true,
          "transcript": "ENST00000881636.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": "W",
          "aa_start": 496,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2269,
          "cdna_start": 1495,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": 1487,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000956826.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1487G>A",
          "hgvs_p": "p.Trp496*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626885.1",
          "strand": true,
          "transcript": "ENST00000956826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2266,
          "cdna_start": 1684,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000881646.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551705.1",
          "strand": true,
          "transcript": "ENST00000881646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": "W",
          "aa_start": 494,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2261,
          "cdna_start": 1485,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": 1481,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000881650.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1481G>A",
          "hgvs_p": "p.Trp494*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551709.1",
          "strand": true,
          "transcript": "ENST00000881650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 655,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2265,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 1968,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001352607.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339536.1",
          "strand": true,
          "transcript": "NM_001352607.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 655,
          "aa_ref": "W",
          "aa_start": 486,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2265,
          "cdna_start": 1485,
          "cds_end": null,
          "cds_length": 1968,
          "cds_start": 1457,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000881628.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1457G>A",
          "hgvs_p": "p.Trp486*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551687.1",
          "strand": true,
          "transcript": "ENST00000881628.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 654,
          "aa_ref": "W",
          "aa_start": 485,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2262,
          "cdna_start": 1482,
          "cds_end": null,
          "cds_length": 1965,
          "cds_start": 1454,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001352608.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1454G>A",
          "hgvs_p": "p.Trp485*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339537.1",
          "strand": true,
          "transcript": "NM_001352608.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2235,
          "cdna_start": 1608,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "ENST00000940852.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610911.1",
          "strand": true,
          "transcript": "ENST00000940852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2242,
          "cdna_start": 1702,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000940849.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610908.1",
          "strand": true,
          "transcript": "ENST00000940849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "W",
          "aa_start": 477,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2236,
          "cdna_start": 1456,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1430,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000940850.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1430G>A",
          "hgvs_p": "p.Trp477*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610909.1",
          "strand": true,
          "transcript": "ENST00000940850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 640,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2096,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 1923,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "NM_001352609.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339538.1",
          "strand": true,
          "transcript": "NM_001352609.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 636,
          "aa_ref": "W",
          "aa_start": 467,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2200,
          "cdna_start": 1423,
          "cds_end": null,
          "cds_length": 1911,
          "cds_start": 1400,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000956820.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1400G>A",
          "hgvs_p": "p.Trp467*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626879.1",
          "strand": true,
          "transcript": "ENST00000956820.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 632,
          "aa_ref": "W",
          "aa_start": 463,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": 1392,
          "cds_end": null,
          "cds_length": 1899,
          "cds_start": 1388,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000881648.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1388G>A",
          "hgvs_p": "p.Trp463*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551707.1",
          "strand": true,
          "transcript": "ENST00000881648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": "W",
          "aa_start": 460,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2165,
          "cdna_start": 1385,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": 1379,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000956824.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1379G>A",
          "hgvs_p": "p.Trp460*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626883.1",
          "strand": true,
          "transcript": "ENST00000956824.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": "W",
          "aa_start": 447,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2123,
          "cdna_start": 1347,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": 1340,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 19,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000881649.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1340G>A",
          "hgvs_p": "p.Trp447*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551708.1",
          "strand": true,
          "transcript": "ENST00000881649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": "W",
          "aa_start": 445,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2118,
          "cdna_start": 1336,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": 1334,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000637657.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1334G>A",
          "hgvs_p": "p.Trp445*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000489974.1",
          "strand": true,
          "transcript": "ENST00000637657.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 606,
          "aa_ref": "W",
          "aa_start": 437,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2167,
          "cdna_start": 1387,
          "cds_end": null,
          "cds_length": 1821,
          "cds_start": 1310,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 20,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000881624.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1310G>A",
          "hgvs_p": "p.Trp437*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551683.1",
          "strand": true,
          "transcript": "ENST00000881624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 464,
          "aa_ref": "W",
          "aa_start": 295,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": 912,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": 884,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000881633.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.884G>A",
          "hgvs_p": "p.Trp295*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551692.1",
          "strand": true,
          "transcript": "ENST00000881633.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 413,
          "aa_ref": "W",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2405,
          "cdna_start": 1625,
          "cds_end": null,
          "cds_length": 1242,
          "cds_start": 731,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001352610.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.731G>A",
          "hgvs_p": "p.Trp244*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339539.1",
          "strand": true,
          "transcript": "NM_001352610.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 408,
          "aa_ref": "W",
          "aa_start": 239,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1502,
          "cdna_start": 726,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": 716,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000881643.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.716G>A",
          "hgvs_p": "p.Trp239*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551702.1",
          "strand": true,
          "transcript": "ENST00000881643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 395,
          "aa_ref": "W",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2351,
          "cdna_start": 1625,
          "cds_end": null,
          "cds_length": 1188,
          "cds_start": 731,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "NM_001352611.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.731G>A",
          "hgvs_p": "p.Trp244*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339540.1",
          "strand": true,
          "transcript": "NM_001352611.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 365,
          "aa_ref": "W",
          "aa_start": 196,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2261,
          "cdna_start": 1481,
          "cds_end": null,
          "cds_length": 1098,
          "cds_start": 587,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "NM_001352612.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.587G>A",
          "hgvs_p": "p.Trp196*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001339541.1",
          "strand": true,
          "transcript": "NM_001352612.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 148,
          "aa_ref": "W",
          "aa_start": 93,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 447,
          "cdna_start": 278,
          "cds_end": null,
          "cds_length": 447,
          "cds_start": 278,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000424527.5",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.278G>A",
          "hgvs_p": "p.Trp93*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000396050.1",
          "strand": true,
          "transcript": "ENST00000424527.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 133,
          "aa_ref": "W",
          "aa_start": 11,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 669,
          "cdna_start": 33,
          "cds_end": null,
          "cds_length": 402,
          "cds_start": 32,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 5,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000458283.5",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.32G>A",
          "hgvs_p": "p.Trp11*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000390850.1",
          "strand": true,
          "transcript": "ENST00000458283.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 83,
          "aa_ref": "W",
          "aa_start": 2,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 397,
          "cdna_start": 6,
          "cds_end": null,
          "cds_length": 252,
          "cds_start": 5,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 4,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000413170.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.5G>A",
          "hgvs_p": "p.Trp2*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000411194.1",
          "strand": true,
          "transcript": "ENST00000413170.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 744,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3339,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2235,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020605.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876094.1",
          "strand": true,
          "transcript": "XM_017020605.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 718,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3261,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_017020606.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876095.1",
          "strand": true,
          "transcript": "XM_017020606.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 711,
          "aa_ref": "W",
          "aa_start": 526,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4379,
          "cdna_start": 2744,
          "cds_end": null,
          "cds_length": 2136,
          "cds_start": 1577,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020607.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1577G>A",
          "hgvs_p": "p.Trp526*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876096.1",
          "strand": true,
          "transcript": "XM_017020607.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 699,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2146,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2100,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_011521093.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011519395.1",
          "strand": true,
          "transcript": "XM_011521093.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 695,
          "aa_ref": "W",
          "aa_start": 526,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3524,
          "cdna_start": 2744,
          "cds_end": null,
          "cds_length": 2088,
          "cds_start": 1577,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020609.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1577G>A",
          "hgvs_p": "p.Trp526*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876098.1",
          "strand": true,
          "transcript": "XM_017020609.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": "W",
          "aa_start": 504,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3680,
          "cdna_start": 2045,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": 1511,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047430370.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1511G>A",
          "hgvs_p": "p.Trp504*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286326.1",
          "strand": true,
          "transcript": "XM_047430370.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2352,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047430371.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286327.1",
          "strand": true,
          "transcript": "XM_047430371.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 683,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2225,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2052,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020611.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876100.1",
          "strand": true,
          "transcript": "XM_017020611.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 681,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2638,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2046,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020612.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876101.1",
          "strand": true,
          "transcript": "XM_017020612.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 673,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2068,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 2022,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047430372.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286328.1",
          "strand": true,
          "transcript": "XM_047430372.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 669,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2422,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 2010,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020613.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876102.1",
          "strand": true,
          "transcript": "XM_017020613.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": "W",
          "aa_start": 526,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3383,
          "cdna_start": 2744,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": 1577,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047430373.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1577G>A",
          "hgvs_p": "p.Trp526*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286329.1",
          "strand": true,
          "transcript": "XM_047430373.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 640,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2039,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 1923,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_047430374.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286330.1",
          "strand": true,
          "transcript": "XM_047430374.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 624,
          "aa_ref": "W",
          "aa_start": 559,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1969,
          "cdna_start": 1704,
          "cds_end": null,
          "cds_length": 1875,
          "cds_start": 1676,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XM_017020615.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1676G>A",
          "hgvs_p": "p.Trp559*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016876104.1",
          "strand": true,
          "transcript": "XM_017020615.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 614,
          "aa_ref": "W",
          "aa_start": 533,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2018,
          "cdna_start": 1626,
          "cds_end": null,
          "cds_length": 1845,
          "cds_start": 1598,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 21,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047430375.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1598G>A",
          "hgvs_p": "p.Trp533*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286331.1",
          "strand": true,
          "transcript": "XM_047430375.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 528,
          "aa_ref": "W",
          "aa_start": 343,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2889,
          "cdna_start": 1254,
          "cds_end": null,
          "cds_length": 1587,
          "cds_start": 1028,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 17,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_047430376.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1028G>A",
          "hgvs_p": "p.Trp343*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286332.1",
          "strand": true,
          "transcript": "XM_047430376.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 429,
          "aa_ref": "W",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2618,
          "cdna_start": 983,
          "cds_end": null,
          "cds_length": 1290,
          "cds_start": 731,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047430378.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.731G>A",
          "hgvs_p": "p.Trp244*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286334.1",
          "strand": true,
          "transcript": "XM_047430378.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1709,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000956822.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.988-57129G>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626881.1",
          "strand": true,
          "transcript": "ENST00000956822.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 468,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1704,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1407,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000881632.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1066-80748G>A",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551691.1",
          "strand": true,
          "transcript": "ENST00000881632.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 460,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1654,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1383,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000636366.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.943-57129G>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490939.1",
          "strand": true,
          "transcript": "ENST00000636366.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 454,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1659,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1365,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 16,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000881641.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1066-57129G>A",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551700.1",
          "strand": true,
          "transcript": "ENST00000881641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 442,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1632,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1329,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000956819.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.988-80748G>A",
          "hgvs_p": null,
          "intron_rank": 11,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626878.1",
          "strand": true,
          "transcript": "ENST00000956819.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 421,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1560,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1266,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000881639.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.1066-80748G>A",
          "hgvs_p": null,
          "intron_rank": 12,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551698.1",
          "strand": true,
          "transcript": "ENST00000881639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1971,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000636475.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.*211G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490843.1",
          "strand": true,
          "transcript": "ENST00000636475.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2196,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000647303.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.*1160G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495663.1",
          "strand": true,
          "transcript": "ENST00000647303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2427,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NR_148027.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.1788G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148027.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2568,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NR_148030.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.1788G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148030.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2212,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "XR_007063681.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.1704G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_007063681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1971,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 19,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000636475.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.*211G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490843.1",
          "strand": true,
          "transcript": "ENST00000636475.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2196,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 21,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000647303.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.*1160G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000495663.1",
          "strand": true,
          "transcript": "ENST00000647303.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2465,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148028.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.1755+28245G>A",
          "hgvs_p": null,
          "intron_rank": 19,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148028.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148029.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.1677+28245G>A",
          "hgvs_p": null,
          "intron_rank": 18,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148029.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2381,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_148031.2",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.1671+28245G>A",
          "hgvs_p": null,
          "intron_rank": 18,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_148031.2",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs118169528",
      "effect": "stop_gained",
      "frequency_reference_population": 6.8619954e-7,
      "gene_hgnc_id": 8653,
      "gene_symbol": "PCCA",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.862e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 6.492,
      "pos": 100368504,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_000282.4"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.