← 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: 3-49531086-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "DAG1",
          "hgnc_id": 2666,
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_004393.6",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_score": 4,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.6001,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.38,
      "chr": "3",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": " type A9,Autosomal recessive limb-girdle muscular dystrophy type 2P,Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies),not provided",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1 O:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9260158538818359,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5387,
          "cdna_start": 858,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_004393.6",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000308775.7",
          "protein_coding": true,
          "protein_id": "NP_004384.5",
          "strand": true,
          "transcript": "NM_004393.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5387,
          "cdna_start": 858,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000308775.7",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_004393.6",
          "protein_coding": true,
          "protein_id": "ENSP00000312435.2",
          "strand": true,
          "transcript": "ENST00000308775.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5748,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001165928.4",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001159400.3",
          "strand": true,
          "transcript": "NM_001165928.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5691,
          "cdna_start": 1162,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001177634.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171105.2",
          "strand": true,
          "transcript": "NM_001177634.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5280,
          "cdna_start": 751,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001177635.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171106.2",
          "strand": true,
          "transcript": "NM_001177635.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5669,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001177636.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171107.2",
          "strand": true,
          "transcript": "NM_001177636.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5507,
          "cdna_start": 978,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001177637.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171108.2",
          "strand": true,
          "transcript": "NM_001177637.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5538,
          "cdna_start": 1009,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001177638.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171109.2",
          "strand": true,
          "transcript": "NM_001177638.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5228,
          "cdna_start": 699,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001177639.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171110.2",
          "strand": true,
          "transcript": "NM_001177639.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5444,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001177640.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171111.2",
          "strand": true,
          "transcript": "NM_001177640.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5534,
          "cdna_start": 1005,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001177641.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171112.2",
          "strand": true,
          "transcript": "NM_001177641.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5439,
          "cdna_start": 910,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001177642.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171113.2",
          "strand": true,
          "transcript": "NM_001177642.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5328,
          "cdna_start": 799,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001177643.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171114.2",
          "strand": true,
          "transcript": "NM_001177643.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5527,
          "cdna_start": 998,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001177644.3",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001171115.2",
          "strand": true,
          "transcript": "NM_001177644.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6032,
          "cdna_start": 1503,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001438880.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425809.1",
          "strand": true,
          "transcript": "NM_001438880.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5962,
          "cdna_start": 1433,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001438881.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425810.1",
          "strand": true,
          "transcript": "NM_001438881.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5905,
          "cdna_start": 1376,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001438882.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425811.1",
          "strand": true,
          "transcript": "NM_001438882.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5529,
          "cdna_start": 1000,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001438883.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425812.1",
          "strand": true,
          "transcript": "NM_001438883.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5774,
          "cdna_start": 1245,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001438884.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425813.1",
          "strand": true,
          "transcript": "NM_001438884.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5595,
          "cdna_start": 1066,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001438885.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425814.1",
          "strand": true,
          "transcript": "NM_001438885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5680,
          "cdna_start": 1151,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001438886.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425815.1",
          "strand": true,
          "transcript": "NM_001438886.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5957,
          "cdna_start": 1428,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001438887.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425816.1",
          "strand": true,
          "transcript": "NM_001438887.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5363,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001438888.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001425817.1",
          "strand": true,
          "transcript": "NM_001438888.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3441,
          "cdna_start": 1041,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000418588.6",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405859.2",
          "strand": true,
          "transcript": "ENST00000418588.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3396,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000421560.6",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000412067.2",
          "strand": true,
          "transcript": "ENST00000421560.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3541,
          "cdna_start": 1129,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000428779.7",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401382.3",
          "strand": true,
          "transcript": "ENST00000428779.7",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5665,
          "cdna_start": 1133,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000430636.2",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000401805.2",
          "strand": true,
          "transcript": "ENST00000430636.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3031,
          "cdna_start": 771,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000431960.6",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000388833.2",
          "strand": true,
          "transcript": "ENST00000431960.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3380,
          "cdna_start": 968,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000435508.8",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000415321.4",
          "strand": true,
          "transcript": "ENST00000435508.8",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3184,
          "cdna_start": 903,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000452060.7",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000410145.3",
          "strand": true,
          "transcript": "ENST00000452060.7",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5673,
          "cdna_start": 1144,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000452317.6",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000387859.2",
          "strand": true,
          "transcript": "ENST00000452317.6",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5672,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000466701.2",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513216.1",
          "strand": true,
          "transcript": "ENST00000466701.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5563,
          "cdna_start": 1034,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000469139.2",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501165.2",
          "strand": true,
          "transcript": "ENST00000469139.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5886,
          "cdna_start": 1354,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000496474.2",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513217.1",
          "strand": true,
          "transcript": "ENST00000496474.2",
          "transcript_support_level": 4
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4517,
          "cdna_start": 1111,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000673708.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000501140.1",
          "strand": true,
          "transcript": "ENST00000673708.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3539,
          "cdna_start": 1127,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000697271.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513218.1",
          "strand": true,
          "transcript": "ENST00000697271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5898,
          "cdna_start": 1365,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882459.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552518.1",
          "strand": true,
          "transcript": "ENST00000882459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5623,
          "cdna_start": 1094,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000882460.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552519.1",
          "strand": true,
          "transcript": "ENST00000882460.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5793,
          "cdna_start": 1264,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882461.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552520.1",
          "strand": true,
          "transcript": "ENST00000882461.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5776,
          "cdna_start": 1249,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000882462.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552521.1",
          "strand": true,
          "transcript": "ENST00000882462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5641,
          "cdna_start": 1112,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882463.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552522.1",
          "strand": true,
          "transcript": "ENST00000882463.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5657,
          "cdna_start": 1131,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882464.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552523.1",
          "strand": true,
          "transcript": "ENST00000882464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5650,
          "cdna_start": 1126,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882465.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552524.1",
          "strand": true,
          "transcript": "ENST00000882465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5940,
          "cdna_start": 1411,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000882466.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552525.1",
          "strand": true,
          "transcript": "ENST00000882466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5944,
          "cdna_start": 1415,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000882467.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552526.1",
          "strand": true,
          "transcript": "ENST00000882467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5723,
          "cdna_start": 1194,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000882468.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552527.1",
          "strand": true,
          "transcript": "ENST00000882468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5836,
          "cdna_start": 1307,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000882469.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552528.1",
          "strand": true,
          "transcript": "ENST00000882469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5883,
          "cdna_start": 1354,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882470.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552529.1",
          "strand": true,
          "transcript": "ENST00000882470.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5474,
          "cdna_start": 945,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000882471.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552530.1",
          "strand": true,
          "transcript": "ENST00000882471.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5678,
          "cdna_start": 1149,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882472.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552531.1",
          "strand": true,
          "transcript": "ENST00000882472.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5601,
          "cdna_start": 1072,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882473.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552532.1",
          "strand": true,
          "transcript": "ENST00000882473.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5525,
          "cdna_start": 998,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000882474.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552533.1",
          "strand": true,
          "transcript": "ENST00000882474.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5565,
          "cdna_start": 1036,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882475.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552534.1",
          "strand": true,
          "transcript": "ENST00000882475.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5668,
          "cdna_start": 1144,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882476.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552535.1",
          "strand": true,
          "transcript": "ENST00000882476.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5531,
          "cdna_start": 1004,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000882477.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552536.1",
          "strand": true,
          "transcript": "ENST00000882477.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5747,
          "cdna_start": 1218,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882478.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552537.1",
          "strand": true,
          "transcript": "ENST00000882478.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5613,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882479.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552538.1",
          "strand": true,
          "transcript": "ENST00000882479.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5978,
          "cdna_start": 1449,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882480.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552539.1",
          "strand": true,
          "transcript": "ENST00000882480.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5972,
          "cdna_start": 1445,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882481.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552540.1",
          "strand": true,
          "transcript": "ENST00000882481.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4535,
          "cdna_start": 1010,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000882482.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552541.1",
          "strand": true,
          "transcript": "ENST00000882482.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4805,
          "cdna_start": 1373,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882483.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552542.1",
          "strand": true,
          "transcript": "ENST00000882483.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4566,
          "cdna_start": 1124,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000882484.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552543.1",
          "strand": true,
          "transcript": "ENST00000882484.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3892,
          "cdna_start": 1307,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000882485.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552544.1",
          "strand": true,
          "transcript": "ENST00000882485.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5471,
          "cdna_start": 945,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000882486.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552545.1",
          "strand": true,
          "transcript": "ENST00000882486.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5627,
          "cdna_start": 1098,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000882487.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552546.1",
          "strand": true,
          "transcript": "ENST00000882487.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5666,
          "cdna_start": 1137,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936846.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606905.1",
          "strand": true,
          "transcript": "ENST00000936846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5708,
          "cdna_start": 1182,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936847.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606906.1",
          "strand": true,
          "transcript": "ENST00000936847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5289,
          "cdna_start": 765,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000936848.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606907.1",
          "strand": true,
          "transcript": "ENST00000936848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5523,
          "cdna_start": 994,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936849.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606908.1",
          "strand": true,
          "transcript": "ENST00000936849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5418,
          "cdna_start": 889,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936850.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606909.1",
          "strand": true,
          "transcript": "ENST00000936850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5632,
          "cdna_start": 1103,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936851.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606910.1",
          "strand": true,
          "transcript": "ENST00000936851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5503,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936852.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606911.1",
          "strand": true,
          "transcript": "ENST00000936852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5512,
          "cdna_start": 983,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936853.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606912.1",
          "strand": true,
          "transcript": "ENST00000936853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5496,
          "cdna_start": 969,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936854.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606913.1",
          "strand": true,
          "transcript": "ENST00000936854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5466,
          "cdna_start": 937,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936855.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606914.1",
          "strand": true,
          "transcript": "ENST00000936855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5461,
          "cdna_start": 950,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936856.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606915.1",
          "strand": true,
          "transcript": "ENST00000936856.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5835,
          "cdna_start": 1305,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000936857.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606916.1",
          "strand": true,
          "transcript": "ENST00000936857.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5738,
          "cdna_start": 1209,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000936858.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606917.1",
          "strand": true,
          "transcript": "ENST00000936858.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5679,
          "cdna_start": 1150,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000936859.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606918.1",
          "strand": true,
          "transcript": "ENST00000936859.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5869,
          "cdna_start": 1341,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936860.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606919.1",
          "strand": true,
          "transcript": "ENST00000936860.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5602,
          "cdna_start": 1075,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000936861.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606920.1",
          "strand": true,
          "transcript": "ENST00000936861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3577,
          "cdna_start": 993,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936862.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606921.1",
          "strand": true,
          "transcript": "ENST00000936862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3626,
          "cdna_start": 1047,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936863.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606922.1",
          "strand": true,
          "transcript": "ENST00000936863.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3623,
          "cdna_start": 1041,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000936864.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606923.1",
          "strand": true,
          "transcript": "ENST00000936864.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5468,
          "cdna_start": 939,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000936865.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000606924.1",
          "strand": true,
          "transcript": "ENST00000936865.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4561,
          "cdna_start": 1313,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000966346.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636405.1",
          "strand": true,
          "transcript": "ENST00000966346.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5752,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000966347.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636406.1",
          "strand": true,
          "transcript": "ENST00000966347.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4905,
          "cdna_start": 1451,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000966348.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636407.1",
          "strand": true,
          "transcript": "ENST00000966348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3973,
          "cdna_start": 1387,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000966349.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636408.1",
          "strand": true,
          "transcript": "ENST00000966349.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5701,
          "cdna_start": 1744,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000966350.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636409.1",
          "strand": true,
          "transcript": "ENST00000966350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5800,
          "cdna_start": 1271,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447542.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303498.1",
          "strand": true,
          "transcript": "XM_047447542.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5805,
          "cdna_start": 1276,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447543.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303499.1",
          "strand": true,
          "transcript": "XM_047447543.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5752,
          "cdna_start": 1223,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447545.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303501.1",
          "strand": true,
          "transcript": "XM_047447545.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5741,
          "cdna_start": 1212,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447546.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303502.1",
          "strand": true,
          "transcript": "XM_047447546.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5843,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "XM_047447549.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303505.1",
          "strand": true,
          "transcript": "XM_047447549.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5524,
          "cdna_start": 995,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447550.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303506.1",
          "strand": true,
          "transcript": "XM_047447550.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5548,
          "cdna_start": 1019,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447551.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303507.1",
          "strand": true,
          "transcript": "XM_047447551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5472,
          "cdna_start": 943,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047447552.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303508.1",
          "strand": true,
          "transcript": "XM_047447552.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5496,
          "cdna_start": 967,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047447553.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303509.1",
          "strand": true,
          "transcript": "XM_047447553.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5820,
          "cdna_start": 1291,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447555.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303511.1",
          "strand": true,
          "transcript": "XM_047447555.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5846,
          "cdna_start": 1317,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447557.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303513.1",
          "strand": true,
          "transcript": "XM_047447557.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6276,
          "cdna_start": 1747,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447558.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303514.1",
          "strand": true,
          "transcript": "XM_047447558.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5872,
          "cdna_start": 1343,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447559.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303515.1",
          "strand": true,
          "transcript": "XM_047447559.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5877,
          "cdna_start": 1348,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447560.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303516.1",
          "strand": true,
          "transcript": "XM_047447560.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5726,
          "cdna_start": 1197,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447561.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303517.1",
          "strand": true,
          "transcript": "XM_047447561.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5700,
          "cdna_start": 1171,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447562.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303518.1",
          "strand": true,
          "transcript": "XM_047447562.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5721,
          "cdna_start": 1192,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447563.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303519.1",
          "strand": true,
          "transcript": "XM_047447563.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5695,
          "cdna_start": 1166,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447564.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303520.1",
          "strand": true,
          "transcript": "XM_047447564.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5835,
          "cdna_start": 1306,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447565.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303521.1",
          "strand": true,
          "transcript": "XM_047447565.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5806,
          "cdna_start": 1277,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447566.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303522.1",
          "strand": true,
          "transcript": "XM_047447566.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5811,
          "cdna_start": 1282,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447567.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303523.1",
          "strand": true,
          "transcript": "XM_047447567.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5830,
          "cdna_start": 1301,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "XM_047447568.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303524.1",
          "strand": true,
          "transcript": "XM_047447568.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5704,
          "cdna_start": 1175,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447569.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303525.1",
          "strand": true,
          "transcript": "XM_047447569.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5754,
          "cdna_start": 1225,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447570.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303526.1",
          "strand": true,
          "transcript": "XM_047447570.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6125,
          "cdna_start": 1596,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447571.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303527.1",
          "strand": true,
          "transcript": "XM_047447571.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6177,
          "cdna_start": 1648,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447572.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303528.1",
          "strand": true,
          "transcript": "XM_047447572.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5553,
          "cdna_start": 1024,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447573.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303529.1",
          "strand": true,
          "transcript": "XM_047447573.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6182,
          "cdna_start": 1653,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447574.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303530.1",
          "strand": true,
          "transcript": "XM_047447574.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5549,
          "cdna_start": 1020,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047447575.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303531.1",
          "strand": true,
          "transcript": "XM_047447575.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5649,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447576.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303532.1",
          "strand": true,
          "transcript": "XM_047447576.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5682,
          "cdna_start": 1153,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047447577.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303533.1",
          "strand": true,
          "transcript": "XM_047447577.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5575,
          "cdna_start": 1046,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047447578.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303534.1",
          "strand": true,
          "transcript": "XM_047447578.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "M",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "T",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5606,
          "cdna_start": 1077,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 575,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_047447579.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "c.575C>T",
          "hgvs_p": "p.Thr192Met",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047303535.1",
          "strand": true,
          "transcript": "XM_047447579.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": 580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000461492.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "n.455C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000461492.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 711,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000479935.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "n.*175C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000479935.1",
          "transcript_support_level": 1
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs193922955",
      "effect": "missense_variant",
      "frequency_reference_population": 6.8404506e-7,
      "gene_hgnc_id": 2666,
      "gene_symbol": "DAG1",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.84045e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "Autosomal recessive limb-girdle muscular dystrophy type 2P|not provided|Autosomal recessive limb-girdle muscular dystrophy type 2P;Muscular dystrophy-dystroglycanopathy (congenital with brain and eye anomalies), type A9",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.855,
      "pos": 49531086,
      "ref": "C",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.821,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_004393.6"
    }
  ]
}
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.