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

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CADPS2",
          "hgnc_id": 16018,
          "hgvs_c": "c.3575T>C",
          "hgvs_p": "p.Met1192Thr",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001363389.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000240499",
          "hgnc_id": null,
          "hgvs_c": "n.98-8682A>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000482375.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000293696",
          "hgnc_id": null,
          "hgvs_c": "n.584-8682A>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000718494.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.1067,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.48,
      "chr": "7",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.12223035097122192,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1296,
          "aa_ref": "M",
          "aa_start": 1180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5768,
          "cdna_start": 3662,
          "cds_end": null,
          "cds_length": 3891,
          "cds_start": 3539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "NM_017954.11",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3539T>C",
          "hgvs_p": "p.Met1180Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000449022.7",
          "protein_coding": true,
          "protein_id": "NP_060424.9",
          "strand": false,
          "transcript": "NM_017954.11",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1296,
          "aa_ref": "M",
          "aa_start": 1180,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5768,
          "cdna_start": 3662,
          "cds_end": null,
          "cds_length": 3891,
          "cds_start": 3539,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000449022.7",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3539T>C",
          "hgvs_p": "p.Met1180Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017954.11",
          "protein_coding": true,
          "protein_id": "ENSP00000398481.2",
          "strand": false,
          "transcript": "ENST00000449022.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1255,
          "aa_ref": "M",
          "aa_start": 1139,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4308,
          "cdna_start": 3537,
          "cds_end": null,
          "cds_length": 3768,
          "cds_start": 3416,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000412584.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3416T>C",
          "hgvs_p": "p.Met1139Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000400401.2",
          "strand": false,
          "transcript": "ENST00000412584.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1308,
          "aa_ref": "M",
          "aa_start": 1192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5804,
          "cdna_start": 3698,
          "cds_end": null,
          "cds_length": 3927,
          "cds_start": 3575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "NM_001363389.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3575T>C",
          "hgvs_p": "p.Met1192Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350318.1",
          "strand": false,
          "transcript": "NM_001363389.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1303,
          "aa_ref": "M",
          "aa_start": 1187,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5789,
          "cdna_start": 3683,
          "cds_end": null,
          "cds_length": 3912,
          "cds_start": 3560,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "NM_001363390.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3560T>C",
          "hgvs_p": "p.Met1187Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350319.1",
          "strand": false,
          "transcript": "NM_001363390.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1302,
          "aa_ref": "M",
          "aa_start": 1186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4972,
          "cdna_start": 3780,
          "cds_end": null,
          "cds_length": 3909,
          "cds_start": 3557,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000951082.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3557T>C",
          "hgvs_p": "p.Met1186Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621141.1",
          "strand": false,
          "transcript": "ENST00000951082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1300,
          "aa_ref": "M",
          "aa_start": 1184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5780,
          "cdna_start": 3674,
          "cds_end": null,
          "cds_length": 3903,
          "cds_start": 3551,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "NM_001167940.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3551T>C",
          "hgvs_p": "p.Met1184Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001161412.1",
          "strand": false,
          "transcript": "NM_001167940.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1300,
          "aa_ref": "M",
          "aa_start": 1184,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5780,
          "cdna_start": 3674,
          "cds_end": null,
          "cds_length": 3903,
          "cds_start": 3551,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "NM_001363391.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3551T>C",
          "hgvs_p": "p.Met1184Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350320.1",
          "strand": false,
          "transcript": "NM_001363391.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1295,
          "aa_ref": "M",
          "aa_start": 1179,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6029,
          "cdna_start": 3937,
          "cds_end": null,
          "cds_length": 3888,
          "cds_start": 3536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000951078.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3536T>C",
          "hgvs_p": "p.Met1179Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621137.1",
          "strand": false,
          "transcript": "ENST00000951078.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1290,
          "aa_ref": "M",
          "aa_start": 1174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4736,
          "cdna_start": 3616,
          "cds_end": null,
          "cds_length": 3873,
          "cds_start": 3521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000870413.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3521T>C",
          "hgvs_p": "p.Met1174Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540472.1",
          "strand": false,
          "transcript": "ENST00000870413.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1284,
          "aa_ref": "M",
          "aa_start": 1168,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4736,
          "cdna_start": 3618,
          "cds_end": null,
          "cds_length": 3855,
          "cds_start": 3503,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000951090.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3503T>C",
          "hgvs_p": "p.Met1168Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621149.1",
          "strand": false,
          "transcript": "ENST00000951090.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "M",
          "aa_start": 1163,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4732,
          "cdna_start": 3615,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 3488,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000951089.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3488T>C",
          "hgvs_p": "p.Met1163Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621148.1",
          "strand": false,
          "transcript": "ENST00000951089.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1268,
          "aa_ref": "M",
          "aa_start": 1152,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5684,
          "cdna_start": 3578,
          "cds_end": null,
          "cds_length": 3807,
          "cds_start": 3455,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "NM_001363392.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3455T>C",
          "hgvs_p": "p.Met1152Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350321.1",
          "strand": false,
          "transcript": "NM_001363392.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1263,
          "aa_ref": "M",
          "aa_start": 1147,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5669,
          "cdna_start": 3563,
          "cds_end": null,
          "cds_length": 3792,
          "cds_start": 3440,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "NM_001363393.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3440T>C",
          "hgvs_p": "p.Met1147Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350322.1",
          "strand": false,
          "transcript": "NM_001363393.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1262,
          "aa_ref": "M",
          "aa_start": 1146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5920,
          "cdna_start": 3828,
          "cds_end": null,
          "cds_length": 3789,
          "cds_start": 3437,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000951079.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3437T>C",
          "hgvs_p": "p.Met1146Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621138.1",
          "strand": false,
          "transcript": "ENST00000951079.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1260,
          "aa_ref": "M",
          "aa_start": 1144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5660,
          "cdna_start": 3554,
          "cds_end": null,
          "cds_length": 3783,
          "cds_start": 3431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "NM_001363394.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3431T>C",
          "hgvs_p": "p.Met1144Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350323.1",
          "strand": false,
          "transcript": "NM_001363394.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1257,
          "aa_ref": "M",
          "aa_start": 1141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5651,
          "cdna_start": 3545,
          "cds_end": null,
          "cds_length": 3774,
          "cds_start": 3422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001363395.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3422T>C",
          "hgvs_p": "p.Met1141Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350324.1",
          "strand": false,
          "transcript": "NM_001363395.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1257,
          "aa_ref": "M",
          "aa_start": 1141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4738,
          "cdna_start": 3549,
          "cds_end": null,
          "cds_length": 3774,
          "cds_start": 3422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000870411.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3422T>C",
          "hgvs_p": "p.Met1141Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540470.1",
          "strand": false,
          "transcript": "ENST00000870411.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1256,
          "aa_ref": "M",
          "aa_start": 1140,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5648,
          "cdna_start": 3542,
          "cds_end": null,
          "cds_length": 3771,
          "cds_start": 3419,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "NM_001363396.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3419T>C",
          "hgvs_p": "p.Met1140Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350325.1",
          "strand": false,
          "transcript": "NM_001363396.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1255,
          "aa_ref": "M",
          "aa_start": 1139,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5645,
          "cdna_start": 3539,
          "cds_end": null,
          "cds_length": 3768,
          "cds_start": 3416,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001009571.4",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3416T>C",
          "hgvs_p": "p.Met1139Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001009571.2",
          "strand": false,
          "transcript": "NM_001009571.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1253,
          "aa_ref": "M",
          "aa_start": 1137,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5639,
          "cdna_start": 3533,
          "cds_end": null,
          "cds_length": 3762,
          "cds_start": 3410,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001363397.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3410T>C",
          "hgvs_p": "p.Met1137Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350326.1",
          "strand": false,
          "transcript": "NM_001363397.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": "M",
          "aa_start": 1134,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5630,
          "cdna_start": 3524,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": 3401,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "NM_001363398.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3401T>C",
          "hgvs_p": "p.Met1134Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350327.1",
          "strand": false,
          "transcript": "NM_001363398.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1246,
          "aa_ref": "M",
          "aa_start": 1139,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4693,
          "cdna_start": 3606,
          "cds_end": null,
          "cds_length": 3741,
          "cds_start": 3416,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000951085.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3416T>C",
          "hgvs_p": "p.Met1139Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621144.1",
          "strand": false,
          "transcript": "ENST00000951085.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1244,
          "aa_ref": "M",
          "aa_start": 1128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4637,
          "cdna_start": 3446,
          "cds_end": null,
          "cds_length": 3735,
          "cds_start": 3383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000951087.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3383T>C",
          "hgvs_p": "p.Met1128Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621146.1",
          "strand": false,
          "transcript": "ENST00000951087.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1243,
          "aa_ref": "M",
          "aa_start": 1127,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4042,
          "cdna_start": 3568,
          "cds_end": null,
          "cds_length": 3732,
          "cds_start": 3380,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000951091.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3380T>C",
          "hgvs_p": "p.Met1127Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621150.1",
          "strand": false,
          "transcript": "ENST00000951091.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1239,
          "aa_ref": "M",
          "aa_start": 1123,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4611,
          "cdna_start": 3491,
          "cds_end": null,
          "cds_length": 3720,
          "cds_start": 3368,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000870412.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3368T>C",
          "hgvs_p": "p.Met1123Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000540471.1",
          "strand": false,
          "transcript": "ENST00000870412.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1230,
          "aa_ref": "M",
          "aa_start": 1114,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5554,
          "cdna_start": 3468,
          "cds_end": null,
          "cds_length": 3693,
          "cds_start": 3341,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000951080.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3341T>C",
          "hgvs_p": "p.Met1114Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621139.1",
          "strand": false,
          "transcript": "ENST00000951080.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1228,
          "aa_ref": "M",
          "aa_start": 1112,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4630,
          "cdna_start": 3439,
          "cds_end": null,
          "cds_length": 3687,
          "cds_start": 3335,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000951086.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3335T>C",
          "hgvs_p": "p.Met1112Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621145.1",
          "strand": false,
          "transcript": "ENST00000951086.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1223,
          "aa_ref": "M",
          "aa_start": 1107,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3916,
          "cdna_start": 3441,
          "cds_end": null,
          "cds_length": 3672,
          "cds_start": 3320,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000951093.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3320T>C",
          "hgvs_p": "p.Met1107Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621152.1",
          "strand": false,
          "transcript": "ENST00000951093.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": "M",
          "aa_start": 1100,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5511,
          "cdna_start": 3426,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": 3299,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000951081.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3299T>C",
          "hgvs_p": "p.Met1100Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621140.1",
          "strand": false,
          "transcript": "ENST00000951081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": "M",
          "aa_start": 1100,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4614,
          "cdna_start": 3422,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": 3299,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000951083.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3299T>C",
          "hgvs_p": "p.Met1100Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621142.1",
          "strand": false,
          "transcript": "ENST00000951083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "M",
          "aa_start": 1095,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4846,
          "cdna_start": 3726,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 3284,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000925367.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3284T>C",
          "hgvs_p": "p.Met1095Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000595426.1",
          "strand": false,
          "transcript": "ENST00000925367.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1194,
          "aa_ref": "M",
          "aa_start": 1078,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6065,
          "cdna_start": 3973,
          "cds_end": null,
          "cds_length": 3585,
          "cds_start": 3233,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "ENST00000313070.11",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3233T>C",
          "hgvs_p": "p.Met1078Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000325581.8",
          "strand": false,
          "transcript": "ENST00000313070.11",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1191,
          "aa_ref": "M",
          "aa_start": 1075,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3822,
          "cdna_start": 3347,
          "cds_end": null,
          "cds_length": 3576,
          "cds_start": 3224,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000951092.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3224T>C",
          "hgvs_p": "p.Met1075Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621151.1",
          "strand": false,
          "transcript": "ENST00000951092.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1171,
          "aa_ref": "M",
          "aa_start": 1055,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4409,
          "cdna_start": 3291,
          "cds_end": null,
          "cds_length": 3516,
          "cds_start": 3164,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000951088.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3164T>C",
          "hgvs_p": "p.Met1055Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621147.1",
          "strand": false,
          "transcript": "ENST00000951088.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1142,
          "aa_ref": "M",
          "aa_start": 1026,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5841,
          "cdna_start": 3735,
          "cds_end": null,
          "cds_length": 3429,
          "cds_start": 3077,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 30,
          "exon_rank_end": null,
          "feature": "NM_001363399.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3077T>C",
          "hgvs_p": "p.Met1026Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350328.1",
          "strand": false,
          "transcript": "NM_001363399.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1102,
          "aa_ref": "M",
          "aa_start": 986,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5721,
          "cdna_start": 3615,
          "cds_end": null,
          "cds_length": 3309,
          "cds_start": 2957,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "NM_001363400.2",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.2957T>C",
          "hgvs_p": "p.Met986Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001350329.1",
          "strand": false,
          "transcript": "NM_001363400.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 898,
          "aa_ref": "M",
          "aa_start": 782,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2826,
          "cdna_start": 2346,
          "cds_end": null,
          "cds_length": 2697,
          "cds_start": 2345,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000397721.4",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.2345T>C",
          "hgvs_p": "p.Met782Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380833.4",
          "strand": false,
          "transcript": "ENST00000397721.4",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 489,
          "aa_ref": "M",
          "aa_start": 373,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2238,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 1470,
          "cds_start": 1118,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000462699.5",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.1118T>C",
          "hgvs_p": "p.Met373Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000419418.1",
          "strand": false,
          "transcript": "ENST00000462699.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1305,
          "aa_ref": "M",
          "aa_start": 1189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5795,
          "cdna_start": 3689,
          "cds_end": null,
          "cds_length": 3918,
          "cds_start": 3566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "XM_005250696.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3566T>C",
          "hgvs_p": "p.Met1189Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250753.1",
          "strand": false,
          "transcript": "XM_005250696.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1305,
          "aa_ref": "M",
          "aa_start": 1189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5795,
          "cdna_start": 3689,
          "cds_end": null,
          "cds_length": 3918,
          "cds_start": 3566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "XM_005250697.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3566T>C",
          "hgvs_p": "p.Met1189Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250754.1",
          "strand": false,
          "transcript": "XM_005250697.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1301,
          "aa_ref": "M",
          "aa_start": 1185,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5783,
          "cdna_start": 3677,
          "cds_end": null,
          "cds_length": 3906,
          "cds_start": 3554,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 29,
          "exon_rank_end": null,
          "feature": "XM_005250699.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3554T>C",
          "hgvs_p": "p.Met1185Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250756.1",
          "strand": false,
          "transcript": "XM_005250699.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "M",
          "aa_start": 1182,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5774,
          "cdna_start": 3668,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3545,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "XM_005250701.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3545T>C",
          "hgvs_p": "p.Met1182Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250758.1",
          "strand": false,
          "transcript": "XM_005250701.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "M",
          "aa_start": 1182,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5774,
          "cdna_start": 3668,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3545,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "XM_047421031.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3545T>C",
          "hgvs_p": "p.Met1182Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276987.1",
          "strand": false,
          "transcript": "XM_047421031.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1295,
          "aa_ref": "M",
          "aa_start": 1179,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5765,
          "cdna_start": 3659,
          "cds_end": null,
          "cds_length": 3888,
          "cds_start": 3536,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_017012794.3",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3536T>C",
          "hgvs_p": "p.Met1179Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016868283.1",
          "strand": false,
          "transcript": "XM_017012794.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "M",
          "aa_start": 1177,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5759,
          "cdna_start": 3653,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3530,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_005250702.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3530T>C",
          "hgvs_p": "p.Met1177Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250759.1",
          "strand": false,
          "transcript": "XM_005250702.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1290,
          "aa_ref": "M",
          "aa_start": 1174,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5750,
          "cdna_start": 3644,
          "cds_end": null,
          "cds_length": 3873,
          "cds_start": 3521,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047421032.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3521T>C",
          "hgvs_p": "p.Met1174Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276988.1",
          "strand": false,
          "transcript": "XM_047421032.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1265,
          "aa_ref": "M",
          "aa_start": 1149,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5675,
          "cdna_start": 3569,
          "cds_end": null,
          "cds_length": 3798,
          "cds_start": 3446,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 28,
          "exon_rank_end": null,
          "feature": "XM_005250704.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3446T>C",
          "hgvs_p": "p.Met1149Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250761.1",
          "strand": false,
          "transcript": "XM_005250704.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1262,
          "aa_ref": "M",
          "aa_start": 1146,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5666,
          "cdna_start": 3560,
          "cds_end": null,
          "cds_length": 3789,
          "cds_start": 3437,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_047421033.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3437T>C",
          "hgvs_p": "p.Met1146Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276989.1",
          "strand": false,
          "transcript": "XM_047421033.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1260,
          "aa_ref": "M",
          "aa_start": 1144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5660,
          "cdna_start": 3554,
          "cds_end": null,
          "cds_length": 3783,
          "cds_start": 3431,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_005250706.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3431T>C",
          "hgvs_p": "p.Met1144Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250763.1",
          "strand": false,
          "transcript": "XM_005250706.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": "M",
          "aa_start": 1142,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5654,
          "cdna_start": 3548,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": 3425,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_005250707.6",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3425T>C",
          "hgvs_p": "p.Met1142Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005250764.1",
          "strand": false,
          "transcript": "XM_005250707.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 1147,
          "aa_ref": "M",
          "aa_start": 1031,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5856,
          "cdna_start": 3750,
          "cds_end": null,
          "cds_length": 3444,
          "cds_start": 3092,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 33,
          "exon_rank": 31,
          "exon_rank_end": null,
          "feature": "XM_017012796.3",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3092T>C",
          "hgvs_p": "p.Met1031Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016868285.1",
          "strand": false,
          "transcript": "XM_017012796.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "T",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "M",
          "aa_start": 821,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4634,
          "cdna_start": 2528,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 2462,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047421034.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.2462T>C",
          "hgvs_p": "p.Met821Thr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047276990.1",
          "strand": false,
          "transcript": "XM_047421034.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1219,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4619,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3660,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000951084.1",
          "gene_hgnc_id": 16018,
          "gene_symbol": "CADPS2",
          "hgvs_c": "c.3381+15141T>C",
          "hgvs_p": null,
          "intron_rank": 25,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000621143.1",
          "strand": false,
          "transcript": "ENST00000951084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 463,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000482375.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.98-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000482375.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 711,
          "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": "ENST00000591140.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.94-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000591140.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": 605,
          "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": "ENST00000593910.3",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.31-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000593910.3",
          "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": 743,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000602012.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.98-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000602012.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": 635,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000602199.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.41-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000602199.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": 698,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000625850.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000625850.2",
          "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": 605,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000626052.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000626052.2",
          "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": 485,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000626092.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.121+6651A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000626092.2",
          "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": 564,
          "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": "ENST00000626740.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000626740.2",
          "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": 360,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000627005.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000627005.2",
          "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": 637,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000628132.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.228-8682A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000628132.2",
          "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": 617,
          "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": "ENST00000628268.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8612A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000628268.2",
          "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": 440,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000630777.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000630777.2",
          "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": 504,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000630897.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8682A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000630897.2",
          "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": 406,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000631248.2",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000240499",
          "hgvs_c": "n.75-8612A>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000631248.2",
          "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": 1021,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000718494.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000293696",
          "hgvs_c": "n.584-8682A>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000718494.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2122,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000718495.1",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000293696",
          "hgvs_c": "n.299-8682A>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000718495.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs766859626",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000020532814,
      "gene_hgnc_id": 16018,
      "gene_symbol": "CADPS2",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205328,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.878,
      "pos": 122345647,
      "ref": "A",
      "revel_prediction": "Benign",
      "revel_score": 0.137,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_001363389.2"
    }
  ]
}
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.