← 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: 6-30892329-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "DDR1",
          "hgnc_id": 2730,
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "inheritance_mode": "AR",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_013994.3",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 10,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.2787,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.16,
      "chr": "6",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.7828389406204224,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3836,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001297654.2",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000376568.8",
          "protein_coding": true,
          "protein_id": "NP_001284583.1",
          "strand": true,
          "transcript": "NM_001297654.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3836,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000376568.8",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001297654.2",
          "protein_coding": true,
          "protein_id": "ENSP00000365752.3",
          "strand": true,
          "transcript": "ENST00000376568.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3857,
          "cdna_start": 1145,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000452441.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405039.1",
          "strand": true,
          "transcript": "ENST00000452441.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3832,
          "cdna_start": 1227,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000376567.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365751.2",
          "strand": true,
          "transcript": "ENST00000376567.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3820,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000376570.8",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365754.4",
          "strand": true,
          "transcript": "ENST00000376570.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 943,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3762,
          "cdna_start": 956,
          "cds_end": null,
          "cds_length": 2832,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908941.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579000.1",
          "strand": true,
          "transcript": "ENST00000908941.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 921,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3854,
          "cdna_start": 1118,
          "cds_end": null,
          "cds_length": 2766,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000956426.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626485.1",
          "strand": true,
          "transcript": "ENST00000956426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 920,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3924,
          "cdna_start": 1191,
          "cds_end": null,
          "cds_length": 2763,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000956424.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626483.1",
          "strand": true,
          "transcript": "ENST00000956424.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3712,
          "cdna_start": 978,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387892.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374821.1",
          "strand": true,
          "transcript": "NM_001387892.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3854,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_013994.3",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_054700.2",
          "strand": true,
          "transcript": "NM_013994.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2882,
          "cdna_start": 886,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000513240.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000427552.1",
          "strand": true,
          "transcript": "ENST00000513240.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3800,
          "cdna_start": 1084,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387893.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374822.1",
          "strand": true,
          "transcript": "NM_001387893.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3867,
          "cdna_start": 1151,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387894.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374823.1",
          "strand": true,
          "transcript": "NM_001387894.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3935,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387895.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374824.1",
          "strand": true,
          "transcript": "NM_001387895.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3749,
          "cdna_start": 1033,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387896.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374825.1",
          "strand": true,
          "transcript": "NM_001387896.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3923,
          "cdna_start": 1207,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387897.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374826.1",
          "strand": true,
          "transcript": "NM_001387897.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3706,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387898.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374827.1",
          "strand": true,
          "transcript": "NM_001387898.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4008,
          "cdna_start": 1292,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001387899.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374828.1",
          "strand": true,
          "transcript": "NM_001387899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3694,
          "cdna_start": 978,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387900.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374829.1",
          "strand": true,
          "transcript": "NM_001387900.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4105,
          "cdna_start": 1389,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387901.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374830.1",
          "strand": true,
          "transcript": "NM_001387901.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3879,
          "cdna_start": 1163,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387902.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374831.1",
          "strand": true,
          "transcript": "NM_001387902.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4129,
          "cdna_start": 1413,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387903.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374832.1",
          "strand": true,
          "transcript": "NM_001387903.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3762,
          "cdna_start": 1046,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387904.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374833.1",
          "strand": true,
          "transcript": "NM_001387904.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3892,
          "cdna_start": 1176,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_013993.3",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_054699.2",
          "strand": true,
          "transcript": "NM_013993.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4148,
          "cdna_start": 1434,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000324771.12",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000318217.8",
          "strand": true,
          "transcript": "ENST00000324771.12",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3724,
          "cdna_start": 1008,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908926.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578985.1",
          "strand": true,
          "transcript": "ENST00000908926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4533,
          "cdna_start": 995,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908927.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578986.1",
          "strand": true,
          "transcript": "ENST00000908927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3952,
          "cdna_start": 1236,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908928.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578987.1",
          "strand": true,
          "transcript": "ENST00000908928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3779,
          "cdna_start": 1063,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908930.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578989.1",
          "strand": true,
          "transcript": "ENST00000908930.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3927,
          "cdna_start": 1211,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908931.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578990.1",
          "strand": true,
          "transcript": "ENST00000908931.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3922,
          "cdna_start": 1209,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908933.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578992.1",
          "strand": true,
          "transcript": "ENST00000908933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3827,
          "cdna_start": 1114,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908936.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578995.1",
          "strand": true,
          "transcript": "ENST00000908936.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4066,
          "cdna_start": 1350,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000908937.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578996.1",
          "strand": true,
          "transcript": "ENST00000908937.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3934,
          "cdna_start": 1218,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908938.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578997.1",
          "strand": true,
          "transcript": "ENST00000908938.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3944,
          "cdna_start": 1228,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908939.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578998.1",
          "strand": true,
          "transcript": "ENST00000908939.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3764,
          "cdna_start": 1048,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908940.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578999.1",
          "strand": true,
          "transcript": "ENST00000908940.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4126,
          "cdna_start": 1413,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000908942.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579001.1",
          "strand": true,
          "transcript": "ENST00000908942.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3894,
          "cdna_start": 1178,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908946.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579005.1",
          "strand": true,
          "transcript": "ENST00000908946.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4295,
          "cdna_start": 1579,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908947.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579006.1",
          "strand": true,
          "transcript": "ENST00000908947.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3919,
          "cdna_start": 1203,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908951.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579010.1",
          "strand": true,
          "transcript": "ENST00000908951.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3848,
          "cdna_start": 1135,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908955.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579014.1",
          "strand": true,
          "transcript": "ENST00000908955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3928,
          "cdna_start": 1215,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908956.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579015.1",
          "strand": true,
          "transcript": "ENST00000908956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3679,
          "cdna_start": 963,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908957.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579016.1",
          "strand": true,
          "transcript": "ENST00000908957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3992,
          "cdna_start": 1280,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000937422.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607481.1",
          "strand": true,
          "transcript": "ENST00000937422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3929,
          "cdna_start": 1213,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000937426.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607485.1",
          "strand": true,
          "transcript": "ENST00000937426.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4009,
          "cdna_start": 1293,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937429.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607488.1",
          "strand": true,
          "transcript": "ENST00000937429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3835,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937432.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607491.1",
          "strand": true,
          "transcript": "ENST00000937432.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3828,
          "cdna_start": 1114,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937433.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607492.1",
          "strand": true,
          "transcript": "ENST00000937433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4085,
          "cdna_start": 1375,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937434.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607493.1",
          "strand": true,
          "transcript": "ENST00000937434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3982,
          "cdna_start": 1269,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000937436.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607495.1",
          "strand": true,
          "transcript": "ENST00000937436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4111,
          "cdna_start": 1395,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000937437.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607496.1",
          "strand": true,
          "transcript": "ENST00000937437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4333,
          "cdna_start": 1619,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000937438.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607497.1",
          "strand": true,
          "transcript": "ENST00000937438.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3761,
          "cdna_start": 1045,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937439.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607498.1",
          "strand": true,
          "transcript": "ENST00000937439.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3886,
          "cdna_start": 1170,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937440.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607499.1",
          "strand": true,
          "transcript": "ENST00000937440.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3685,
          "cdna_start": 974,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000956420.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626479.1",
          "strand": true,
          "transcript": "ENST00000956420.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3935,
          "cdna_start": 1223,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000956421.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626480.1",
          "strand": true,
          "transcript": "ENST00000956421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3979,
          "cdna_start": 1265,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000956427.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626486.1",
          "strand": true,
          "transcript": "ENST00000956427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 913,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3780,
          "cdna_start": 1066,
          "cds_end": null,
          "cds_length": 2742,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000956428.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626487.1",
          "strand": true,
          "transcript": "ENST00000956428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 894,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3889,
          "cdna_start": 1284,
          "cds_end": null,
          "cds_length": 2685,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001410869.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001397798.1",
          "strand": true,
          "transcript": "NM_001410869.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 894,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3073,
          "cdna_start": 1192,
          "cds_end": null,
          "cds_length": 2685,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000508312.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422442.1",
          "strand": true,
          "transcript": "ENST00000508312.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 882,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3601,
          "cdna_start": 978,
          "cds_end": null,
          "cds_length": 2649,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387905.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374834.1",
          "strand": true,
          "transcript": "NM_001387905.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 882,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3743,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 2649,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387906.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374835.1",
          "strand": true,
          "transcript": "NM_001387906.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 882,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3613,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 2649,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387907.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374836.1",
          "strand": true,
          "transcript": "NM_001387907.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3782,
          "cdna_start": 1180,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001202523.3",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001189452.2",
          "strand": true,
          "transcript": "NM_001202523.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3583,
          "cdna_start": 978,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001297652.2",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001284581.1",
          "strand": true,
          "transcript": "NM_001297652.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3725,
          "cdna_start": 1120,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001297653.2",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001284582.1",
          "strand": true,
          "transcript": "NM_001297653.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3689,
          "cdna_start": 1084,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387908.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374837.1",
          "strand": true,
          "transcript": "NM_001387908.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3745,
          "cdna_start": 1140,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387909.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374838.1",
          "strand": true,
          "transcript": "NM_001387909.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3639,
          "cdna_start": 1034,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387910.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374839.1",
          "strand": true,
          "transcript": "NM_001387910.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3821,
          "cdna_start": 1216,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387911.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374840.1",
          "strand": true,
          "transcript": "NM_001387911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3765,
          "cdna_start": 1160,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387912.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374841.1",
          "strand": true,
          "transcript": "NM_001387912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3595,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001387913.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374842.1",
          "strand": true,
          "transcript": "NM_001387913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3768,
          "cdna_start": 1163,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387914.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374843.1",
          "strand": true,
          "transcript": "NM_001387914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3812,
          "cdna_start": 1207,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387915.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374844.1",
          "strand": true,
          "transcript": "NM_001387915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3781,
          "cdna_start": 1176,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387916.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374845.1",
          "strand": true,
          "transcript": "NM_001387916.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3784,
          "cdna_start": 1179,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001387917.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374846.1",
          "strand": true,
          "transcript": "NM_001387917.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3756,
          "cdna_start": 1151,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001387918.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001374847.1",
          "strand": true,
          "transcript": "NM_001387918.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3824,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001954.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001945.3",
          "strand": true,
          "transcript": "NM_001954.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3783,
          "cdna_start": 1178,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000376569.7",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365753.3",
          "strand": true,
          "transcript": "ENST00000376569.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3588,
          "cdna_start": 1299,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000418800.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000407699.2",
          "strand": true,
          "transcript": "ENST00000418800.6",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3942,
          "cdna_start": 1337,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "ENST00000454612.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000406091.2",
          "strand": true,
          "transcript": "ENST00000454612.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4745,
          "cdna_start": 1318,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908924.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578983.1",
          "strand": true,
          "transcript": "ENST00000908924.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3610,
          "cdna_start": 1005,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908925.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578984.1",
          "strand": true,
          "transcript": "ENST00000908925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4005,
          "cdna_start": 1400,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908929.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578988.1",
          "strand": true,
          "transcript": "ENST00000908929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3827,
          "cdna_start": 1223,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908932.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578991.1",
          "strand": true,
          "transcript": "ENST00000908932.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3900,
          "cdna_start": 1298,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000908934.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578993.1",
          "strand": true,
          "transcript": "ENST00000908934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4059,
          "cdna_start": 1457,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000908935.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000578994.1",
          "strand": true,
          "transcript": "ENST00000908935.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3614,
          "cdna_start": 1011,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908943.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579002.1",
          "strand": true,
          "transcript": "ENST00000908943.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3628,
          "cdna_start": 1023,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908944.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579003.1",
          "strand": true,
          "transcript": "ENST00000908944.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3636,
          "cdna_start": 1031,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908945.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579004.1",
          "strand": true,
          "transcript": "ENST00000908945.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4278,
          "cdna_start": 1676,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000908948.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579007.1",
          "strand": true,
          "transcript": "ENST00000908948.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4645,
          "cdna_start": 1222,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908949.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579008.1",
          "strand": true,
          "transcript": "ENST00000908949.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3559,
          "cdna_start": 954,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908950.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579009.1",
          "strand": true,
          "transcript": "ENST00000908950.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3976,
          "cdna_start": 1373,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000908952.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579011.1",
          "strand": true,
          "transcript": "ENST00000908952.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3651,
          "cdna_start": 1046,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908953.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579012.1",
          "strand": true,
          "transcript": "ENST00000908953.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3730,
          "cdna_start": 1129,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000908954.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579013.1",
          "strand": true,
          "transcript": "ENST00000908954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3654,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000908958.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000579017.1",
          "strand": true,
          "transcript": "ENST00000908958.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3688,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937421.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607480.1",
          "strand": true,
          "transcript": "ENST00000937421.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4472,
          "cdna_start": 1049,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937423.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607482.1",
          "strand": true,
          "transcript": "ENST00000937423.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3901,
          "cdna_start": 1296,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937428.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607487.1",
          "strand": true,
          "transcript": "ENST00000937428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3811,
          "cdna_start": 1208,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937430.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607489.1",
          "strand": true,
          "transcript": "ENST00000937430.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3779,
          "cdna_start": 1174,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937431.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607490.1",
          "strand": true,
          "transcript": "ENST00000937431.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3801,
          "cdna_start": 1196,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937435.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607494.1",
          "strand": true,
          "transcript": "ENST00000937435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3772,
          "cdna_start": 1167,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000937441.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607500.1",
          "strand": true,
          "transcript": "ENST00000937441.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3758,
          "cdna_start": 1153,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937442.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607501.1",
          "strand": true,
          "transcript": "ENST00000937442.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3835,
          "cdna_start": 1232,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000956422.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626481.1",
          "strand": true,
          "transcript": "ENST00000956422.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3644,
          "cdna_start": 1041,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000956423.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626482.1",
          "strand": true,
          "transcript": "ENST00000956423.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3783,
          "cdna_start": 1182,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000956425.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626484.1",
          "strand": true,
          "transcript": "ENST00000956425.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 876,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3664,
          "cdna_start": 1061,
          "cds_end": null,
          "cds_length": 2631,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000956429.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626488.1",
          "strand": true,
          "transcript": "ENST00000956429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3407,
          "cdna_start": 976,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937424.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607483.1",
          "strand": true,
          "transcript": "ENST00000937424.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 812,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3373,
          "cdna_start": 963,
          "cds_end": null,
          "cds_length": 2439,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 17,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000937425.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607484.1",
          "strand": true,
          "transcript": "ENST00000937425.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 767,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3206,
          "cdna_start": 928,
          "cds_end": null,
          "cds_length": 2304,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001202522.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001189451.1",
          "strand": true,
          "transcript": "NM_001202522.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 767,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3202,
          "cdna_start": 928,
          "cds_end": null,
          "cds_length": 2304,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000446312.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000405998.2",
          "strand": true,
          "transcript": "ENST00000446312.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 508,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3288,
          "cdna_start": 928,
          "cds_end": null,
          "cds_length": 1527,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001202521.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001189450.1",
          "strand": true,
          "transcript": "NM_001202521.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 492,
          "aa_ref": "R",
          "aa_start": 92,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1479,
          "cdna_start": 274,
          "cds_end": null,
          "cds_length": 1479,
          "cds_start": 274,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000417521.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.274C>T",
          "hgvs_p": "p.Arg92Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000398682.1",
          "strand": true,
          "transcript": "ENST00000417521.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4231,
          "cdna_start": 1497,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419318.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275274.1",
          "strand": true,
          "transcript": "XM_047419318.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4049,
          "cdna_start": 1315,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419319.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275275.1",
          "strand": true,
          "transcript": "XM_047419319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4137,
          "cdna_start": 1403,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047419320.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275276.1",
          "strand": true,
          "transcript": "XM_047419320.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4200,
          "cdna_start": 1466,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 12,
          "exon_rank_end": null,
          "feature": "XM_047419321.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275277.1",
          "strand": true,
          "transcript": "XM_047419321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4112,
          "cdna_start": 1378,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047419322.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275278.1",
          "strand": true,
          "transcript": "XM_047419322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4074,
          "cdna_start": 1340,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419323.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275279.1",
          "strand": true,
          "transcript": "XM_047419323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 937,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4155,
          "cdna_start": 1421,
          "cds_end": null,
          "cds_length": 2814,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419324.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275280.1",
          "strand": true,
          "transcript": "XM_047419324.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4043,
          "cdna_start": 1327,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419325.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275281.1",
          "strand": true,
          "transcript": "XM_047419325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 931,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4031,
          "cdna_start": 1315,
          "cds_end": null,
          "cds_length": 2796,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419326.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275282.1",
          "strand": true,
          "transcript": "XM_047419326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4047,
          "cdna_start": 1313,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011514884.2",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011513186.1",
          "strand": true,
          "transcript": "XM_011514884.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3818,
          "cdna_start": 1084,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_011514887.3",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011513189.1",
          "strand": true,
          "transcript": "XM_011514887.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3734,
          "cdna_start": 1000,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_017011268.3",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016866757.1",
          "strand": true,
          "transcript": "XM_017011268.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3953,
          "cdna_start": 1219,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 20,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_024446540.2",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024302308.1",
          "strand": true,
          "transcript": "XM_024446540.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3894,
          "cdna_start": 1160,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_024446541.2",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024302309.1",
          "strand": true,
          "transcript": "XM_024446541.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3897,
          "cdna_start": 1163,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419327.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275283.1",
          "strand": true,
          "transcript": "XM_047419327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4117,
          "cdna_start": 1383,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_047419328.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275284.1",
          "strand": true,
          "transcript": "XM_047419328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3957,
          "cdna_start": 1223,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419329.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275285.1",
          "strand": true,
          "transcript": "XM_047419329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 919,
          "aa_ref": "R",
          "aa_start": 296,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3737,
          "cdna_start": 1003,
          "cds_end": null,
          "cds_length": 2760,
          "cds_start": 886,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 18,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047419330.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.886C>T",
          "hgvs_p": "p.Arg296Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275286.1",
          "strand": true,
          "transcript": "XM_047419330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 900,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3950,
          "cdna_start": 1327,
          "cds_end": null,
          "cds_length": 2703,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419331.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275287.1",
          "strand": true,
          "transcript": "XM_047419331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 894,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3932,
          "cdna_start": 1327,
          "cds_end": null,
          "cds_length": 2685,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419332.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275288.1",
          "strand": true,
          "transcript": "XM_047419332.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "C",
          "aa_end": null,
          "aa_length": 894,
          "aa_ref": "R",
          "aa_start": 314,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3920,
          "cdna_start": 1315,
          "cds_end": null,
          "cds_length": 2685,
          "cds_start": 940,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047419333.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.940C>T",
          "hgvs_p": "p.Arg314Cys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275289.1",
          "strand": true,
          "transcript": "XM_047419333.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 698,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3023,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2097,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 14,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000937427.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.566-739C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000607486.1",
          "strand": true,
          "transcript": "ENST00000937427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 603,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2759,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1812,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 12,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000956419.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.418-2177C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000626478.1",
          "strand": true,
          "transcript": "ENST00000956419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2673,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000482873.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "n.*54C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000421978.1",
          "strand": true,
          "transcript": "ENST00000482873.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2673,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000482873.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "n.*54C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000421978.1",
          "strand": true,
          "transcript": "ENST00000482873.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 243,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 732,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 732,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000376575.7",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.*161C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000365759.4",
          "strand": true,
          "transcript": "ENST00000376575.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1248,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 860,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000460944.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.*26C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000426420.1",
          "strand": true,
          "transcript": "ENST00000460944.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 266,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1257,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 801,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000428153.6",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "c.*192C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000390593.2",
          "strand": true,
          "transcript": "ENST00000428153.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 515,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000485023.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "n.*151C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000485023.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 545,
          "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": "ENST00000507533.1",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "n.*244C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000507533.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 836,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000508472.5",
          "gene_hgnc_id": 2730,
          "gene_symbol": "DDR1",
          "hgvs_c": "n.*15C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000508472.5",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs780397649",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000063529496,
      "gene_hgnc_id": 2730,
      "gene_symbol": "DDR1",
      "gnomad_exomes_ac": 8,
      "gnomad_exomes_af": 0.00000562642,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 2,
      "gnomad_genomes_af": 0.0000131399,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.626,
      "pos": 30892329,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.378,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_013994.3"
    }
  ]
}
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.