← 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-100089141-G-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "exon_region"
          ],
          "gene_symbol": "PCCA",
          "hgnc_id": 8653,
          "hgvs_c": "c.",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000376285.6",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "PCCA-DT",
          "hgnc_id": 53266,
          "hgvs_c": "n.",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "ENST00000612598.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_score": 2,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "13",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 728,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2484,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2187,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 24,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000376285.6",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2604,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 25,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881637.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 763,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2586,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2292,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 25,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881640.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 762,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2577,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2289,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 25,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956821.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 758,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2550,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2277,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 25,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881647.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 753,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2559,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2262,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 25,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881631.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 738,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2492,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2217,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 25,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881644.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 726,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2453,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2181,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 24,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000940854.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 724,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2469,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2175,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 24,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881635.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 710,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2460,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2133,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881625.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 710,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2409,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2133,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956823.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 705,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2387,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2118,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956827.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 702,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2481,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2109,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000376286.8",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 697,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2388,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2094,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 24,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881634.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 695,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2395,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2088,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881627.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 691,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2351,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2076,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881645.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2364,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881638.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 689,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2342,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2070,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956825.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2362,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881626.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2334,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000940853.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 681,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2418,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2046,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000376279.7",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 680,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2340,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2043,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 23,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881630.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 677,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2325,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2034,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881642.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 676,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2323,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2031,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000940851.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 672,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2316,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2019,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881629.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2292,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881636.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 665,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2269,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1998,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956826.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2266,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881646.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 663,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2261,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1992,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881650.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 655,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2265,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1968,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881628.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 651,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2235,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1956,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000940852.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 648,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2242,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1947,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000940849.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2236,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000940850.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 636,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2200,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1911,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 22,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956820.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 632,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2172,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1899,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881648.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 629,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2165,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1890,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956824.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 616,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2123,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1851,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 19,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881649.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": null,
          "aa_end": null,
          "aa_length": 606,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2167,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1821,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 20,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881624.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": 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": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956822.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "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": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881632.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "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": 464,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1692,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1395,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881633.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": 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": [
            "exon_region"
          ],
          "exon_count": 16,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881641.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "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": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000956819.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "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": [
            "exon_region"
          ],
          "exon_count": 15,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881639.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "intron_rank": null,
          "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": 408,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1502,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": null,
          "consequences": [
            "exon_region"
          ],
          "exon_count": 14,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000881643.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "c.",
          "hgvs_p": null,
          "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": 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": [
            "exon_region"
          ],
          "exon_count": 21,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000647303.1",
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.",
          "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": null,
          "canonical": null,
          "cdna_end": null,
          "cdna_length": null,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intragenic_variant"
          ],
          "exon_count": null,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": null,
          "gene_hgnc_id": 8653,
          "gene_symbol": "PCCA",
          "hgvs_c": "n.",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": null,
          "protein_id": null,
          "strand": true,
          "transcript": null,
          "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": 1557,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000612598.4",
          "gene_hgnc_id": 53266,
          "gene_symbol": "PCCA-DT",
          "hgvs_c": "n.",
          "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": "ENST00000612598.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1380,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000654763.1",
          "gene_hgnc_id": 53266,
          "gene_symbol": "PCCA-DT",
          "hgvs_c": "n.",
          "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": "ENST00000654763.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": 591,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000788020.1",
          "gene_hgnc_id": 53266,
          "gene_symbol": "PCCA-DT",
          "hgvs_c": "n.",
          "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": "ENST00000788020.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": 855,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000788021.1",
          "gene_hgnc_id": 53266,
          "gene_symbol": "PCCA-DT",
          "hgvs_c": "n.",
          "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": "ENST00000788021.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": 839,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000788022.1",
          "gene_hgnc_id": 53266,
          "gene_symbol": "PCCA-DT",
          "hgvs_c": "n.",
          "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": "ENST00000788022.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": 1008,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_132422.1",
          "gene_hgnc_id": 53266,
          "gene_symbol": "PCCA-DT",
          "hgvs_c": "n.",
          "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_132422.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "exon_region",
      "frequency_reference_population": null,
      "gene_hgnc_id": 8653,
      "gene_symbol": "PCCA",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "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": "Benign",
      "phylop100way_score": -0.173,
      "pos": 100089141,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "ENST00000376285.6"
    }
  ]
}
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.