← 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: 18-74510895-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CNDP2",
          "hgnc_id": 24437,
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "inheritance_mode": "AR",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_018235.3",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 6034,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0706,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.41,
      "chr": "18",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0020300447940826416,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4975,
          "cdna_start": 700,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_018235.3",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000324262.9",
          "protein_coding": true,
          "protein_id": "NP_060705.2",
          "strand": true,
          "transcript": "NM_018235.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4975,
          "cdna_start": 700,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000324262.9",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_018235.3",
          "protein_coding": true,
          "protein_id": "ENSP00000325548.4",
          "strand": true,
          "transcript": "ENST00000324262.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2349,
          "cdna_start": 400,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000324301.12",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000325756.8",
          "strand": true,
          "transcript": "ENST00000324301.12",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 514,
          "aa_ref": "R",
          "aa_start": 219,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2788,
          "cdna_start": 842,
          "cds_end": null,
          "cds_length": 1545,
          "cds_start": 656,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880651.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.656G>A",
          "hgvs_p": "p.Arg219Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550710.1",
          "strand": true,
          "transcript": "ENST00000880651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 486,
          "aa_ref": "R",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2723,
          "cdna_start": 783,
          "cds_end": null,
          "cds_length": 1461,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969808.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.572G>A",
          "hgvs_p": "p.Arg191Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639867.1",
          "strand": true,
          "transcript": "ENST00000969808.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 485,
          "aa_ref": "R",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2615,
          "cdna_start": 669,
          "cds_end": null,
          "cds_length": 1458,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880665.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.569G>A",
          "hgvs_p": "p.Arg190Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550724.1",
          "strand": true,
          "transcript": "ENST00000880665.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "R",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2659,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880668.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.566G>A",
          "hgvs_p": "p.Arg189Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550727.1",
          "strand": true,
          "transcript": "ENST00000880668.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "R",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2671,
          "cdna_start": 725,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000921561.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.566G>A",
          "hgvs_p": "p.Arg189Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591620.1",
          "strand": true,
          "transcript": "ENST00000921561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 484,
          "aa_ref": "R",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2760,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 1455,
          "cds_start": 566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000969810.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.566G>A",
          "hgvs_p": "p.Arg189Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639869.1",
          "strand": true,
          "transcript": "ENST00000969810.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2720,
          "cdna_start": 759,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880643.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550702.1",
          "strand": true,
          "transcript": "ENST00000880643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2607,
          "cdna_start": 650,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880659.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550718.1",
          "strand": true,
          "transcript": "ENST00000880659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4920,
          "cdna_start": 645,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001370248.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001357177.1",
          "strand": true,
          "transcript": "NM_001370248.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5242,
          "cdna_start": 967,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001370249.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001357178.1",
          "strand": true,
          "transcript": "NM_001370249.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4988,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001370250.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001357179.1",
          "strand": true,
          "transcript": "NM_001370250.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2653,
          "cdna_start": 701,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000579847.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000462311.1",
          "strand": true,
          "transcript": "ENST00000579847.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5066,
          "cdna_start": 688,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880639.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550698.1",
          "strand": true,
          "transcript": "ENST00000880639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3037,
          "cdna_start": 1091,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880640.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550699.1",
          "strand": true,
          "transcript": "ENST00000880640.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2702,
          "cdna_start": 756,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880641.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550700.1",
          "strand": true,
          "transcript": "ENST00000880641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3157,
          "cdna_start": 1211,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880644.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550703.1",
          "strand": true,
          "transcript": "ENST00000880644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2966,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880645.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550704.1",
          "strand": true,
          "transcript": "ENST00000880645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2988,
          "cdna_start": 1042,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880646.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550705.1",
          "strand": true,
          "transcript": "ENST00000880646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2899,
          "cdna_start": 953,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880647.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550706.1",
          "strand": true,
          "transcript": "ENST00000880647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2894,
          "cdna_start": 948,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880648.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550707.1",
          "strand": true,
          "transcript": "ENST00000880648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2916,
          "cdna_start": 970,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880649.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550708.1",
          "strand": true,
          "transcript": "ENST00000880649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2823,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880650.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550709.1",
          "strand": true,
          "transcript": "ENST00000880650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3146,
          "cdna_start": 1205,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880652.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550711.1",
          "strand": true,
          "transcript": "ENST00000880652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2574,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880653.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550712.1",
          "strand": true,
          "transcript": "ENST00000880653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3063,
          "cdna_start": 1117,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880654.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550713.1",
          "strand": true,
          "transcript": "ENST00000880654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2808,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880657.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550716.1",
          "strand": true,
          "transcript": "ENST00000880657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2849,
          "cdna_start": 903,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880658.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550717.1",
          "strand": true,
          "transcript": "ENST00000880658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3037,
          "cdna_start": 1091,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880660.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550719.1",
          "strand": true,
          "transcript": "ENST00000880660.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2731,
          "cdna_start": 785,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880662.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550721.1",
          "strand": true,
          "transcript": "ENST00000880662.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2521,
          "cdna_start": 605,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880663.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550722.1",
          "strand": true,
          "transcript": "ENST00000880663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2881,
          "cdna_start": 935,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880664.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550723.1",
          "strand": true,
          "transcript": "ENST00000880664.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2688,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880667.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550726.1",
          "strand": true,
          "transcript": "ENST00000880667.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3045,
          "cdna_start": 1104,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880669.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550728.1",
          "strand": true,
          "transcript": "ENST00000880669.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2767,
          "cdna_start": 821,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880672.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550731.1",
          "strand": true,
          "transcript": "ENST00000880672.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2782,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880674.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550733.1",
          "strand": true,
          "transcript": "ENST00000880674.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2562,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880675.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550734.1",
          "strand": true,
          "transcript": "ENST00000880675.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2617,
          "cdna_start": 671,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880676.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550735.1",
          "strand": true,
          "transcript": "ENST00000880676.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2599,
          "cdna_start": 658,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880677.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550736.1",
          "strand": true,
          "transcript": "ENST00000880677.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2793,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880678.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550737.1",
          "strand": true,
          "transcript": "ENST00000880678.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2600,
          "cdna_start": 654,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880679.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550738.1",
          "strand": true,
          "transcript": "ENST00000880679.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2816,
          "cdna_start": 1171,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000880680.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550739.1",
          "strand": true,
          "transcript": "ENST00000880680.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2463,
          "cdna_start": 818,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000880681.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550740.1",
          "strand": true,
          "transcript": "ENST00000880681.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3428,
          "cdna_start": 1482,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880682.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550741.1",
          "strand": true,
          "transcript": "ENST00000880682.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2624,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880683.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550742.1",
          "strand": true,
          "transcript": "ENST00000880683.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2571,
          "cdna_start": 629,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880684.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550743.1",
          "strand": true,
          "transcript": "ENST00000880684.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2562,
          "cdna_start": 616,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880685.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550744.1",
          "strand": true,
          "transcript": "ENST00000880685.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2787,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880686.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550745.1",
          "strand": true,
          "transcript": "ENST00000880686.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2615,
          "cdna_start": 669,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880687.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550746.1",
          "strand": true,
          "transcript": "ENST00000880687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2645,
          "cdna_start": 699,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880688.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550747.1",
          "strand": true,
          "transcript": "ENST00000880688.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2623,
          "cdna_start": 677,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880689.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550748.1",
          "strand": true,
          "transcript": "ENST00000880689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2769,
          "cdna_start": 823,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880691.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550750.1",
          "strand": true,
          "transcript": "ENST00000880691.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2700,
          "cdna_start": 754,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000921557.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591616.1",
          "strand": true,
          "transcript": "ENST00000921557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2843,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000921569.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591628.1",
          "strand": true,
          "transcript": "ENST00000921569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3061,
          "cdna_start": 1127,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000921576.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591635.1",
          "strand": true,
          "transcript": "ENST00000921576.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2640,
          "cdna_start": 698,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969806.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639865.1",
          "strand": true,
          "transcript": "ENST00000969806.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2654,
          "cdna_start": 707,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969807.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639866.1",
          "strand": true,
          "transcript": "ENST00000969807.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2861,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000969811.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639870.1",
          "strand": true,
          "transcript": "ENST00000969811.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3029,
          "cdna_start": 1113,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000969812.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639871.1",
          "strand": true,
          "transcript": "ENST00000969812.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2560,
          "cdna_start": 644,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969813.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639872.1",
          "strand": true,
          "transcript": "ENST00000969813.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2760,
          "cdna_start": 818,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969814.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639873.1",
          "strand": true,
          "transcript": "ENST00000969814.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2615,
          "cdna_start": 673,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969815.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639874.1",
          "strand": true,
          "transcript": "ENST00000969815.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2670,
          "cdna_start": 728,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969816.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639875.1",
          "strand": true,
          "transcript": "ENST00000969816.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2914,
          "cdna_start": 973,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000969817.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639876.1",
          "strand": true,
          "transcript": "ENST00000969817.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 179,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2653,
          "cdna_start": 707,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880656.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.536G>A",
          "hgvs_p": "p.Arg179Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550715.1",
          "strand": true,
          "transcript": "ENST00000880656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 179,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2569,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880670.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.536G>A",
          "hgvs_p": "p.Arg179Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550729.1",
          "strand": true,
          "transcript": "ENST00000880670.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 179,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2673,
          "cdna_start": 731,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000969818.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.536G>A",
          "hgvs_p": "p.Arg179Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639877.1",
          "strand": true,
          "transcript": "ENST00000969818.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 466,
          "aa_ref": "R",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2636,
          "cdna_start": 690,
          "cds_end": null,
          "cds_length": 1401,
          "cds_start": 512,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880655.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550714.1",
          "strand": true,
          "transcript": "ENST00000880655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 466,
          "aa_ref": "R",
          "aa_start": 171,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2574,
          "cdna_start": 628,
          "cds_end": null,
          "cds_length": 1401,
          "cds_start": 512,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000921570.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.512G>A",
          "hgvs_p": "p.Arg171Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591629.1",
          "strand": true,
          "transcript": "ENST00000921570.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 427,
          "aa_ref": "R",
          "aa_start": 132,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2569,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 1284,
          "cds_start": 395,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000921558.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.395G>A",
          "hgvs_p": "p.Arg132Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591617.1",
          "strand": true,
          "transcript": "ENST00000921558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2420,
          "cdna_start": 639,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880666.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550725.1",
          "strand": true,
          "transcript": "ENST00000880666.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2536,
          "cdna_start": 755,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000921559.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591618.1",
          "strand": true,
          "transcript": "ENST00000921559.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 420,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2501,
          "cdna_start": 720,
          "cds_end": null,
          "cds_length": 1263,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000921567.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591626.1",
          "strand": true,
          "transcript": "ENST00000921567.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4644,
          "cdna_start": 369,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001168499.2",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001161971.1",
          "strand": true,
          "transcript": "NM_001168499.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2391,
          "cdna_start": 445,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000880661.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550720.1",
          "strand": true,
          "transcript": "ENST00000880661.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2672,
          "cdna_start": 731,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880671.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550730.1",
          "strand": true,
          "transcript": "ENST00000880671.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2402,
          "cdna_start": 463,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000880673.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550732.1",
          "strand": true,
          "transcript": "ENST00000880673.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2426,
          "cdna_start": 484,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000880690.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550749.1",
          "strand": true,
          "transcript": "ENST00000880690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2486,
          "cdna_start": 544,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000921571.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591630.1",
          "strand": true,
          "transcript": "ENST00000921571.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 391,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2360,
          "cdna_start": 418,
          "cds_end": null,
          "cds_length": 1176,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000921577.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591636.1",
          "strand": true,
          "transcript": "ENST00000921577.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 381,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2373,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 1146,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000880642.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550701.1",
          "strand": true,
          "transcript": "ENST00000880642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 319,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2164,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 960,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000921573.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591632.1",
          "strand": true,
          "transcript": "ENST00000921573.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 248,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1135,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 749,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000583785.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000463222.1",
          "strand": true,
          "transcript": "ENST00000583785.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "R",
          "aa_start": 162,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 661,
          "cdna_start": 533,
          "cds_end": null,
          "cds_length": 613,
          "cds_start": 485,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000580672.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.485G>A",
          "hgvs_p": "p.Arg162Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464214.1",
          "strand": true,
          "transcript": "ENST00000580672.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 137,
          "aa_ref": "R",
          "aa_start": 96,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 510,
          "cdna_start": 382,
          "cds_end": null,
          "cds_length": 415,
          "cds_start": 287,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000579583.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.287G>A",
          "hgvs_p": "p.Arg96Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000464122.1",
          "strand": true,
          "transcript": "ENST00000579583.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 109,
          "aa_ref": "R",
          "aa_start": 7,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1176,
          "cdna_start": 20,
          "cds_end": null,
          "cds_length": 330,
          "cds_start": 20,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000579624.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.20G>A",
          "hgvs_p": "p.Arg7Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000462034.1",
          "strand": true,
          "transcript": "ENST00000579624.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4938,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047437623.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293579.1",
          "strand": true,
          "transcript": "XM_047437623.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 475,
          "aa_ref": "R",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6839,
          "cdna_start": 2564,
          "cds_end": null,
          "cds_length": 1428,
          "cds_start": 539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047437624.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.539G>A",
          "hgvs_p": "p.Arg180Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293580.1",
          "strand": true,
          "transcript": "XM_047437624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 236,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5195,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 711,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 12,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001370254.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.-399G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001357183.1",
          "strand": true,
          "transcript": "NM_001370254.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 408,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2425,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921564.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.457-1553G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591623.1",
          "strand": true,
          "transcript": "ENST00000921564.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 408,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2473,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1227,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 11,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921565.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.457-1553G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591624.1",
          "strand": true,
          "transcript": "ENST00000921565.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 350,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2217,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1053,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000969809.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.368-2664G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000639868.1",
          "strand": true,
          "transcript": "ENST00000969809.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2220,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921566.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.456+1967G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591625.1",
          "strand": true,
          "transcript": "ENST00000921566.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2148,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921572.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.456+1967G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591631.1",
          "strand": true,
          "transcript": "ENST00000921572.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 324,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2108,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 975,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000880692.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.205-1553G>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000550751.1",
          "strand": true,
          "transcript": "ENST00000880692.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 324,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 975,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921562.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.205-1553G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591621.1",
          "strand": true,
          "transcript": "ENST00000921562.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 295,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2085,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 888,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921575.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.367+4884G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591634.1",
          "strand": true,
          "transcript": "ENST00000921575.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 271,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2019,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 816,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921574.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.456+1967G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591633.1",
          "strand": true,
          "transcript": "ENST00000921574.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1908,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921568.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.205-5333G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591627.1",
          "strand": true,
          "transcript": "ENST00000921568.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 187,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1781,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 564,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921560.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.205-7604G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591619.1",
          "strand": true,
          "transcript": "ENST00000921560.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 187,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1826,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 564,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000921563.1",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "c.205-7604G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000591622.1",
          "strand": true,
          "transcript": "ENST00000921563.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 535,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000583938.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "n.72G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000583938.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4523,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000584581.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "n.167G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000584581.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 525,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000582620.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "n.413-1553G>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000582620.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 471,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000577669.5",
          "gene_hgnc_id": 24437,
          "gene_symbol": "CNDP2",
          "hgvs_c": "n.-92G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000577669.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs34916325",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0037383619,
      "gene_hgnc_id": 24437,
      "gene_symbol": "CNDP2",
      "gnomad_exomes_ac": 3004,
      "gnomad_exomes_af": 0.00205495,
      "gnomad_exomes_homalt": 110,
      "gnomad_genomes_ac": 3030,
      "gnomad_genomes_af": 0.019903,
      "gnomad_genomes_homalt": 107,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 217,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.252,
      "pos": 74510895,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.026,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_018235.3"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.