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

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=50444206&ref=G&alt=A&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": "PPP6R2",
          "hgnc_id": 19253,
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001365836.1",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "SBF1",
          "hgnc_id": 10542,
          "hgvs_c": "n.6310C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000685180.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.0814,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.56,
      "chr": "22",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.22322705388069153,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 959,
          "aa_ref": "D",
          "aa_start": 947,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4094,
          "cdna_start": 3210,
          "cds_end": null,
          "cds_length": 2880,
          "cds_start": 2839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001242898.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2839G>A",
          "hgvs_p": "p.Asp947Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000612753.5",
          "protein_coding": true,
          "protein_id": "NP_001229827.1",
          "strand": true,
          "transcript": "NM_001242898.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 959,
          "aa_ref": "D",
          "aa_start": 947,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4094,
          "cdna_start": 3210,
          "cds_end": null,
          "cds_length": 2880,
          "cds_start": 2839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000612753.5",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2839G>A",
          "hgvs_p": "p.Asp947Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001242898.2",
          "protein_coding": true,
          "protein_id": "ENSP00000478417.1",
          "strand": true,
          "transcript": "ENST00000612753.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3415,
          "cdna_start": 3230,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000216061.9",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000216061.5",
          "strand": true,
          "transcript": "ENST00000216061.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 933,
          "aa_ref": "D",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3304,
          "cdna_start": 3136,
          "cds_end": null,
          "cds_length": 2802,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000395741.7",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Asp921Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379090.3",
          "strand": true,
          "transcript": "ENST00000395741.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3293,
          "cdna_start": 3125,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000395744.7",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000379093.3",
          "strand": true,
          "transcript": "ENST00000395744.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 969,
          "aa_ref": "D",
          "aa_start": 957,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4121,
          "cdna_start": 3240,
          "cds_end": null,
          "cds_length": 2910,
          "cds_start": 2869,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906623.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2869G>A",
          "hgvs_p": "p.Asp957Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576682.1",
          "strand": true,
          "transcript": "ENST00000906623.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 967,
          "aa_ref": "D",
          "aa_start": 955,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3419,
          "cdna_start": 3234,
          "cds_end": null,
          "cds_length": 2904,
          "cds_start": 2863,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906628.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2863G>A",
          "hgvs_p": "p.Asp955Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576687.1",
          "strand": true,
          "transcript": "ENST00000906628.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 967,
          "aa_ref": "D",
          "aa_start": 955,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3255,
          "cdna_start": 3087,
          "cds_end": null,
          "cds_length": 2904,
          "cds_start": 2863,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000938142.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2863G>A",
          "hgvs_p": "p.Asp955Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608201.1",
          "strand": true,
          "transcript": "ENST00000938142.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 967,
          "aa_ref": "D",
          "aa_start": 955,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4108,
          "cdna_start": 3229,
          "cds_end": null,
          "cds_length": 2904,
          "cds_start": 2863,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000966967.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2863G>A",
          "hgvs_p": "p.Asp955Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637026.1",
          "strand": true,
          "transcript": "ENST00000966967.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4390,
          "cdna_start": 3506,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "NM_001365836.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001352765.1",
          "strand": true,
          "transcript": "NM_001365836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4123,
          "cdna_start": 3239,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906618.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576677.1",
          "strand": true,
          "transcript": "ENST00000906618.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3162,
          "cdna_start": 2998,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906645.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576704.1",
          "strand": true,
          "transcript": "ENST00000906645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3270,
          "cdna_start": 3086,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906649.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576708.1",
          "strand": true,
          "transcript": "ENST00000906649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3461,
          "cdna_start": 3296,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000966975.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637034.1",
          "strand": true,
          "transcript": "ENST00000966975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 966,
          "aa_ref": "D",
          "aa_start": 954,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3385,
          "cdna_start": 3220,
          "cds_end": null,
          "cds_length": 2901,
          "cds_start": 2860,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000966986.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2860G>A",
          "hgvs_p": "p.Asp954Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637045.1",
          "strand": true,
          "transcript": "ENST00000966986.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 961,
          "aa_ref": "D",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4100,
          "cdna_start": 3216,
          "cds_end": null,
          "cds_length": 2886,
          "cds_start": 2845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906621.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2845G>A",
          "hgvs_p": "p.Asp949Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576680.1",
          "strand": true,
          "transcript": "ENST00000906621.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4097,
          "cdna_start": 3213,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001351641.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338570.1",
          "strand": true,
          "transcript": "NM_001351641.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4097,
          "cdna_start": 3213,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001351642.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338571.1",
          "strand": true,
          "transcript": "NM_001351642.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4120,
          "cdna_start": 3236,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906614.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576673.1",
          "strand": true,
          "transcript": "ENST00000906614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4235,
          "cdna_start": 3357,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906617.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576676.1",
          "strand": true,
          "transcript": "ENST00000906617.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4170,
          "cdna_start": 3291,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906624.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576683.1",
          "strand": true,
          "transcript": "ENST00000906624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3554,
          "cdna_start": 3369,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000906627.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576686.1",
          "strand": true,
          "transcript": "ENST00000906627.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3266,
          "cdna_start": 3082,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906629.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576688.1",
          "strand": true,
          "transcript": "ENST00000906629.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3854,
          "cdna_start": 2975,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906639.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576698.1",
          "strand": true,
          "transcript": "ENST00000906639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4006,
          "cdna_start": 3127,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906640.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576699.1",
          "strand": true,
          "transcript": "ENST00000906640.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3952,
          "cdna_start": 3075,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906642.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576701.1",
          "strand": true,
          "transcript": "ENST00000906642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3213,
          "cdna_start": 3027,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906646.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576705.1",
          "strand": true,
          "transcript": "ENST00000906646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3116,
          "cdna_start": 2951,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906651.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576710.1",
          "strand": true,
          "transcript": "ENST00000906651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3714,
          "cdna_start": 3546,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "ENST00000938141.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608200.1",
          "strand": true,
          "transcript": "ENST00000938141.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 960,
          "aa_ref": "D",
          "aa_start": 948,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3489,
          "cdna_start": 3325,
          "cds_end": null,
          "cds_length": 2883,
          "cds_start": 2842,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000966987.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2842G>A",
          "hgvs_p": "p.Asp948Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637046.1",
          "strand": true,
          "transcript": "ENST00000966987.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 959,
          "aa_ref": "D",
          "aa_start": 947,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4220,
          "cdna_start": 3336,
          "cds_end": null,
          "cds_length": 2880,
          "cds_start": 2839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "NM_001351643.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2839G>A",
          "hgvs_p": "p.Asp947Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338572.1",
          "strand": true,
          "transcript": "NM_001351643.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 959,
          "aa_ref": "D",
          "aa_start": 947,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3289,
          "cdna_start": 3124,
          "cds_end": null,
          "cds_length": 2880,
          "cds_start": 2839,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906652.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2839G>A",
          "hgvs_p": "p.Asp947Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576711.1",
          "strand": true,
          "transcript": "ENST00000906652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "D",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3245,
          "cdna_start": 3062,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906636.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2836G>A",
          "hgvs_p": "p.Asp946Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576695.1",
          "strand": true,
          "transcript": "ENST00000906636.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "D",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3231,
          "cdna_start": 3061,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906653.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2836G>A",
          "hgvs_p": "p.Asp946Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576712.1",
          "strand": true,
          "transcript": "ENST00000906653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "D",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3223,
          "cdna_start": 3059,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906654.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2836G>A",
          "hgvs_p": "p.Asp946Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576713.1",
          "strand": true,
          "transcript": "ENST00000906654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "D",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4085,
          "cdna_start": 3201,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000938138.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2836G>A",
          "hgvs_p": "p.Asp946Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608197.1",
          "strand": true,
          "transcript": "ENST00000938138.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 958,
          "aa_ref": "D",
          "aa_start": 946,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3504,
          "cdna_start": 3322,
          "cds_end": null,
          "cds_length": 2877,
          "cds_start": 2836,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000938140.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2836G>A",
          "hgvs_p": "p.Asp946Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608199.1",
          "strand": true,
          "transcript": "ENST00000938140.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": "D",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4087,
          "cdna_start": 3206,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906620.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Asp943Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576679.1",
          "strand": true,
          "transcript": "ENST00000906620.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": "D",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4192,
          "cdna_start": 3313,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906626.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Asp943Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576685.1",
          "strand": true,
          "transcript": "ENST00000906626.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": "D",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4079,
          "cdna_start": 3195,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": 2824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906622.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2824G>A",
          "hgvs_p": "p.Asp942Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576681.1",
          "strand": true,
          "transcript": "ENST00000906622.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 942,
          "aa_ref": "D",
          "aa_start": 930,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3332,
          "cdna_start": 3153,
          "cds_end": null,
          "cds_length": 2829,
          "cds_start": 2788,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966979.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2788G>A",
          "hgvs_p": "p.Asp930Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637038.1",
          "strand": true,
          "transcript": "ENST00000966979.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 940,
          "aa_ref": "D",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4046,
          "cdna_start": 3168,
          "cds_end": null,
          "cds_length": 2823,
          "cds_start": 2782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966965.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2782G>A",
          "hgvs_p": "p.Asp928Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637024.1",
          "strand": true,
          "transcript": "ENST00000966965.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 940,
          "aa_ref": "D",
          "aa_start": 928,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3345,
          "cdna_start": 3161,
          "cds_end": null,
          "cds_length": 2823,
          "cds_start": 2782,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966971.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2782G>A",
          "hgvs_p": "p.Asp928Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637030.1",
          "strand": true,
          "transcript": "ENST00000966971.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 939,
          "aa_ref": "D",
          "aa_start": 927,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4056,
          "cdna_start": 3172,
          "cds_end": null,
          "cds_length": 2820,
          "cds_start": 2779,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966964.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2779G>A",
          "hgvs_p": "p.Asp927Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637023.1",
          "strand": true,
          "transcript": "ENST00000966964.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 933,
          "aa_ref": "D",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4016,
          "cdna_start": 3132,
          "cds_end": null,
          "cds_length": 2802,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001242899.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Asp921Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001229828.1",
          "strand": true,
          "transcript": "NM_001242899.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 933,
          "aa_ref": "D",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4016,
          "cdna_start": 3132,
          "cds_end": null,
          "cds_length": 2802,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001351644.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Asp921Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338573.1",
          "strand": true,
          "transcript": "NM_001351644.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 933,
          "aa_ref": "D",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3475,
          "cdna_start": 3311,
          "cds_end": null,
          "cds_length": 2802,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000906633.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Asp921Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576692.1",
          "strand": true,
          "transcript": "ENST00000906633.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 933,
          "aa_ref": "D",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3130,
          "cdna_start": 2944,
          "cds_end": null,
          "cds_length": 2802,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000906644.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Asp921Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576703.1",
          "strand": true,
          "transcript": "ENST00000906644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 933,
          "aa_ref": "D",
          "aa_start": 921,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3120,
          "cdna_start": 2936,
          "cds_end": null,
          "cds_length": 2802,
          "cds_start": 2761,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906650.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2761G>A",
          "hgvs_p": "p.Asp921Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576709.1",
          "strand": true,
          "transcript": "ENST00000906650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4139,
          "cdna_start": 3255,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001351645.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338574.1",
          "strand": true,
          "transcript": "NM_001351645.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4013,
          "cdna_start": 3129,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_014678.5",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_055493.2",
          "strand": true,
          "transcript": "NM_014678.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4118,
          "cdna_start": 3234,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906613.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576672.1",
          "strand": true,
          "transcript": "ENST00000906613.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4154,
          "cdna_start": 3275,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906615.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576674.1",
          "strand": true,
          "transcript": "ENST00000906615.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4176,
          "cdna_start": 3292,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906616.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576675.1",
          "strand": true,
          "transcript": "ENST00000906616.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4069,
          "cdna_start": 3185,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906619.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576678.1",
          "strand": true,
          "transcript": "ENST00000906619.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3216,
          "cdna_start": 3048,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906632.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576691.1",
          "strand": true,
          "transcript": "ENST00000906632.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3860,
          "cdna_start": 2979,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906635.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576694.1",
          "strand": true,
          "transcript": "ENST00000906635.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3787,
          "cdna_start": 2906,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000906637.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576696.1",
          "strand": true,
          "transcript": "ENST00000906637.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3899,
          "cdna_start": 3022,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906638.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576697.1",
          "strand": true,
          "transcript": "ENST00000906638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3824,
          "cdna_start": 2942,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906641.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576700.1",
          "strand": true,
          "transcript": "ENST00000906641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3911,
          "cdna_start": 3034,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906643.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576702.1",
          "strand": true,
          "transcript": "ENST00000906643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3179,
          "cdna_start": 2995,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000906647.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576706.1",
          "strand": true,
          "transcript": "ENST00000906647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3096,
          "cdna_start": 2912,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906648.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576707.1",
          "strand": true,
          "transcript": "ENST00000906648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3878,
          "cdna_start": 2998,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000938137.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608196.1",
          "strand": true,
          "transcript": "ENST00000938137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4219,
          "cdna_start": 3342,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000966966.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637025.1",
          "strand": true,
          "transcript": "ENST00000966966.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3430,
          "cdna_start": 3244,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000966970.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637029.1",
          "strand": true,
          "transcript": "ENST00000966970.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3204,
          "cdna_start": 3020,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966972.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637031.1",
          "strand": true,
          "transcript": "ENST00000966972.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3458,
          "cdna_start": 3293,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000966974.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637033.1",
          "strand": true,
          "transcript": "ENST00000966974.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3308,
          "cdna_start": 3143,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966976.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637035.1",
          "strand": true,
          "transcript": "ENST00000966976.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 3398,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000966977.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637036.1",
          "strand": true,
          "transcript": "ENST00000966977.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3478,
          "cdna_start": 3313,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000966980.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637039.1",
          "strand": true,
          "transcript": "ENST00000966980.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3470,
          "cdna_start": 3296,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000966984.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637043.1",
          "strand": true,
          "transcript": "ENST00000966984.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3611,
          "cdna_start": 3446,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000966988.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637047.1",
          "strand": true,
          "transcript": "ENST00000966988.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 932,
          "aa_ref": "D",
          "aa_start": 920,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3491,
          "cdna_start": 3399,
          "cds_end": null,
          "cds_length": 2799,
          "cds_start": 2758,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "ENST00000966991.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2758G>A",
          "hgvs_p": "p.Asp920Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637050.1",
          "strand": true,
          "transcript": "ENST00000966991.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": "D",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4010,
          "cdna_start": 3126,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001351646.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Asp919Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338575.1",
          "strand": true,
          "transcript": "NM_001351646.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": "D",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4002,
          "cdna_start": 3118,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906625.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Asp919Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576684.1",
          "strand": true,
          "transcript": "ENST00000906625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": "D",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3161,
          "cdna_start": 2996,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000966983.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Asp919Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637042.1",
          "strand": true,
          "transcript": "ENST00000966983.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": "D",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3386,
          "cdna_start": 3218,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": 2755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "ENST00000966989.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2755G>A",
          "hgvs_p": "p.Asp919Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637048.1",
          "strand": true,
          "transcript": "ENST00000966989.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 929,
          "aa_ref": "D",
          "aa_start": 917,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3286,
          "cdna_start": 3104,
          "cds_end": null,
          "cds_length": 2790,
          "cds_start": 2749,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966982.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2749G>A",
          "hgvs_p": "p.Asp917Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637041.1",
          "strand": true,
          "transcript": "ENST00000966982.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 928,
          "aa_ref": "D",
          "aa_start": 916,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3474,
          "cdna_start": 3292,
          "cds_end": null,
          "cds_length": 2787,
          "cds_start": 2746,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "ENST00000938139.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2746G>A",
          "hgvs_p": "p.Asp916Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608198.1",
          "strand": true,
          "transcript": "ENST00000938139.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 928,
          "aa_ref": "D",
          "aa_start": 916,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3961,
          "cdna_start": 3080,
          "cds_end": null,
          "cds_length": 2787,
          "cds_start": 2746,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966968.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2746G>A",
          "hgvs_p": "p.Asp916Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637027.1",
          "strand": true,
          "transcript": "ENST00000966968.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "D",
          "aa_start": 914,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3274,
          "cdna_start": 3106,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 2740,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906634.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2740G>A",
          "hgvs_p": "p.Asp914Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576693.1",
          "strand": true,
          "transcript": "ENST00000906634.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 926,
          "aa_ref": "D",
          "aa_start": 914,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3994,
          "cdna_start": 3110,
          "cds_end": null,
          "cds_length": 2781,
          "cds_start": 2740,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000938136.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2740G>A",
          "hgvs_p": "p.Asp914Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000608195.1",
          "strand": true,
          "transcript": "ENST00000938136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 925,
          "aa_ref": "D",
          "aa_start": 913,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3276,
          "cdna_start": 3092,
          "cds_end": null,
          "cds_length": 2778,
          "cds_start": 2737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966981.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2737G>A",
          "hgvs_p": "p.Asp913Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637040.1",
          "strand": true,
          "transcript": "ENST00000966981.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "D",
          "aa_start": 901,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3262,
          "cdna_start": 3078,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 2701,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966973.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2701G>A",
          "hgvs_p": "p.Asp901Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637032.1",
          "strand": true,
          "transcript": "ENST00000966973.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "D",
          "aa_start": 901,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3250,
          "cdna_start": 3066,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 2701,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966978.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2701G>A",
          "hgvs_p": "p.Asp901Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637037.1",
          "strand": true,
          "transcript": "ENST00000966978.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 912,
          "aa_ref": "D",
          "aa_start": 900,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3228,
          "cdna_start": 3063,
          "cds_end": null,
          "cds_length": 2739,
          "cds_start": 2698,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000966985.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2698G>A",
          "hgvs_p": "p.Asp900Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637044.1",
          "strand": true,
          "transcript": "ENST00000966985.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 898,
          "aa_ref": "D",
          "aa_start": 886,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3136,
          "cdna_start": 3043,
          "cds_end": null,
          "cds_length": 2697,
          "cds_start": 2656,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000966990.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2656G>A",
          "hgvs_p": "p.Asp886Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637049.1",
          "strand": true,
          "transcript": "ENST00000966990.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "D",
          "aa_start": 864,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3138,
          "cdna_start": 2961,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 2590,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906631.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2590G>A",
          "hgvs_p": "p.Asp864Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576690.1",
          "strand": true,
          "transcript": "ENST00000906631.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 875,
          "aa_ref": "D",
          "aa_start": 863,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3137,
          "cdna_start": 2953,
          "cds_end": null,
          "cds_length": 2628,
          "cds_start": 2587,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000906630.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2587G>A",
          "hgvs_p": "p.Asp863Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000576689.1",
          "strand": true,
          "transcript": "ENST00000906630.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 848,
          "aa_ref": "D",
          "aa_start": 836,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3083,
          "cdna_start": 2899,
          "cds_end": null,
          "cds_length": 2547,
          "cds_start": 2506,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000966969.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2506G>A",
          "hgvs_p": "p.Asp836Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000637028.1",
          "strand": true,
          "transcript": "ENST00000966969.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 797,
          "aa_ref": "D",
          "aa_start": 785,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4048,
          "cdna_start": 3164,
          "cds_end": null,
          "cds_length": 2394,
          "cds_start": 2353,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "NM_001351647.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2353G>A",
          "hgvs_p": "p.Asp785Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338576.1",
          "strand": true,
          "transcript": "NM_001351647.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 770,
          "aa_ref": "D",
          "aa_start": 758,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3967,
          "cdna_start": 3083,
          "cds_end": null,
          "cds_length": 2313,
          "cds_start": 2272,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001351648.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2272G>A",
          "hgvs_p": "p.Asp758Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001338577.1",
          "strand": true,
          "transcript": "NM_001351648.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 684,
          "aa_ref": "D",
          "aa_start": 672,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2199,
          "cdna_start": 2015,
          "cds_end": null,
          "cds_length": 2055,
          "cds_start": 2014,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000401672.7",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2014G>A",
          "hgvs_p": "p.Asp672Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000384532.3",
          "strand": true,
          "transcript": "ENST00000401672.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 561,
          "aa_ref": "D",
          "aa_start": 549,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1811,
          "cdna_start": 1646,
          "cds_end": null,
          "cds_length": 1686,
          "cds_start": 1645,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000427222.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.1645G>A",
          "hgvs_p": "p.Asp549Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000391595.2",
          "strand": true,
          "transcript": "ENST00000427222.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1022,
          "aa_ref": "D",
          "aa_start": 1010,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5932,
          "cdna_start": 5048,
          "cds_end": null,
          "cds_length": 3069,
          "cds_start": 3028,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_047441645.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.3028G>A",
          "hgvs_p": "p.Asp1010Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297601.1",
          "strand": true,
          "transcript": "XM_047441645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 990,
          "aa_ref": "D",
          "aa_start": 978,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4297,
          "cdna_start": 3413,
          "cds_end": null,
          "cds_length": 2973,
          "cds_start": 2932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_011530732.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2932G>A",
          "hgvs_p": "p.Asp978Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529034.1",
          "strand": true,
          "transcript": "XM_011530732.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 990,
          "aa_ref": "D",
          "aa_start": 978,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4171,
          "cdna_start": 3287,
          "cds_end": null,
          "cds_length": 2973,
          "cds_start": 2932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_011530734.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2932G>A",
          "hgvs_p": "p.Asp978Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529036.1",
          "strand": true,
          "transcript": "XM_011530734.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 990,
          "aa_ref": "D",
          "aa_start": 978,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3909,
          "cdna_start": 3025,
          "cds_end": null,
          "cds_length": 2973,
          "cds_start": 2932,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047441638.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2932G>A",
          "hgvs_p": "p.Asp978Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297594.1",
          "strand": true,
          "transcript": "XM_047441638.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "D",
          "aa_start": 977,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3906,
          "cdna_start": 3022,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2929,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011530720.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2929G>A",
          "hgvs_p": "p.Asp977Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529022.1",
          "strand": true,
          "transcript": "XM_011530720.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "D",
          "aa_start": 977,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3906,
          "cdna_start": 3022,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2929,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011530721.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2929G>A",
          "hgvs_p": "p.Asp977Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529023.1",
          "strand": true,
          "transcript": "XM_011530721.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "D",
          "aa_start": 977,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4246,
          "cdna_start": 3362,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2929,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047441642.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2929G>A",
          "hgvs_p": "p.Asp977Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297598.1",
          "strand": true,
          "transcript": "XM_047441642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 989,
          "aa_ref": "D",
          "aa_start": 977,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4168,
          "cdna_start": 3284,
          "cds_end": null,
          "cds_length": 2970,
          "cds_start": 2929,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441643.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2929G>A",
          "hgvs_p": "p.Asp977Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297599.1",
          "strand": true,
          "transcript": "XM_047441643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 988,
          "aa_ref": "D",
          "aa_start": 976,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3903,
          "cdna_start": 3019,
          "cds_end": null,
          "cds_length": 2967,
          "cds_start": 2926,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011530722.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2926G>A",
          "hgvs_p": "p.Asp976Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529024.1",
          "strand": true,
          "transcript": "XM_011530722.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 988,
          "aa_ref": "D",
          "aa_start": 976,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4165,
          "cdna_start": 3281,
          "cds_end": null,
          "cds_length": 2967,
          "cds_start": 2926,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441644.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2926G>A",
          "hgvs_p": "p.Asp976Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297600.1",
          "strand": true,
          "transcript": "XM_047441644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 983,
          "aa_ref": "D",
          "aa_start": 971,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3888,
          "cdna_start": 3004,
          "cds_end": null,
          "cds_length": 2952,
          "cds_start": 2911,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011530723.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2911G>A",
          "hgvs_p": "p.Asp971Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529025.1",
          "strand": true,
          "transcript": "XM_011530723.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3885,
          "cdna_start": 3001,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_011530724.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529026.1",
          "strand": true,
          "transcript": "XM_011530724.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3885,
          "cdna_start": 3001,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_024452306.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024308074.1",
          "strand": true,
          "transcript": "XM_024452306.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4273,
          "cdna_start": 3389,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047441646.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297602.1",
          "strand": true,
          "transcript": "XM_047441646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4225,
          "cdna_start": 3341,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047441647.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297603.1",
          "strand": true,
          "transcript": "XM_047441647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4296,
          "cdna_start": 3412,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047441648.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297604.1",
          "strand": true,
          "transcript": "XM_047441648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4147,
          "cdna_start": 3263,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441649.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297605.1",
          "strand": true,
          "transcript": "XM_047441649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 982,
          "aa_ref": "D",
          "aa_start": 970,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4147,
          "cdna_start": 3263,
          "cds_end": null,
          "cds_length": 2949,
          "cds_start": 2908,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441650.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2908G>A",
          "hgvs_p": "p.Asp970Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297606.1",
          "strand": true,
          "transcript": "XM_047441650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 981,
          "aa_ref": "D",
          "aa_start": 969,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4270,
          "cdna_start": 3386,
          "cds_end": null,
          "cds_length": 2946,
          "cds_start": 2905,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_017029120.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2905G>A",
          "hgvs_p": "p.Asp969Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016884609.1",
          "strand": true,
          "transcript": "XM_017029120.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 981,
          "aa_ref": "D",
          "aa_start": 969,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3882,
          "cdna_start": 2998,
          "cds_end": null,
          "cds_length": 2946,
          "cds_start": 2905,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047441639.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2905G>A",
          "hgvs_p": "p.Asp969Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297595.1",
          "strand": true,
          "transcript": "XM_047441639.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 981,
          "aa_ref": "D",
          "aa_start": 969,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4222,
          "cdna_start": 3338,
          "cds_end": null,
          "cds_length": 2946,
          "cds_start": 2905,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047441651.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2905G>A",
          "hgvs_p": "p.Asp969Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297607.1",
          "strand": true,
          "transcript": "XM_047441651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 981,
          "aa_ref": "D",
          "aa_start": 969,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4144,
          "cdna_start": 3260,
          "cds_end": null,
          "cds_length": 2946,
          "cds_start": 2905,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441652.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2905G>A",
          "hgvs_p": "p.Asp969Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297608.1",
          "strand": true,
          "transcript": "XM_047441652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 981,
          "aa_ref": "D",
          "aa_start": 969,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4371,
          "cdna_start": 3487,
          "cds_end": null,
          "cds_length": 2946,
          "cds_start": 2905,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 27,
          "exon_rank_end": null,
          "feature": "XM_047441653.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2905G>A",
          "hgvs_p": "p.Asp969Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297609.1",
          "strand": true,
          "transcript": "XM_047441653.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 981,
          "aa_ref": "D",
          "aa_start": 969,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4142,
          "cdna_start": 3258,
          "cds_end": null,
          "cds_length": 2946,
          "cds_start": 2905,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441654.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2905G>A",
          "hgvs_p": "p.Asp969Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297610.1",
          "strand": true,
          "transcript": "XM_047441654.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 968,
          "aa_ref": "D",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4247,
          "cdna_start": 3363,
          "cds_end": null,
          "cds_length": 2907,
          "cds_start": 2866,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_011530736.4",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2866G>A",
          "hgvs_p": "p.Asp956Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529038.1",
          "strand": true,
          "transcript": "XM_011530736.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 968,
          "aa_ref": "D",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4396,
          "cdna_start": 3512,
          "cds_end": null,
          "cds_length": 2907,
          "cds_start": 2866,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_011530737.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2866G>A",
          "hgvs_p": "p.Asp956Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529039.1",
          "strand": true,
          "transcript": "XM_011530737.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 968,
          "aa_ref": "D",
          "aa_start": 956,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3859,
          "cdna_start": 2975,
          "cds_end": null,
          "cds_length": 2907,
          "cds_start": 2866,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530739.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2866G>A",
          "hgvs_p": "p.Asp956Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529041.1",
          "strand": true,
          "transcript": "XM_011530739.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 967,
          "aa_ref": "D",
          "aa_start": 955,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4244,
          "cdna_start": 3360,
          "cds_end": null,
          "cds_length": 2904,
          "cds_start": 2863,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_006724431.4",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2863G>A",
          "hgvs_p": "p.Asp955Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006724494.1",
          "strand": true,
          "transcript": "XM_006724431.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 963,
          "aa_ref": "D",
          "aa_start": 951,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3828,
          "cdna_start": 2944,
          "cds_end": null,
          "cds_length": 2892,
          "cds_start": 2851,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530726.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2851G>A",
          "hgvs_p": "p.Asp951Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529028.1",
          "strand": true,
          "transcript": "XM_011530726.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 962,
          "aa_ref": "D",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3825,
          "cdna_start": 2941,
          "cds_end": null,
          "cds_length": 2889,
          "cds_start": 2848,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530727.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2848G>A",
          "hgvs_p": "p.Asp950Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529029.1",
          "strand": true,
          "transcript": "XM_011530727.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 962,
          "aa_ref": "D",
          "aa_start": 950,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3825,
          "cdna_start": 2941,
          "cds_end": null,
          "cds_length": 2889,
          "cds_start": 2848,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_047441641.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2848G>A",
          "hgvs_p": "p.Asp950Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297597.1",
          "strand": true,
          "transcript": "XM_047441641.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 961,
          "aa_ref": "D",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3822,
          "cdna_start": 2938,
          "cds_end": null,
          "cds_length": 2886,
          "cds_start": 2845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_017029116.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2845G>A",
          "hgvs_p": "p.Asp949Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016884605.1",
          "strand": true,
          "transcript": "XM_017029116.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 961,
          "aa_ref": "D",
          "aa_start": 949,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4210,
          "cdna_start": 3326,
          "cds_end": null,
          "cds_length": 2886,
          "cds_start": 2845,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441655.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2845G>A",
          "hgvs_p": "p.Asp949Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297611.1",
          "strand": true,
          "transcript": "XM_047441655.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 956,
          "aa_ref": "D",
          "aa_start": 944,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3807,
          "cdna_start": 2923,
          "cds_end": null,
          "cds_length": 2871,
          "cds_start": 2830,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530728.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2830G>A",
          "hgvs_p": "p.Asp944Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529030.1",
          "strand": true,
          "transcript": "XM_011530728.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": "D",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3804,
          "cdna_start": 2920,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530729.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Asp943Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529031.1",
          "strand": true,
          "transcript": "XM_011530729.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": "D",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3804,
          "cdna_start": 2920,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530730.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Asp943Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529032.1",
          "strand": true,
          "transcript": "XM_011530730.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": "D",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4192,
          "cdna_start": 3308,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441656.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Asp943Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297612.1",
          "strand": true,
          "transcript": "XM_047441656.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 955,
          "aa_ref": "D",
          "aa_start": 943,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4066,
          "cdna_start": 3182,
          "cds_end": null,
          "cds_length": 2868,
          "cds_start": 2827,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047441657.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2827G>A",
          "hgvs_p": "p.Asp943Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297613.1",
          "strand": true,
          "transcript": "XM_047441657.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": "D",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3801,
          "cdna_start": 2917,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": 2824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "XM_011530731.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2824G>A",
          "hgvs_p": "p.Asp942Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529033.1",
          "strand": true,
          "transcript": "XM_011530731.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": "D",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4189,
          "cdna_start": 3305,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": 2824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441658.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2824G>A",
          "hgvs_p": "p.Asp942Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297614.1",
          "strand": true,
          "transcript": "XM_047441658.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": "D",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5025,
          "cdna_start": 4141,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": 2824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 26,
          "exon_rank_end": null,
          "feature": "XM_047441659.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2824G>A",
          "hgvs_p": "p.Asp942Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297615.1",
          "strand": true,
          "transcript": "XM_047441659.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": "D",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4141,
          "cdna_start": 3257,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": 2824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": 25,
          "exon_rank_end": null,
          "feature": "XM_047441660.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2824G>A",
          "hgvs_p": "p.Asp942Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297616.1",
          "strand": true,
          "transcript": "XM_047441660.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 954,
          "aa_ref": "D",
          "aa_start": 942,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4063,
          "cdna_start": 3179,
          "cds_end": null,
          "cds_length": 2865,
          "cds_start": 2824,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 24,
          "exon_rank_end": null,
          "feature": "XM_047441661.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2824G>A",
          "hgvs_p": "p.Asp942Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297617.1",
          "strand": true,
          "transcript": "XM_047441661.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "D",
          "aa_start": 888,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3615,
          "cdna_start": 2731,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 2662,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_011530740.3",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2662G>A",
          "hgvs_p": "p.Asp888Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529042.1",
          "strand": true,
          "transcript": "XM_011530740.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 806,
          "aa_ref": "D",
          "aa_start": 794,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3561,
          "cdna_start": 2677,
          "cds_end": null,
          "cds_length": 2421,
          "cds_start": 2380,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "XM_017029133.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2380G>A",
          "hgvs_p": "p.Asp794Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016884622.1",
          "strand": true,
          "transcript": "XM_017029133.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 705,
          "aa_ref": "D",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3085,
          "cdna_start": 2201,
          "cds_end": null,
          "cds_length": 2118,
          "cds_start": 2077,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 18,
          "exon_rank_end": null,
          "feature": "XM_047441662.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2077G>A",
          "hgvs_p": "p.Asp693Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297618.1",
          "strand": true,
          "transcript": "XM_047441662.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 691,
          "aa_ref": "D",
          "aa_start": 679,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2976,
          "cdna_start": 2092,
          "cds_end": null,
          "cds_length": 2076,
          "cds_start": 2035,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "XM_047441663.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2035G>A",
          "hgvs_p": "p.Asp679Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297619.1",
          "strand": true,
          "transcript": "XM_047441663.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 927,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4012,
          "cdna_start": 3128,
          "cds_end": null,
          "cds_length": 2784,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "NM_001242900.2",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001229829.1",
          "strand": true,
          "transcript": "NM_001242900.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 927,
          "aa_ref": "Q",
          "aa_start": 919,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4035,
          "cdna_start": 3151,
          "cds_end": null,
          "cds_length": 2784,
          "cds_start": 2757,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 23,
          "exon_rank": 23,
          "exon_rank_end": null,
          "feature": "ENST00000359139.7",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.2757G>A",
          "hgvs_p": "p.Gln919Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000352051.3",
          "strand": true,
          "transcript": "ENST00000359139.7",
          "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": 1211,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000470046.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "n.1039G>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": "ENST00000470046.1",
          "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": 7297,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000685180.1",
          "gene_hgnc_id": 10542,
          "gene_symbol": "SBF1",
          "hgvs_c": "n.6310C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000685180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1868,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8669,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5607,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 40,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000689129.1",
          "gene_hgnc_id": 10542,
          "gene_symbol": "SBF1",
          "hgvs_c": "c.*2936C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000510414.1",
          "strand": true,
          "transcript": "ENST00000689129.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 975,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3025,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2928,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047441640.1",
          "gene_hgnc_id": 19253,
          "gene_symbol": "PPP6R2",
          "hgvs_c": "c.*85G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047297596.1",
          "strand": true,
          "transcript": "XM_047441640.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": 9838,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000691959.1",
          "gene_hgnc_id": 10542,
          "gene_symbol": "SBF1",
          "hgvs_c": "n.*122C>T",
          "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": "ENST00000691959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2082,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000692946.1",
          "gene_hgnc_id": 10542,
          "gene_symbol": "SBF1",
          "hgvs_c": "n.*428C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000510472.1",
          "strand": true,
          "transcript": "ENST00000692946.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs140182883",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000018599345,
      "gene_hgnc_id": 19253,
      "gene_symbol": "PPP6R2",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84584e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131391,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 4.798,
      "pos": 50444206,
      "ref": "G",
      "revel_prediction": "Benign",
      "revel_score": 0.137,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.009999999776482582,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "transcript": "NM_001365836.1"
    }
  ]
}
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.