← 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: 10-45750100-C-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=45750100&ref=C&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": "WASHC2C",
          "hgnc_id": 23414,
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_001367395.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.085,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.45,
      "chr": "10",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.0921701192855835,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1341,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4642,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 4026,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001330074.2",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000623400.4",
          "protein_coding": true,
          "protein_id": "NP_001317003.1",
          "strand": true,
          "transcript": "NM_001330074.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1341,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4642,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 4026,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000623400.4",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001330074.2",
          "protein_coding": true,
          "protein_id": "ENSP00000485513.1",
          "strand": true,
          "transcript": "ENST00000623400.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1320,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4623,
          "cdna_start": 836,
          "cds_end": null,
          "cds_length": 3963,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000374362.6",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000363482.2",
          "strand": true,
          "transcript": "ENST00000374362.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4327,
          "cdna_start": 820,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000540872.6",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000439811.1",
          "strand": true,
          "transcript": "ENST00000540872.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1370,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4752,
          "cdna_start": 817,
          "cds_end": null,
          "cds_length": 4113,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884843.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554902.1",
          "strand": true,
          "transcript": "ENST00000884843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1362,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4705,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 4089,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367395.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354324.1",
          "strand": true,
          "transcript": "NM_001367395.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1356,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4681,
          "cdna_start": 786,
          "cds_end": null,
          "cds_length": 4071,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968485.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638544.1",
          "strand": true,
          "transcript": "ENST00000968485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1349,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4313,
          "cdna_start": 799,
          "cds_end": null,
          "cds_length": 4050,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968495.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638554.1",
          "strand": true,
          "transcript": "ENST00000968495.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1340,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4324,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 4023,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884848.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554907.1",
          "strand": true,
          "transcript": "ENST00000884848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1340,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4692,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 4023,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968461.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638520.1",
          "strand": true,
          "transcript": "ENST00000968461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1340,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4684,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 4023,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968469.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638528.1",
          "strand": true,
          "transcript": "ENST00000968469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1339,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4616,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 4020,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884847.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554906.1",
          "strand": true,
          "transcript": "ENST00000884847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1339,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4660,
          "cdna_start": 816,
          "cds_end": null,
          "cds_length": 4020,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919846.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589905.1",
          "strand": true,
          "transcript": "ENST00000919846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1338,
          "aa_ref": "T",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4660,
          "cdna_start": 814,
          "cds_end": null,
          "cds_length": 4017,
          "cds_start": 728,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968474.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.728C>A",
          "hgvs_p": "p.Thr243Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638533.1",
          "strand": true,
          "transcript": "ENST00000968474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1335,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4616,
          "cdna_start": 788,
          "cds_end": null,
          "cds_length": 4008,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968486.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638545.1",
          "strand": true,
          "transcript": "ENST00000968486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1332,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4626,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 3999,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968481.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638540.1",
          "strand": true,
          "transcript": "ENST00000968481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1321,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4247,
          "cdna_start": 817,
          "cds_end": null,
          "cds_length": 3966,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884852.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554911.1",
          "strand": true,
          "transcript": "ENST00000884852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1320,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4579,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3963,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_015262.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_056077.2",
          "strand": true,
          "transcript": "NM_015262.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1319,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4636,
          "cdna_start": 849,
          "cds_end": null,
          "cds_length": 3960,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968457.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638516.1",
          "strand": true,
          "transcript": "ENST00000968457.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1319,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4629,
          "cdna_start": 840,
          "cds_end": null,
          "cds_length": 3960,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968463.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638522.1",
          "strand": true,
          "transcript": "ENST00000968463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1318,
          "aa_ref": "T",
          "aa_start": 244,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4647,
          "cdna_start": 857,
          "cds_end": null,
          "cds_length": 3957,
          "cds_start": 731,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367393.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.731C>A",
          "hgvs_p": "p.Thr244Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354322.1",
          "strand": true,
          "transcript": "NM_001367393.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1318,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4611,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 3957,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919842.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589901.1",
          "strand": true,
          "transcript": "ENST00000919842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1318,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4574,
          "cdna_start": 794,
          "cds_end": null,
          "cds_length": 3957,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968483.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638542.1",
          "strand": true,
          "transcript": "ENST00000968483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1317,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4570,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3954,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367403.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354332.1",
          "strand": true,
          "transcript": "NM_001367403.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1317,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4638,
          "cdna_start": 862,
          "cds_end": null,
          "cds_length": 3954,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884823.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554882.1",
          "strand": true,
          "transcript": "ENST00000884823.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1317,
          "aa_ref": "T",
          "aa_start": 243,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4593,
          "cdna_start": 808,
          "cds_end": null,
          "cds_length": 3954,
          "cds_start": 728,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968476.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.728C>A",
          "hgvs_p": "p.Thr243Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638535.1",
          "strand": true,
          "transcript": "ENST00000968476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1316,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4575,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 3951,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884844.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554903.1",
          "strand": true,
          "transcript": "ENST00000884844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1316,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4600,
          "cdna_start": 828,
          "cds_end": null,
          "cds_length": 3951,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968472.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638531.1",
          "strand": true,
          "transcript": "ENST00000968472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1316,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4559,
          "cdna_start": 788,
          "cds_end": null,
          "cds_length": 3951,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968487.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638546.1",
          "strand": true,
          "transcript": "ENST00000968487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1312,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4621,
          "cdna_start": 855,
          "cds_end": null,
          "cds_length": 3939,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884824.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554883.1",
          "strand": true,
          "transcript": "ENST00000884824.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1311,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4582,
          "cdna_start": 821,
          "cds_end": null,
          "cds_length": 3936,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919843.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589902.1",
          "strand": true,
          "transcript": "ENST00000919843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1300,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4576,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 3903,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884830.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554888.1",
          "strand": true,
          "transcript": "ENST00000884830.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1299,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4499,
          "cdna_start": 774,
          "cds_end": null,
          "cds_length": 3900,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884846.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554905.1",
          "strand": true,
          "transcript": "ENST00000884846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1296,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4507,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3891,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367400.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354329.1",
          "strand": true,
          "transcript": "NM_001367400.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1296,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4565,
          "cdna_start": 852,
          "cds_end": null,
          "cds_length": 3891,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884828.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554887.1",
          "strand": true,
          "transcript": "ENST00000884828.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1292,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4517,
          "cdna_start": 816,
          "cds_end": null,
          "cds_length": 3879,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919848.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589907.1",
          "strand": true,
          "transcript": "ENST00000919848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1291,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4492,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3876,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367401.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354330.1",
          "strand": true,
          "transcript": "NM_001367401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1291,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4536,
          "cdna_start": 833,
          "cds_end": null,
          "cds_length": 3876,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884837.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554896.1",
          "strand": true,
          "transcript": "ENST00000884837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1290,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4542,
          "cdna_start": 843,
          "cds_end": null,
          "cds_length": 3873,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884832.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554891.1",
          "strand": true,
          "transcript": "ENST00000884832.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1289,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4462,
          "cdna_start": 769,
          "cds_end": null,
          "cds_length": 3870,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968488.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638547.1",
          "strand": true,
          "transcript": "ENST00000968488.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1288,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4508,
          "cdna_start": 817,
          "cds_end": null,
          "cds_length": 3867,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884841.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554900.1",
          "strand": true,
          "transcript": "ENST00000884841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1283,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4513,
          "cdna_start": 660,
          "cds_end": null,
          "cds_length": 3852,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919841.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589900.1",
          "strand": true,
          "transcript": "ENST00000919841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1282,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4488,
          "cdna_start": 822,
          "cds_end": null,
          "cds_length": 3849,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884842.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554901.1",
          "strand": true,
          "transcript": "ENST00000884842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1279,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4456,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3840,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001169106.2",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001162577.1",
          "strand": true,
          "transcript": "NM_001169106.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1278,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4499,
          "cdna_start": 837,
          "cds_end": null,
          "cds_length": 3837,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919840.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589899.1",
          "strand": true,
          "transcript": "ENST00000919840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1278,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4500,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 3837,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968467.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638526.1",
          "strand": true,
          "transcript": "ENST00000968467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1276,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4101,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 3831,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968494.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638553.1",
          "strand": true,
          "transcript": "ENST00000968494.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1271,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4437,
          "cdna_start": 799,
          "cds_end": null,
          "cds_length": 3816,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884845.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554904.1",
          "strand": true,
          "transcript": "ENST00000884845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1270,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4440,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 3813,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968480.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638539.1",
          "strand": true,
          "transcript": "ENST00000968480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1269,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4426,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3810,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367408.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354337.1",
          "strand": true,
          "transcript": "NM_001367408.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1269,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4454,
          "cdna_start": 817,
          "cds_end": null,
          "cds_length": 3810,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919844.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589903.1",
          "strand": true,
          "transcript": "ENST00000919844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4452,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884840.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554899.1",
          "strand": true,
          "transcript": "ENST00000884840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1266,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4417,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3801,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367396.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354325.1",
          "strand": true,
          "transcript": "NM_001367396.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1266,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4098,
          "cdna_start": 833,
          "cds_end": null,
          "cds_length": 3801,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884849.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554908.1",
          "strand": true,
          "transcript": "ENST00000884849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1266,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4064,
          "cdna_start": 796,
          "cds_end": null,
          "cds_length": 3801,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968496.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638555.1",
          "strand": true,
          "transcript": "ENST00000968496.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1265,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4414,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3798,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367397.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354326.1",
          "strand": true,
          "transcript": "NM_001367397.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1262,
          "aa_ref": "T",
          "aa_start": 190,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4471,
          "cdna_start": 690,
          "cds_end": null,
          "cds_length": 3789,
          "cds_start": 569,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000359860.7",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.569C>A",
          "hgvs_p": "p.Thr190Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000352922.6",
          "strand": true,
          "transcript": "ENST00000359860.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1262,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4407,
          "cdna_start": 633,
          "cds_end": null,
          "cds_length": 3789,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000968482.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.572C>A",
          "hgvs_p": "p.Thr191Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638541.1",
          "strand": true,
          "transcript": "ENST00000968482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1261,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4427,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 3786,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919845.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589904.1",
          "strand": true,
          "transcript": "ENST00000919845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1260,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4024,
          "cdna_start": 786,
          "cds_end": null,
          "cds_length": 3783,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884855.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554914.1",
          "strand": true,
          "transcript": "ENST00000884855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1255,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4384,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3768,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367394.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354323.1",
          "strand": true,
          "transcript": "NM_001367394.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1255,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4434,
          "cdna_start": 843,
          "cds_end": null,
          "cds_length": 3768,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884833.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554892.1",
          "strand": true,
          "transcript": "ENST00000884833.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "T",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4598,
          "cdna_start": 745,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 476,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367411.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.476C>A",
          "hgvs_p": "p.Thr159Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354340.1",
          "strand": true,
          "transcript": "NM_001367411.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4434,
          "cdna_start": 673,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919839.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589898.1",
          "strand": true,
          "transcript": "ENST00000919839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1252,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4429,
          "cdna_start": 843,
          "cds_end": null,
          "cds_length": 3759,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884831.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554890.1",
          "strand": true,
          "transcript": "ENST00000884831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1251,
          "aa_ref": "T",
          "aa_start": 230,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4429,
          "cdna_start": 799,
          "cds_end": null,
          "cds_length": 3756,
          "cds_start": 689,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000968460.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.689C>A",
          "hgvs_p": "p.Thr230Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638519.1",
          "strand": true,
          "transcript": "ENST00000968460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4403,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884839.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554898.1",
          "strand": true,
          "transcript": "ENST00000884839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1249,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4389,
          "cdna_start": 817,
          "cds_end": null,
          "cds_length": 3750,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919847.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589906.1",
          "strand": true,
          "transcript": "ENST00000919847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1249,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4384,
          "cdna_start": 812,
          "cds_end": null,
          "cds_length": 3750,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000919849.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589908.1",
          "strand": true,
          "transcript": "ENST00000919849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1249,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4048,
          "cdna_start": 835,
          "cds_end": null,
          "cds_length": 3750,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968490.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638549.1",
          "strand": true,
          "transcript": "ENST00000968490.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1245,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4354,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3738,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001169107.2",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001162578.1",
          "strand": true,
          "transcript": "NM_001169107.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1245,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4040,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 3738,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000537517.6",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000442128.1",
          "strand": true,
          "transcript": "ENST00000537517.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1242,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4385,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 3729,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000884838.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554897.1",
          "strand": true,
          "transcript": "ENST00000884838.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1241,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4023,
          "cdna_start": 672,
          "cds_end": null,
          "cds_length": 3726,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000968491.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.572C>A",
          "hgvs_p": "p.Thr191Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638550.1",
          "strand": true,
          "transcript": "ENST00000968491.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1240,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4359,
          "cdna_start": 818,
          "cds_end": null,
          "cds_length": 3723,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968478.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638537.1",
          "strand": true,
          "transcript": "ENST00000968478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1238,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4368,
          "cdna_start": 657,
          "cds_end": null,
          "cds_length": 3717,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000968471.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638530.1",
          "strand": true,
          "transcript": "ENST00000968471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1233,
          "aa_ref": "T",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4535,
          "cdna_start": 745,
          "cds_end": null,
          "cds_length": 3702,
          "cds_start": 476,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367409.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.476C>A",
          "hgvs_p": "p.Thr159Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354338.1",
          "strand": true,
          "transcript": "NM_001367409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1233,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3980,
          "cdna_start": 642,
          "cds_end": null,
          "cds_length": 3702,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000968493.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638552.1",
          "strand": true,
          "transcript": "ENST00000968493.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1232,
          "aa_ref": "T",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4532,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 3699,
          "cds_start": 473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367410.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.473C>A",
          "hgvs_p": "p.Thr158Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354339.1",
          "strand": true,
          "transcript": "NM_001367410.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1232,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3977,
          "cdna_start": 640,
          "cds_end": null,
          "cds_length": 3699,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000884853.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554912.1",
          "strand": true,
          "transcript": "ENST00000884853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1228,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4303,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3687,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367415.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354344.1",
          "strand": true,
          "transcript": "NM_001367415.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1228,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3977,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 3687,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884850.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554909.1",
          "strand": true,
          "transcript": "ENST00000884850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1228,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4355,
          "cdna_start": 842,
          "cds_end": null,
          "cds_length": 3687,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968464.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638523.1",
          "strand": true,
          "transcript": "ENST00000968464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1227,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4336,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 3684,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968470.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638529.1",
          "strand": true,
          "transcript": "ENST00000968470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1226,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4348,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 3681,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968465.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638524.1",
          "strand": true,
          "transcript": "ENST00000968465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1225,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3954,
          "cdna_start": 814,
          "cds_end": null,
          "cds_length": 3678,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884854.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554913.1",
          "strand": true,
          "transcript": "ENST00000884854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1225,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3972,
          "cdna_start": 830,
          "cds_end": null,
          "cds_length": 3678,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968492.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638551.1",
          "strand": true,
          "transcript": "ENST00000968492.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1223,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4335,
          "cdna_start": 841,
          "cds_end": null,
          "cds_length": 3672,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884835.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554894.1",
          "strand": true,
          "transcript": "ENST00000884835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1220,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4310,
          "cdna_start": 825,
          "cds_end": null,
          "cds_length": 3663,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968473.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638532.1",
          "strand": true,
          "transcript": "ENST00000968473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": "T",
          "aa_start": 245,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4310,
          "cdna_start": 839,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": 734,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968468.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.734C>A",
          "hgvs_p": "p.Thr245Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638527.1",
          "strand": true,
          "transcript": "ENST00000968468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1211,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4302,
          "cdna_start": 839,
          "cds_end": null,
          "cds_length": 3636,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968466.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638525.1",
          "strand": true,
          "transcript": "ENST00000968466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1208,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4243,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3627,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367416.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354345.1",
          "strand": true,
          "transcript": "NM_001367416.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1208,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4296,
          "cdna_start": 842,
          "cds_end": null,
          "cds_length": 3627,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968462.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638521.1",
          "strand": true,
          "transcript": "ENST00000968462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1204,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4250,
          "cdna_start": 812,
          "cds_end": null,
          "cds_length": 3615,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968479.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638538.1",
          "strand": true,
          "transcript": "ENST00000968479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1199,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4212,
          "cdna_start": 788,
          "cds_end": null,
          "cds_length": 3600,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968484.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638543.1",
          "strand": true,
          "transcript": "ENST00000968484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1184,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4229,
          "cdna_start": 852,
          "cds_end": null,
          "cds_length": 3555,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968458.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638517.1",
          "strand": true,
          "transcript": "ENST00000968458.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1181,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4183,
          "cdna_start": 817,
          "cds_end": null,
          "cds_length": 3546,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968477.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638536.1",
          "strand": true,
          "transcript": "ENST00000968477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1179,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3826,
          "cdna_start": 822,
          "cds_end": null,
          "cds_length": 3540,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884851.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554910.1",
          "strand": true,
          "transcript": "ENST00000884851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1177,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4207,
          "cdna_start": 853,
          "cds_end": null,
          "cds_length": 3534,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968459.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638518.1",
          "strand": true,
          "transcript": "ENST00000968459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1169,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4149,
          "cdna_start": 815,
          "cds_end": null,
          "cds_length": 3510,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968475.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638534.1",
          "strand": true,
          "transcript": "ENST00000968475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1168,
          "aa_ref": "T",
          "aa_start": 159,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4340,
          "cdna_start": 745,
          "cds_end": null,
          "cds_length": 3507,
          "cds_start": 476,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367413.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.476C>A",
          "hgvs_p": "p.Thr159Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354342.1",
          "strand": true,
          "transcript": "NM_001367413.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1164,
          "aa_ref": "T",
          "aa_start": 158,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4328,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 3495,
          "cds_start": 473,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367399.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.473C>A",
          "hgvs_p": "p.Thr158Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354328.1",
          "strand": true,
          "transcript": "NM_001367399.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1162,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4099,
          "cdna_start": 614,
          "cds_end": null,
          "cds_length": 3489,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919850.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589909.1",
          "strand": true,
          "transcript": "ENST00000919850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1152,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4121,
          "cdna_start": 837,
          "cds_end": null,
          "cds_length": 3459,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000884836.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554895.1",
          "strand": true,
          "transcript": "ENST00000884836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1148,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4739,
          "cdna_start": 886,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001367412.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354341.1",
          "strand": true,
          "transcript": "NM_001367412.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1130,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3984,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000968489.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000638548.1",
          "strand": true,
          "transcript": "ENST00000968489.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4582,
          "cdna_start": 792,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001367402.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354331.1",
          "strand": true,
          "transcript": "NM_001367402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4693,
          "cdna_start": 903,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001367405.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354334.1",
          "strand": true,
          "transcript": "NM_001367405.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4682,
          "cdna_start": 892,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 32,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001367407.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354336.1",
          "strand": true,
          "transcript": "NM_001367407.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1127,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4649,
          "cdna_start": 859,
          "cds_end": null,
          "cds_length": 3384,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001367414.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354343.1",
          "strand": true,
          "transcript": "NM_001367414.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1124,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4667,
          "cdna_start": 886,
          "cds_end": null,
          "cds_length": 3375,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 31,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001367398.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354327.1",
          "strand": true,
          "transcript": "NM_001367398.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 278,
          "aa_ref": "T",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 868,
          "cdna_start": 602,
          "cds_end": null,
          "cds_length": 838,
          "cds_start": 572,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000420848.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.572C>A",
          "hgvs_p": "p.Thr191Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000416630.1",
          "strand": true,
          "transcript": "ENST00000420848.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1312,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4555,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3939,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011539568.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537870.1",
          "strand": true,
          "transcript": "XM_011539568.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1300,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4519,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3903,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017016014.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016871503.1",
          "strand": true,
          "transcript": "XM_017016014.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1290,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4489,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3873,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011539569.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537871.1",
          "strand": true,
          "transcript": "XM_011539569.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1288,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4483,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3867,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_017016017.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016871506.1",
          "strand": true,
          "transcript": "XM_017016017.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1283,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4468,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 3852,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 30,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_011539570.4",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537872.1",
          "strand": true,
          "transcript": "XM_011539570.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1276,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4447,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3831,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424941.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280897.1",
          "strand": true,
          "transcript": "XM_047424941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1271,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4432,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3816,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424942.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280898.1",
          "strand": true,
          "transcript": "XM_047424942.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4420,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424943.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280899.1",
          "strand": true,
          "transcript": "XM_047424943.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1262,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4405,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 3789,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047424944.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280900.1",
          "strand": true,
          "transcript": "XM_047424944.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1261,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4402,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3786,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424945.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280901.1",
          "strand": true,
          "transcript": "XM_047424945.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1259,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4396,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 3780,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047424946.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280902.1",
          "strand": true,
          "transcript": "XM_047424946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1254,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4381,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 3765,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047424947.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280903.1",
          "strand": true,
          "transcript": "XM_047424947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4369,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424948.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280904.1",
          "strand": true,
          "transcript": "XM_047424948.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1249,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4366,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3750,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424949.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280905.1",
          "strand": true,
          "transcript": "XM_047424949.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1240,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4339,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3723,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424950.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280906.1",
          "strand": true,
          "transcript": "XM_047424950.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1238,
          "aa_ref": "T",
          "aa_start": 188,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4333,
          "cdna_start": 615,
          "cds_end": null,
          "cds_length": 3717,
          "cds_start": 563,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047424951.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.563C>A",
          "hgvs_p": "p.Thr188Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280907.1",
          "strand": true,
          "transcript": "XM_047424951.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1237,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4330,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3714,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424952.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280908.1",
          "strand": true,
          "transcript": "XM_047424952.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1228,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4303,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3687,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424953.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280909.1",
          "strand": true,
          "transcript": "XM_047424953.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1226,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4297,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3681,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424954.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280910.1",
          "strand": true,
          "transcript": "XM_047424954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1220,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4279,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3663,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424955.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280911.1",
          "strand": true,
          "transcript": "XM_047424955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1179,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4156,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 3540,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047424956.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280912.1",
          "strand": true,
          "transcript": "XM_047424956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 1148,
          "aa_ref": "T",
          "aa_start": 53,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4318,
          "cdna_start": 465,
          "cds_end": null,
          "cds_length": 3447,
          "cds_start": 158,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 29,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047424957.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.158C>A",
          "hgvs_p": "p.Thr53Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047280913.1",
          "strand": true,
          "transcript": "XM_047424957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "N",
          "aa_end": null,
          "aa_length": 729,
          "aa_ref": "T",
          "aa_start": 246,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2309,
          "cdna_start": 789,
          "cds_end": null,
          "cds_length": 2190,
          "cds_start": 737,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011539572.3",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.737C>A",
          "hgvs_p": "p.Thr246Asn",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011537874.1",
          "strand": true,
          "transcript": "XM_011539572.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 711,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4472,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2136,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 30,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001367406.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.-984C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354335.1",
          "strand": true,
          "transcript": "NM_001367406.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1304,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3915,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884834.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.733-651C>A",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554893.1",
          "strand": true,
          "transcript": "ENST00000884834.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1288,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4483,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3867,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001367404.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.685-651C>A",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001354333.1",
          "strand": true,
          "transcript": "NM_001367404.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4502,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3828,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000884826.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "c.733-651C>A",
          "hgvs_p": null,
          "intron_rank": 8,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000554884.1",
          "strand": true,
          "transcript": "ENST00000884826.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4985,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 33,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NR_159966.1",
          "gene_hgnc_id": 23414,
          "gene_symbol": "WASHC2C",
          "hgvs_c": "n.999C>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": "NR_159966.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs782647105",
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 23414,
      "gene_symbol": "WASHC2C",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -0.202,
      "pos": 45750100,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.101,
      "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_001367395.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.