← 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-49531443-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "DAG1",
          "hgnc_id": 2666,
          "hgvs_c": "c.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 2,
          "score": 2,
          "transcript": "NM_004393.6",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PP3_Moderate",
      "acmg_score": 2,
      "allele_count_reference_population": 10,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9494,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.25,
      "chr": "3",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Inborn genetic diseases,not provided",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8962242603302002,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5387,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5387,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5748,
          "cdna_start": 1576,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5691,
          "cdna_start": 1519,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5280,
          "cdna_start": 1108,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5669,
          "cdna_start": 1497,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5507,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5538,
          "cdna_start": 1366,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5228,
          "cdna_start": 1056,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5444,
          "cdna_start": 1272,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5534,
          "cdna_start": 1362,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5439,
          "cdna_start": 1267,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5328,
          "cdna_start": 1156,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5527,
          "cdna_start": 1355,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6032,
          "cdna_start": 1860,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5962,
          "cdna_start": 1790,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5905,
          "cdna_start": 1733,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5529,
          "cdna_start": 1357,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5774,
          "cdna_start": 1602,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5595,
          "cdna_start": 1423,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5680,
          "cdna_start": 1508,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5957,
          "cdna_start": 1785,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5363,
          "cdna_start": 1191,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3441,
          "cdna_start": 1398,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3396,
          "cdna_start": 1191,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3541,
          "cdna_start": 1486,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5665,
          "cdna_start": 1490,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3031,
          "cdna_start": 1128,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3380,
          "cdna_start": 1325,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3184,
          "cdna_start": 1260,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5673,
          "cdna_start": 1501,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5672,
          "cdna_start": 1497,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5563,
          "cdna_start": 1391,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5886,
          "cdna_start": 1711,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4517,
          "cdna_start": 1468,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3539,
          "cdna_start": 1484,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5898,
          "cdna_start": 1722,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5623,
          "cdna_start": 1451,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5793,
          "cdna_start": 1621,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5776,
          "cdna_start": 1606,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5641,
          "cdna_start": 1469,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5657,
          "cdna_start": 1488,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5650,
          "cdna_start": 1483,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5940,
          "cdna_start": 1768,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5944,
          "cdna_start": 1772,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5723,
          "cdna_start": 1551,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5836,
          "cdna_start": 1664,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5883,
          "cdna_start": 1711,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5474,
          "cdna_start": 1302,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5678,
          "cdna_start": 1506,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5601,
          "cdna_start": 1429,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5525,
          "cdna_start": 1355,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5565,
          "cdna_start": 1393,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5668,
          "cdna_start": 1501,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5531,
          "cdna_start": 1361,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5747,
          "cdna_start": 1575,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5613,
          "cdna_start": 1683,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5978,
          "cdna_start": 1806,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5972,
          "cdna_start": 1802,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4535,
          "cdna_start": 1367,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4805,
          "cdna_start": 1730,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4566,
          "cdna_start": 1481,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3892,
          "cdna_start": 1664,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5471,
          "cdna_start": 1302,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5627,
          "cdna_start": 1455,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5666,
          "cdna_start": 1494,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5708,
          "cdna_start": 1539,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5289,
          "cdna_start": 1122,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5523,
          "cdna_start": 1351,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5418,
          "cdna_start": 1246,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5632,
          "cdna_start": 1460,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5503,
          "cdna_start": 1331,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5512,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5496,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5466,
          "cdna_start": 1294,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5461,
          "cdna_start": 1307,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5835,
          "cdna_start": 1662,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5738,
          "cdna_start": 1566,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5679,
          "cdna_start": 1507,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5869,
          "cdna_start": 1698,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5602,
          "cdna_start": 1432,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3577,
          "cdna_start": 1350,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3626,
          "cdna_start": 1404,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3623,
          "cdna_start": 1398,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5468,
          "cdna_start": 1296,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4561,
          "cdna_start": 1670,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5752,
          "cdna_start": 1582,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4905,
          "cdna_start": 1808,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3973,
          "cdna_start": 1744,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5701,
          "cdna_start": 2101,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5800,
          "cdna_start": 1628,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5805,
          "cdna_start": 1633,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5752,
          "cdna_start": 1580,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5741,
          "cdna_start": 1569,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5843,
          "cdna_start": 1671,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5524,
          "cdna_start": 1352,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5548,
          "cdna_start": 1376,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5472,
          "cdna_start": 1300,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5496,
          "cdna_start": 1324,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5820,
          "cdna_start": 1648,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5846,
          "cdna_start": 1674,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6276,
          "cdna_start": 2104,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5872,
          "cdna_start": 1700,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5877,
          "cdna_start": 1705,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5726,
          "cdna_start": 1554,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5700,
          "cdna_start": 1528,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5721,
          "cdna_start": 1549,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5695,
          "cdna_start": 1523,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5835,
          "cdna_start": 1663,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5806,
          "cdna_start": 1634,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5811,
          "cdna_start": 1639,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5830,
          "cdna_start": 1658,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5704,
          "cdna_start": 1532,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5754,
          "cdna_start": 1582,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6125,
          "cdna_start": 1953,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6177,
          "cdna_start": 2005,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5553,
          "cdna_start": 1381,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6182,
          "cdna_start": 2010,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5549,
          "cdna_start": 1377,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5649,
          "cdna_start": 1477,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5682,
          "cdna_start": 1510,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5575,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": "P",
          "aa_end": null,
          "aa_length": 895,
          "aa_ref": "R",
          "aa_start": 311,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5606,
          "cdna_start": 1434,
          "cds_end": null,
          "cds_length": 2688,
          "cds_start": 932,
          "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.932G>C",
          "hgvs_p": "p.Arg311Pro",
          "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": [
            "downstream_gene_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000461492.1",
          "gene_hgnc_id": 2666,
          "gene_symbol": "DAG1",
          "hgvs_c": "n.*232G>C",
          "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
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs752813826",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000006840638,
      "gene_hgnc_id": 2666,
      "gene_symbol": "DAG1",
      "gnomad_exomes_ac": 10,
      "gnomad_exomes_af": 0.00000684064,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not provided|Inborn genetic diseases",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.993,
      "pos": 49531443,
      "ref": "G",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.512,
      "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.