← 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: 8-18020240-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 18020240,
      "ref": "C",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "NM_001352632.2",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_006197.4",
          "protein_id": "NP_006188.4",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000325083.13",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006197.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000325083.13",
          "protein_id": "ENSP00000327077.8",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006197.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000325083.13"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5818-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000519253.5",
          "protein_id": "ENSP00000431099.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2016,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6051,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000519253.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": 32,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5350-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000524226.5",
          "protein_id": "ENSP00000430521.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1860,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524226.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.6124-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937111.1",
          "protein_id": "ENSP00000607170.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2118,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6357,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937111.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5983-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937123.1",
          "protein_id": "ENSP00000607182.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2071,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6216,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937123.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5971-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352632.2",
          "protein_id": "NP_001339561.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2067,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6204,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352632.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 39,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5959-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352650.2",
          "protein_id": "NP_001339579.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352650.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5959-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352651.2",
          "protein_id": "NP_001339580.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352651.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5959-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937110.1",
          "protein_id": "ENSP00000607169.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937110.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5959-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937130.1",
          "protein_id": "ENSP00000607189.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937130.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5959-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969409.1",
          "protein_id": "ENSP00000639468.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2063,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6192,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969409.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": 39,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5956-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352633.2",
          "protein_id": "NP_001339562.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2062,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352633.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5935-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937124.1",
          "protein_id": "ENSP00000607183.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2055,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6168,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937124.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5932-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937113.1",
          "protein_id": "ENSP00000607172.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2054,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6165,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937113.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5911-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937131.1",
          "protein_id": "ENSP00000607190.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2047,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937131.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5902-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937128.1",
          "protein_id": "ENSP00000607187.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2044,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937128.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5902-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969400.1",
          "protein_id": "ENSP00000639459.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2044,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969400.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5899-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000522275.6",
          "protein_id": "ENSP00000429054.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2043,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000522275.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5899-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969401.1",
          "protein_id": "ENSP00000639460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2043,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969401.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5875-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969402.1",
          "protein_id": "ENSP00000639461.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2035,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969402.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5854-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352634.2",
          "protein_id": "NP_001339563.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2028,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352634.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5854-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857057.1",
          "protein_id": "ENSP00000527116.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2028,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857057.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5845-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857056.1",
          "protein_id": "ENSP00000527115.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2025,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857056.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5845-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969415.1",
          "protein_id": "ENSP00000639474.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2025,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969415.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352652.2",
          "protein_id": "NP_001339581.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352652.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352653.2",
          "protein_id": "NP_001339582.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352653.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857059.1",
          "protein_id": "ENSP00000527118.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857059.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857060.1",
          "protein_id": "ENSP00000527119.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857060.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857064.1",
          "protein_id": "ENSP00000527123.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857064.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969414.1",
          "protein_id": "ENSP00000639473.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969414.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969417.1",
          "protein_id": "ENSP00000639476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969417.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5842-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969419.1",
          "protein_id": "ENSP00000639478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969419.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5839-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937118.1",
          "protein_id": "ENSP00000607177.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2023,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6072,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937118.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5836-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937117.1",
          "protein_id": "ENSP00000607176.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2022,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937117.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5833-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969413.1",
          "protein_id": "ENSP00000639472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2021,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6066,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969413.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5830-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937125.1",
          "protein_id": "ENSP00000607184.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2020,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6063,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937125.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": 38,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5821-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352635.2",
          "protein_id": "NP_001339564.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2017,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6054,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352635.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5821-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857063.1",
          "protein_id": "ENSP00000527122.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2017,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6054,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857063.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5818-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001315507.2",
          "protein_id": "NP_001302436.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2016,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6051,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001315507.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5812-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969404.1",
          "protein_id": "ENSP00000639463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2014,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6045,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969404.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5800-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937122.1",
          "protein_id": "ENSP00000607181.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2010,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937122.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5797-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352636.2",
          "protein_id": "NP_001339565.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352636.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5797-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937120.1",
          "protein_id": "ENSP00000607179.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937120.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5794-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352637.2",
          "protein_id": "NP_001339566.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352637.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5770-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352638.2",
          "protein_id": "NP_001339567.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2000,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6003,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352638.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5770-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937132.1",
          "protein_id": "ENSP00000607191.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 2000,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 6003,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937132.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5758-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937114.1",
          "protein_id": "ENSP00000607173.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1996,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5991,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937114.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5737-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969410.1",
          "protein_id": "ENSP00000639469.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1989,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969410.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5734-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937116.1",
          "protein_id": "ENSP00000607175.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937116.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5734-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937127.1",
          "protein_id": "ENSP00000607186.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937127.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5722-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937129.1",
          "protein_id": "ENSP00000607188.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1984,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5955,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937129.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5713-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937121.1",
          "protein_id": "ENSP00000607180.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1981,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5946,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937121.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5695-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969408.1",
          "protein_id": "ENSP00000639467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1975,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5928,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969408.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5689-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352639.2",
          "protein_id": "NP_001339568.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1973,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352639.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5689-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937109.1",
          "protein_id": "ENSP00000607168.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1973,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937109.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5680-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352640.2",
          "protein_id": "NP_001339569.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1970,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352640.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5680-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969405.1",
          "protein_id": "ENSP00000639464.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1970,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969405.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5677-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352644.2",
          "protein_id": "NP_001339573.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1969,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5910,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352644.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5677-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352645.2",
          "protein_id": "NP_001339574.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1969,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5910,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352645.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5677-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857058.1",
          "protein_id": "ENSP00000527117.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1969,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5910,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857058.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5674-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937126.1",
          "protein_id": "ENSP00000607185.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1968,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5907,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937126.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5671-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969399.1",
          "protein_id": "ENSP00000639458.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1967,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5904,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969399.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5668-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969412.1",
          "protein_id": "ENSP00000639471.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1966,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5901,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969412.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5665-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352641.2",
          "protein_id": "NP_001339570.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1965,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352641.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5665-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937112.1",
          "protein_id": "ENSP00000607171.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1965,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937112.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5665-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969406.1",
          "protein_id": "ENSP00000639465.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1965,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5898,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969406.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": 37,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5656-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352648.2",
          "protein_id": "NP_001339577.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352648.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5656-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352649.2",
          "protein_id": "NP_001339578.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1962,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5889,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352649.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352646.2",
          "protein_id": "NP_001339575.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352646.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352647.2",
          "protein_id": "NP_001339576.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352647.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857061.1",
          "protein_id": "ENSP00000527120.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857061.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937119.1",
          "protein_id": "ENSP00000607178.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937119.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969403.1",
          "protein_id": "ENSP00000639462.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969403.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969416.1",
          "protein_id": "ENSP00000639475.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969416.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5653-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969418.1",
          "protein_id": "ENSP00000639477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1961,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969418.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5578-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000937115.1",
          "protein_id": "ENSP00000607174.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1936,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5811,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937115.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5554-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000857062.1",
          "protein_id": "ENSP00000527121.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1928,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000857062.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 37,
          "intron_rank": 34,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5503-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969411.1",
          "protein_id": "ENSP00000639470.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1911,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5736,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969411.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5350-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001315508.2",
          "protein_id": "NP_001302437.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1860,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5583,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001315508.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 38,
          "intron_rank": 35,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5347-5121C>A",
          "hgvs_p": null,
          "transcript": "NM_001352642.2",
          "protein_id": "NP_001339571.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1859,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5580,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001352642.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": 33,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "c.5323-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000969407.1",
          "protein_id": "ENSP00000639466.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1851,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 5556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000969407.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "n.156-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000518877.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000518877.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "n.467-5121C>A",
          "hgvs_p": null,
          "transcript": "ENST00000519802.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000519802.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": 36,
          "intron_rank_end": null,
          "gene_symbol": "PCM1",
          "gene_hgnc_id": 8727,
          "hgvs_c": "n.6098+4409C>A",
          "hgvs_p": null,
          "transcript": "NR_148032.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_148032.2"
        }
      ],
      "gene_symbol": "PCM1",
      "gene_hgnc_id": 8727,
      "dbsnp": "rs2237851",
      "frequency_reference_population": 0.000052609426,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0000526094,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 8,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.949999988079071,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.95,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.798,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001352632.2",
          "gene_symbol": "PCM1",
          "hgnc_id": 8727,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.5971-5121C>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}