← 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-30891069-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 30891069,
      "ref": "C",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "NM_013994.3",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001297654.2",
          "protein_id": "NP_001284583.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3836,
          "mane_select": "ENST00000376568.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297654.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000376568.8",
          "protein_id": "ENSP00000365752.3",
          "transcript_support_level": 1,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3836,
          "mane_select": "NM_001297654.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376568.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000452441.5",
          "protein_id": "ENSP00000405039.1",
          "transcript_support_level": 1,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 773,
          "cdna_end": null,
          "cdna_length": 3857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000452441.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000376567.6",
          "protein_id": "ENSP00000365751.2",
          "transcript_support_level": 1,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 855,
          "cdna_end": null,
          "cdna_length": 3832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376567.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000376570.8",
          "protein_id": "ENSP00000365754.4",
          "transcript_support_level": 1,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 3820,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376570.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000376575.7",
          "protein_id": "ENSP00000365759.4",
          "transcript_support_level": 1,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 243,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 732,
          "cdna_start": 514,
          "cdna_end": null,
          "cdna_length": 732,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376575.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908941.1",
          "protein_id": "ENSP00000579000.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 943,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2832,
          "cdna_start": 584,
          "cdna_end": null,
          "cdna_length": 3762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908941.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956426.1",
          "protein_id": "ENSP00000626485.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 921,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2766,
          "cdna_start": 746,
          "cdna_end": null,
          "cdna_length": 3854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956426.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956424.1",
          "protein_id": "ENSP00000626483.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 920,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2763,
          "cdna_start": 819,
          "cdna_end": null,
          "cdna_length": 3924,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956424.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387892.1",
          "protein_id": "NP_001374821.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 606,
          "cdna_end": null,
          "cdna_length": 3712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387892.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_013994.3",
          "protein_id": "NP_054700.2",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_013994.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000513240.5",
          "protein_id": "ENSP00000427552.1",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 514,
          "cdna_end": null,
          "cdna_length": 2882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000513240.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387893.1",
          "protein_id": "NP_001374822.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 712,
          "cdna_end": null,
          "cdna_length": 3800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387893.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387894.1",
          "protein_id": "NP_001374823.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 779,
          "cdna_end": null,
          "cdna_length": 3867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387894.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387895.1",
          "protein_id": "NP_001374824.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 3935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387895.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387896.1",
          "protein_id": "NP_001374825.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 661,
          "cdna_end": null,
          "cdna_length": 3749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387896.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387897.1",
          "protein_id": "NP_001374826.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 835,
          "cdna_end": null,
          "cdna_length": 3923,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387897.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387898.1",
          "protein_id": "NP_001374827.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 618,
          "cdna_end": null,
          "cdna_length": 3706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387898.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387899.1",
          "protein_id": "NP_001374828.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 920,
          "cdna_end": null,
          "cdna_length": 4008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387899.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387900.1",
          "protein_id": "NP_001374829.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 606,
          "cdna_end": null,
          "cdna_length": 3694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387900.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387901.1",
          "protein_id": "NP_001374830.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1017,
          "cdna_end": null,
          "cdna_length": 4105,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387901.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387902.1",
          "protein_id": "NP_001374831.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 791,
          "cdna_end": null,
          "cdna_length": 3879,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387902.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387903.1",
          "protein_id": "NP_001374832.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1041,
          "cdna_end": null,
          "cdna_length": 4129,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387903.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387904.1",
          "protein_id": "NP_001374833.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 674,
          "cdna_end": null,
          "cdna_length": 3762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387904.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_013993.3",
          "protein_id": "NP_054699.2",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 804,
          "cdna_end": null,
          "cdna_length": 3892,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_013993.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000324771.12",
          "protein_id": "ENSP00000318217.8",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1062,
          "cdna_end": null,
          "cdna_length": 4148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000324771.12"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908926.1",
          "protein_id": "ENSP00000578985.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 636,
          "cdna_end": null,
          "cdna_length": 3724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908926.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908927.1",
          "protein_id": "ENSP00000578986.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 623,
          "cdna_end": null,
          "cdna_length": 4533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908927.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908928.1",
          "protein_id": "ENSP00000578987.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 864,
          "cdna_end": null,
          "cdna_length": 3952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908928.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908930.1",
          "protein_id": "ENSP00000578989.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 691,
          "cdna_end": null,
          "cdna_length": 3779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908930.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908931.1",
          "protein_id": "ENSP00000578990.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 839,
          "cdna_end": null,
          "cdna_length": 3927,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908931.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908933.1",
          "protein_id": "ENSP00000578992.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 837,
          "cdna_end": null,
          "cdna_length": 3922,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908933.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908936.1",
          "protein_id": "ENSP00000578995.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 742,
          "cdna_end": null,
          "cdna_length": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908936.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908937.1",
          "protein_id": "ENSP00000578996.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 978,
          "cdna_end": null,
          "cdna_length": 4066,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908937.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908938.1",
          "protein_id": "ENSP00000578997.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 846,
          "cdna_end": null,
          "cdna_length": 3934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908938.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908939.1",
          "protein_id": "ENSP00000578998.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 856,
          "cdna_end": null,
          "cdna_length": 3944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908939.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908940.1",
          "protein_id": "ENSP00000578999.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 676,
          "cdna_end": null,
          "cdna_length": 3764,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908940.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908942.1",
          "protein_id": "ENSP00000579001.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1041,
          "cdna_end": null,
          "cdna_length": 4126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908942.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908946.1",
          "protein_id": "ENSP00000579005.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 806,
          "cdna_end": null,
          "cdna_length": 3894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908946.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908947.1",
          "protein_id": "ENSP00000579006.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1207,
          "cdna_end": null,
          "cdna_length": 4295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908947.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908951.1",
          "protein_id": "ENSP00000579010.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 831,
          "cdna_end": null,
          "cdna_length": 3919,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908951.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908955.1",
          "protein_id": "ENSP00000579014.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 763,
          "cdna_end": null,
          "cdna_length": 3848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908955.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908956.1",
          "protein_id": "ENSP00000579015.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 3928,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908956.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908957.1",
          "protein_id": "ENSP00000579016.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 591,
          "cdna_end": null,
          "cdna_length": 3679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908957.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937422.1",
          "protein_id": "ENSP00000607481.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 908,
          "cdna_end": null,
          "cdna_length": 3992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937422.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937426.1",
          "protein_id": "ENSP00000607485.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 841,
          "cdna_end": null,
          "cdna_length": 3929,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937426.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937429.1",
          "protein_id": "ENSP00000607488.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 921,
          "cdna_end": null,
          "cdna_length": 4009,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937429.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937432.1",
          "protein_id": "ENSP00000607491.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 747,
          "cdna_end": null,
          "cdna_length": 3835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937432.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937433.1",
          "protein_id": "ENSP00000607492.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 742,
          "cdna_end": null,
          "cdna_length": 3828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937433.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937434.1",
          "protein_id": "ENSP00000607493.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1003,
          "cdna_end": null,
          "cdna_length": 4085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937434.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937436.1",
          "protein_id": "ENSP00000607495.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 897,
          "cdna_end": null,
          "cdna_length": 3982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937436.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937437.1",
          "protein_id": "ENSP00000607496.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1023,
          "cdna_end": null,
          "cdna_length": 4111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937437.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937438.1",
          "protein_id": "ENSP00000607497.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 1247,
          "cdna_end": null,
          "cdna_length": 4333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937438.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937439.1",
          "protein_id": "ENSP00000607498.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 673,
          "cdna_end": null,
          "cdna_length": 3761,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937439.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937440.1",
          "protein_id": "ENSP00000607499.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 798,
          "cdna_end": null,
          "cdna_length": 3886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937440.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956420.1",
          "protein_id": "ENSP00000626479.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 602,
          "cdna_end": null,
          "cdna_length": 3685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956420.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956421.1",
          "protein_id": "ENSP00000626480.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 3935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956421.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956427.1",
          "protein_id": "ENSP00000626486.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 893,
          "cdna_end": null,
          "cdna_length": 3979,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956427.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956428.1",
          "protein_id": "ENSP00000626487.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 913,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2742,
          "cdna_start": 694,
          "cdna_end": null,
          "cdna_length": 3780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956428.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "NM_001410869.1",
          "protein_id": "NP_001397798.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": 912,
          "cdna_end": null,
          "cdna_length": 3889,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410869.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "ENST00000508312.5",
          "protein_id": "ENSP00000422442.1",
          "transcript_support_level": 2,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": 820,
          "cdna_end": null,
          "cdna_length": 3073,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000508312.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387905.1",
          "protein_id": "NP_001374834.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": 606,
          "cdna_end": null,
          "cdna_length": 3601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387905.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387906.1",
          "protein_id": "NP_001374835.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3743,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387906.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387907.1",
          "protein_id": "NP_001374836.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": 618,
          "cdna_end": null,
          "cdna_length": 3613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387907.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001202523.3",
          "protein_id": "NP_001189452.2",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 808,
          "cdna_end": null,
          "cdna_length": 3782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001202523.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001297652.2",
          "protein_id": "NP_001284581.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 606,
          "cdna_end": null,
          "cdna_length": 3583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297652.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001297653.2",
          "protein_id": "NP_001284582.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 748,
          "cdna_end": null,
          "cdna_length": 3725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001297653.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387908.1",
          "protein_id": "NP_001374837.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 712,
          "cdna_end": null,
          "cdna_length": 3689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387908.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387909.1",
          "protein_id": "NP_001374838.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 3745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387909.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387910.1",
          "protein_id": "NP_001374839.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 3639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387910.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387911.1",
          "protein_id": "NP_001374840.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 844,
          "cdna_end": null,
          "cdna_length": 3821,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387911.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387912.1",
          "protein_id": "NP_001374841.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 788,
          "cdna_end": null,
          "cdna_length": 3765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387912.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387913.1",
          "protein_id": "NP_001374842.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 618,
          "cdna_end": null,
          "cdna_length": 3595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387913.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387914.1",
          "protein_id": "NP_001374843.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 791,
          "cdna_end": null,
          "cdna_length": 3768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387914.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387915.1",
          "protein_id": "NP_001374844.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 835,
          "cdna_end": null,
          "cdna_length": 3812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387915.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387916.1",
          "protein_id": "NP_001374845.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 804,
          "cdna_end": null,
          "cdna_length": 3781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387916.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387917.1",
          "protein_id": "NP_001374846.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 807,
          "cdna_end": null,
          "cdna_length": 3784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387917.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001387918.1",
          "protein_id": "NP_001374847.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 779,
          "cdna_end": null,
          "cdna_length": 3756,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001387918.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001954.5",
          "protein_id": "NP_001945.3",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 3824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001954.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000376569.7",
          "protein_id": "ENSP00000365753.3",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 806,
          "cdna_end": null,
          "cdna_length": 3783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000376569.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000418800.6",
          "protein_id": "ENSP00000407699.2",
          "transcript_support_level": 2,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 927,
          "cdna_end": null,
          "cdna_length": 3588,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000418800.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000454612.6",
          "protein_id": "ENSP00000406091.2",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 965,
          "cdna_end": null,
          "cdna_length": 3942,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000454612.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908924.1",
          "protein_id": "ENSP00000578983.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 946,
          "cdna_end": null,
          "cdna_length": 4745,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908924.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908925.1",
          "protein_id": "ENSP00000578984.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 633,
          "cdna_end": null,
          "cdna_length": 3610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908925.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908929.1",
          "protein_id": "ENSP00000578988.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 1028,
          "cdna_end": null,
          "cdna_length": 4005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908929.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908932.1",
          "protein_id": "ENSP00000578991.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 3827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908932.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908934.1",
          "protein_id": "ENSP00000578993.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 926,
          "cdna_end": null,
          "cdna_length": 3900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908934.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908935.1",
          "protein_id": "ENSP00000578994.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 1085,
          "cdna_end": null,
          "cdna_length": 4059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908935.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908943.1",
          "protein_id": "ENSP00000579002.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 639,
          "cdna_end": null,
          "cdna_length": 3614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908943.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908944.1",
          "protein_id": "ENSP00000579003.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 651,
          "cdna_end": null,
          "cdna_length": 3628,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908944.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908945.1",
          "protein_id": "ENSP00000579004.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 659,
          "cdna_end": null,
          "cdna_length": 3636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908945.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908948.1",
          "protein_id": "ENSP00000579007.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 1304,
          "cdna_end": null,
          "cdna_length": 4278,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908948.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908949.1",
          "protein_id": "ENSP00000579008.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 850,
          "cdna_end": null,
          "cdna_length": 4645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908949.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908950.1",
          "protein_id": "ENSP00000579009.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 582,
          "cdna_end": null,
          "cdna_length": 3559,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908950.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908952.1",
          "protein_id": "ENSP00000579011.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 1001,
          "cdna_end": null,
          "cdna_length": 3976,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908952.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908953.1",
          "protein_id": "ENSP00000579012.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 674,
          "cdna_end": null,
          "cdna_length": 3651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908953.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908954.1",
          "protein_id": "ENSP00000579013.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 757,
          "cdna_end": null,
          "cdna_length": 3730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908954.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000908958.1",
          "protein_id": "ENSP00000579017.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 677,
          "cdna_end": null,
          "cdna_length": 3654,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000908958.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937421.1",
          "protein_id": "ENSP00000607480.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 711,
          "cdna_end": null,
          "cdna_length": 3688,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937421.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937423.1",
          "protein_id": "ENSP00000607482.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 677,
          "cdna_end": null,
          "cdna_length": 4472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937423.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937428.1",
          "protein_id": "ENSP00000607487.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 924,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937428.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937430.1",
          "protein_id": "ENSP00000607489.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 836,
          "cdna_end": null,
          "cdna_length": 3811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937430.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937431.1",
          "protein_id": "ENSP00000607490.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 3779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937431.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937435.1",
          "protein_id": "ENSP00000607494.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 824,
          "cdna_end": null,
          "cdna_length": 3801,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937435.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937441.1",
          "protein_id": "ENSP00000607500.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 795,
          "cdna_end": null,
          "cdna_length": 3772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937441.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937442.1",
          "protein_id": "ENSP00000607501.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 781,
          "cdna_end": null,
          "cdna_length": 3758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937442.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956422.1",
          "protein_id": "ENSP00000626481.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 860,
          "cdna_end": null,
          "cdna_length": 3835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956422.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956423.1",
          "protein_id": "ENSP00000626482.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 669,
          "cdna_end": null,
          "cdna_length": 3644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956423.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956425.1",
          "protein_id": "ENSP00000626484.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 810,
          "cdna_end": null,
          "cdna_length": 3783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956425.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000956429.1",
          "protein_id": "ENSP00000626488.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 689,
          "cdna_end": null,
          "cdna_length": 3664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956429.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937424.1",
          "protein_id": "ENSP00000607483.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": 604,
          "cdna_end": null,
          "cdna_length": 3407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937424.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937425.1",
          "protein_id": "ENSP00000607484.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 812,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2439,
          "cdna_start": 591,
          "cdna_end": null,
          "cdna_length": 3373,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937425.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001202522.1",
          "protein_id": "NP_001189451.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001202522.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000446312.5",
          "protein_id": "ENSP00000405998.2",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 767,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2304,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446312.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000937427.1",
          "protein_id": "ENSP00000607486.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 698,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2097,
          "cdna_start": 585,
          "cdna_end": null,
          "cdna_length": 3023,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000937427.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "NM_001202521.1",
          "protein_id": "NP_001189450.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 556,
          "cdna_end": null,
          "cdna_length": 3288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001202521.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000460944.6",
          "protein_id": "ENSP00000426420.1",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 860,
          "cdna_start": 902,
          "cdna_end": null,
          "cdna_length": 1248,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000460944.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000428153.6",
          "protein_id": "ENSP00000390593.2",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": 970,
          "cdna_end": null,
          "cdna_length": 1257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000428153.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "ENST00000421124.6",
          "protein_id": "ENSP00000409682.2",
          "transcript_support_level": 5,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 208,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 628,
          "cdna_start": 686,
          "cdna_end": null,
          "cdna_length": 800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000421124.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.463C>A",
          "hgvs_p": "p.Arg155Arg",
          "transcript": "ENST00000424544.2",
          "protein_id": "ENSP00000409400.2",
          "transcript_support_level": 4,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 463,
          "cds_end": null,
          "cds_length": 586,
          "cdna_start": 464,
          "cdna_end": null,
          "cdna_length": 587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000424544.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.40C>A",
          "hgvs_p": "p.Arg14Arg",
          "transcript": "ENST00000515219.5",
          "protein_id": "ENSP00000421152.1",
          "transcript_support_level": 5,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 68,
          "cds_start": 40,
          "cds_end": null,
          "cds_length": 208,
          "cdna_start": 313,
          "cdna_end": null,
          "cdna_length": 481,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000515219.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419318.1",
          "protein_id": "XP_047275274.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 1125,
          "cdna_end": null,
          "cdna_length": 4231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419318.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419319.1",
          "protein_id": "XP_047275275.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 943,
          "cdna_end": null,
          "cdna_length": 4049,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419319.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419320.1",
          "protein_id": "XP_047275276.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 1031,
          "cdna_end": null,
          "cdna_length": 4137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419320.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419321.1",
          "protein_id": "XP_047275277.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 1094,
          "cdna_end": null,
          "cdna_length": 4200,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419321.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419322.1",
          "protein_id": "XP_047275278.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 1006,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419322.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419323.1",
          "protein_id": "XP_047275279.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 968,
          "cdna_end": null,
          "cdna_length": 4074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419323.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419324.1",
          "protein_id": "XP_047275280.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 937,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2814,
          "cdna_start": 1049,
          "cdna_end": null,
          "cdna_length": 4155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419324.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419325.1",
          "protein_id": "XP_047275281.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": 955,
          "cdna_end": null,
          "cdna_length": 4043,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419325.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419326.1",
          "protein_id": "XP_047275282.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": 943,
          "cdna_end": null,
          "cdna_length": 4031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419326.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_011514884.2",
          "protein_id": "XP_011513186.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 941,
          "cdna_end": null,
          "cdna_length": 4047,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514884.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_011514887.3",
          "protein_id": "XP_011513189.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 712,
          "cdna_end": null,
          "cdna_length": 3818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011514887.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_017011268.3",
          "protein_id": "XP_016866757.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 628,
          "cdna_end": null,
          "cdna_length": 3734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017011268.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_024446540.2",
          "protein_id": "XP_024302308.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 847,
          "cdna_end": null,
          "cdna_length": 3953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446540.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_024446541.2",
          "protein_id": "XP_024302309.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 788,
          "cdna_end": null,
          "cdna_length": 3894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446541.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_047419327.1",
          "protein_id": "XP_047275283.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 791,
          "cdna_end": null,
          "cdna_length": 3897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419327.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_047419328.1",
          "protein_id": "XP_047275284.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1011,
          "cdna_end": null,
          "cdna_length": 4117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419328.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_047419329.1",
          "protein_id": "XP_047275285.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 851,
          "cdna_end": null,
          "cdna_length": 3957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419329.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg",
          "transcript": "XM_047419330.1",
          "protein_id": "XP_047275286.1",
          "transcript_support_level": null,
          "aa_start": 172,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 514,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 631,
          "cdna_end": null,
          "cdna_length": 3737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419330.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419331.1",
          "protein_id": "XP_047275287.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 900,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2703,
          "cdna_start": 955,
          "cdna_end": null,
          "cdna_length": 3950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419331.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419332.1",
          "protein_id": "XP_047275288.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": 955,
          "cdna_end": null,
          "cdna_length": 3932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419332.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.568C>A",
          "hgvs_p": "p.Arg190Arg",
          "transcript": "XM_047419333.1",
          "protein_id": "XP_047275289.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": 568,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": 943,
          "cdna_end": null,
          "cdna_length": 3920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419333.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.417+1639C>A",
          "hgvs_p": null,
          "transcript": "ENST00000956419.1",
          "protein_id": "ENSP00000626478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 603,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1812,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2759,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956419.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.621C>A",
          "hgvs_p": null,
          "transcript": "ENST00000431373.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 886,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000431373.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.514C>A",
          "hgvs_p": null,
          "transcript": "ENST00000482873.6",
          "protein_id": "ENSP00000421978.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2673,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000482873.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.310C>A",
          "hgvs_p": null,
          "transcript": "ENST00000507533.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000507533.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.479C>A",
          "hgvs_p": null,
          "transcript": "ENST00000508472.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000508472.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.*3C>A",
          "hgvs_p": null,
          "transcript": "ENST00000503495.5",
          "protein_id": "ENSP00000423749.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 195,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 589,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000503495.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.*4C>A",
          "hgvs_p": null,
          "transcript": "ENST00000512694.5",
          "protein_id": "ENSP00000426229.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 623,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000512694.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.*33C>A",
          "hgvs_p": null,
          "transcript": "ENST00000504927.5",
          "protein_id": "ENSP00000427597.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 159,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 542,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000504927.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.*54C>A",
          "hgvs_p": null,
          "transcript": "ENST00000437124.6",
          "protein_id": "ENSP00000394273.2",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 460,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000437124.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.*71C>A",
          "hgvs_p": null,
          "transcript": "ENST00000396342.6",
          "protein_id": "ENSP00000379631.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 146,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 443,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396342.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "c.*86C>A",
          "hgvs_p": null,
          "transcript": "ENST00000511510.5",
          "protein_id": "ENSP00000425113.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 141,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 547,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000511510.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.-73C>A",
          "hgvs_p": null,
          "transcript": "ENST00000485023.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 515,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000485023.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.*377C>A",
          "hgvs_p": null,
          "transcript": "ENST00000503628.5",
          "protein_id": "ENSP00000426799.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000503628.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "DDR1",
          "gene_hgnc_id": 2730,
          "hgvs_c": "n.*377C>A",
          "hgvs_p": null,
          "transcript": "ENST00000513749.5",
          "protein_id": "ENSP00000421753.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 584,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000513749.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR4640",
          "gene_hgnc_id": 41561,
          "hgvs_c": "n.*97C>A",
          "hgvs_p": null,
          "transcript": "ENST00000581824.1",
          "protein_id": null,
          "transcript_support_level": 6,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 90,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "miRNA",
          "feature": "ENST00000581824.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR4640",
          "gene_hgnc_id": 41561,
          "hgvs_c": "n.*97C>A",
          "hgvs_p": null,
          "transcript": "NR_039783.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 90,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_039783.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": null,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR4640",
          "gene_hgnc_id": 41561,
          "hgvs_c": "n.*156C>A",
          "hgvs_p": null,
          "transcript": "unassigned_transcript_1094",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 23,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "miRNA",
          "feature": "unassigned_transcript_1094"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": null,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "MIR4640",
          "gene_hgnc_id": 41561,
          "hgvs_c": "n.*99C>A",
          "hgvs_p": null,
          "transcript": "unassigned_transcript_1095",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 22,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "miRNA",
          "feature": "unassigned_transcript_1095"
        }
      ],
      "gene_symbol": "DDR1",
      "gene_hgnc_id": 2730,
      "dbsnp": "rs141547665",
      "frequency_reference_population": 0.0000030999563,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000136918,
      "gnomad_genomes_af": 0.0000197109,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.05400000140070915,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.054,
      "revel_prediction": "Benign",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.12,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.413,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 3,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_013994.3",
          "gene_symbol": "DDR1",
          "hgnc_id": 2730,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.514C>A",
          "hgvs_p": "p.Arg172Arg"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NR_039783.1",
          "gene_symbol": "MIR4640",
          "hgnc_id": 41561,
          "effects": [
            "downstream_gene_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.*97C>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.