← 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-30897427-A-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=6&pos=30897427&ref=A&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "6",
"pos": 30897427,
"ref": "A",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_013994.3",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001297654.2",
"protein_id": "NP_001284583.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000376568.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297654.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000376568.8",
"protein_id": "ENSP00000365752.3",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001297654.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376568.8"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000452441.5",
"protein_id": "ENSP00000405039.1",
"transcript_support_level": 1,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000452441.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000376567.6",
"protein_id": "ENSP00000365751.2",
"transcript_support_level": 1,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376567.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000376570.8",
"protein_id": "ENSP00000365754.4",
"transcript_support_level": 1,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376570.8"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2136A>C",
"hgvs_p": "p.Pro712Pro",
"transcript": "ENST00000908941.1",
"protein_id": "ENSP00000579000.1",
"transcript_support_level": null,
"aa_start": 712,
"aa_end": null,
"aa_length": 943,
"cds_start": 2136,
"cds_end": null,
"cds_length": 2832,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908941.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "ENST00000956426.1",
"protein_id": "ENSP00000626485.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 921,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956426.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2067A>C",
"hgvs_p": "p.Pro689Pro",
"transcript": "ENST00000956424.1",
"protein_id": "ENSP00000626483.1",
"transcript_support_level": null,
"aa_start": 689,
"aa_end": null,
"aa_length": 920,
"cds_start": 2067,
"cds_end": null,
"cds_length": 2763,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956424.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "NM_001387892.1",
"protein_id": "NP_001374821.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387892.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "NM_013994.3",
"protein_id": "NP_054700.2",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013994.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "ENST00000513240.5",
"protein_id": "ENSP00000427552.1",
"transcript_support_level": 5,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513240.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387893.1",
"protein_id": "NP_001374822.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387893.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387894.1",
"protein_id": "NP_001374823.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387894.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387895.1",
"protein_id": "NP_001374824.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387895.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387896.1",
"protein_id": "NP_001374825.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387896.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387897.1",
"protein_id": "NP_001374826.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387897.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387898.1",
"protein_id": "NP_001374827.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387898.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387899.1",
"protein_id": "NP_001374828.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387899.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387900.1",
"protein_id": "NP_001374829.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387900.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387901.1",
"protein_id": "NP_001374830.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387901.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387902.1",
"protein_id": "NP_001374831.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387902.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387903.1",
"protein_id": "NP_001374832.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387903.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_001387904.1",
"protein_id": "NP_001374833.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387904.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "NM_013993.3",
"protein_id": "NP_054699.2",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013993.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000324771.12",
"protein_id": "ENSP00000318217.8",
"transcript_support_level": 5,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000324771.12"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908926.1",
"protein_id": "ENSP00000578985.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908926.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908927.1",
"protein_id": "ENSP00000578986.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908927.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908928.1",
"protein_id": "ENSP00000578987.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908928.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908930.1",
"protein_id": "ENSP00000578989.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908930.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908931.1",
"protein_id": "ENSP00000578990.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908931.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908933.1",
"protein_id": "ENSP00000578992.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908933.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908936.1",
"protein_id": "ENSP00000578995.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908936.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908937.1",
"protein_id": "ENSP00000578996.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908937.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908938.1",
"protein_id": "ENSP00000578997.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908938.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908939.1",
"protein_id": "ENSP00000578998.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908939.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908940.1",
"protein_id": "ENSP00000578999.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908940.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908942.1",
"protein_id": "ENSP00000579001.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908942.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908946.1",
"protein_id": "ENSP00000579005.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908946.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908947.1",
"protein_id": "ENSP00000579006.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908947.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908951.1",
"protein_id": "ENSP00000579010.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908951.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908955.1",
"protein_id": "ENSP00000579014.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908955.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908956.1",
"protein_id": "ENSP00000579015.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908956.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000908957.1",
"protein_id": "ENSP00000579016.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908957.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937422.1",
"protein_id": "ENSP00000607481.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937422.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937426.1",
"protein_id": "ENSP00000607485.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937426.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937429.1",
"protein_id": "ENSP00000607488.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937429.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937432.1",
"protein_id": "ENSP00000607491.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937432.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937433.1",
"protein_id": "ENSP00000607492.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937433.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937434.1",
"protein_id": "ENSP00000607493.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937434.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937436.1",
"protein_id": "ENSP00000607495.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937436.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937437.1",
"protein_id": "ENSP00000607496.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937437.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937438.1",
"protein_id": "ENSP00000607497.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937438.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937439.1",
"protein_id": "ENSP00000607498.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937439.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000937440.1",
"protein_id": "ENSP00000607499.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937440.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000956420.1",
"protein_id": "ENSP00000626479.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956420.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000956421.1",
"protein_id": "ENSP00000626480.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956421.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000956427.1",
"protein_id": "ENSP00000626486.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956427.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro",
"transcript": "ENST00000956428.1",
"protein_id": "ENSP00000626487.1",
"transcript_support_level": null,
"aa_start": 682,
"aa_end": null,
"aa_length": 913,
"cds_start": 2046,
"cds_end": null,
"cds_length": 2742,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956428.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1989A>C",
"hgvs_p": "p.Pro663Pro",
"transcript": "NM_001410869.1",
"protein_id": "NP_001397798.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 894,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001410869.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1989A>C",
"hgvs_p": "p.Pro663Pro",
"transcript": "ENST00000508312.5",
"protein_id": "ENSP00000422442.1",
"transcript_support_level": 2,
"aa_start": 663,
"aa_end": null,
"aa_length": 894,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508312.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1953A>C",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001387905.1",
"protein_id": "NP_001374834.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 882,
"cds_start": 1953,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387905.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1953A>C",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001387906.1",
"protein_id": "NP_001374835.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 882,
"cds_start": 1953,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387906.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1953A>C",
"hgvs_p": "p.Pro651Pro",
"transcript": "NM_001387907.1",
"protein_id": "NP_001374836.1",
"transcript_support_level": null,
"aa_start": 651,
"aa_end": null,
"aa_length": 882,
"cds_start": 1953,
"cds_end": null,
"cds_length": 2649,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387907.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001202523.3",
"protein_id": "NP_001189452.2",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001202523.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001297652.2",
"protein_id": "NP_001284581.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297652.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001297653.2",
"protein_id": "NP_001284582.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001297653.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387908.1",
"protein_id": "NP_001374837.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387908.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387909.1",
"protein_id": "NP_001374838.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387909.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387910.1",
"protein_id": "NP_001374839.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387910.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387911.1",
"protein_id": "NP_001374840.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387911.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387912.1",
"protein_id": "NP_001374841.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387912.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387913.1",
"protein_id": "NP_001374842.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387913.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387914.1",
"protein_id": "NP_001374843.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387914.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387915.1",
"protein_id": "NP_001374844.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387915.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387916.1",
"protein_id": "NP_001374845.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387916.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387917.1",
"protein_id": "NP_001374846.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387917.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001387918.1",
"protein_id": "NP_001374847.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001387918.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "NM_001954.5",
"protein_id": "NP_001945.3",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001954.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000376569.7",
"protein_id": "ENSP00000365753.3",
"transcript_support_level": 5,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000376569.7"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000418800.6",
"protein_id": "ENSP00000407699.2",
"transcript_support_level": 2,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000418800.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000454612.6",
"protein_id": "ENSP00000406091.2",
"transcript_support_level": 5,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454612.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908924.1",
"protein_id": "ENSP00000578983.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908924.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908925.1",
"protein_id": "ENSP00000578984.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908925.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908929.1",
"protein_id": "ENSP00000578988.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908929.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908932.1",
"protein_id": "ENSP00000578991.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908932.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908934.1",
"protein_id": "ENSP00000578993.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908934.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908935.1",
"protein_id": "ENSP00000578994.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908935.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908943.1",
"protein_id": "ENSP00000579002.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908943.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908944.1",
"protein_id": "ENSP00000579003.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908944.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908945.1",
"protein_id": "ENSP00000579004.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908945.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908948.1",
"protein_id": "ENSP00000579007.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908948.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908949.1",
"protein_id": "ENSP00000579008.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908949.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908950.1",
"protein_id": "ENSP00000579009.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908950.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908952.1",
"protein_id": "ENSP00000579011.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908952.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908953.1",
"protein_id": "ENSP00000579012.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908953.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908954.1",
"protein_id": "ENSP00000579013.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908954.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000908958.1",
"protein_id": "ENSP00000579017.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908958.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937421.1",
"protein_id": "ENSP00000607480.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937421.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937423.1",
"protein_id": "ENSP00000607482.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937423.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937428.1",
"protein_id": "ENSP00000607487.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937428.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937430.1",
"protein_id": "ENSP00000607489.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937430.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937431.1",
"protein_id": "ENSP00000607490.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937431.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937435.1",
"protein_id": "ENSP00000607494.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937435.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937441.1",
"protein_id": "ENSP00000607500.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937441.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000937442.1",
"protein_id": "ENSP00000607501.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937442.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000956422.1",
"protein_id": "ENSP00000626481.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956422.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000956423.1",
"protein_id": "ENSP00000626482.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956423.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000956425.1",
"protein_id": "ENSP00000626484.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956425.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1935A>C",
"hgvs_p": "p.Pro645Pro",
"transcript": "ENST00000956429.1",
"protein_id": "ENSP00000626488.1",
"transcript_support_level": null,
"aa_start": 645,
"aa_end": null,
"aa_length": 876,
"cds_start": 1935,
"cds_end": null,
"cds_length": 2631,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956429.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1761A>C",
"hgvs_p": "p.Pro587Pro",
"transcript": "ENST00000937424.1",
"protein_id": "ENSP00000607483.1",
"transcript_support_level": null,
"aa_start": 587,
"aa_end": null,
"aa_length": 818,
"cds_start": 1761,
"cds_end": null,
"cds_length": 2457,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937424.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1743A>C",
"hgvs_p": "p.Pro581Pro",
"transcript": "ENST00000937425.1",
"protein_id": "ENSP00000607484.1",
"transcript_support_level": null,
"aa_start": 581,
"aa_end": null,
"aa_length": 812,
"cds_start": 1743,
"cds_end": null,
"cds_length": 2439,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937425.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1608A>C",
"hgvs_p": "p.Pro536Pro",
"transcript": "NM_001202522.1",
"protein_id": "NP_001189451.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 767,
"cds_start": 1608,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001202522.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1608A>C",
"hgvs_p": "p.Pro536Pro",
"transcript": "ENST00000446312.5",
"protein_id": "ENSP00000405998.2",
"transcript_support_level": 5,
"aa_start": 536,
"aa_end": null,
"aa_length": 767,
"cds_start": 1608,
"cds_end": null,
"cds_length": 2304,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000446312.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1401A>C",
"hgvs_p": "p.Pro467Pro",
"transcript": "ENST00000937427.1",
"protein_id": "ENSP00000607486.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 698,
"cds_start": 1401,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000937427.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1116A>C",
"hgvs_p": "p.Pro372Pro",
"transcript": "ENST00000956419.1",
"protein_id": "ENSP00000626478.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 603,
"cds_start": 1116,
"cds_end": null,
"cds_length": 1812,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000956419.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1242A>C",
"hgvs_p": "p.Pro414Pro",
"transcript": "ENST00000417521.5",
"protein_id": "ENSP00000398682.1",
"transcript_support_level": 5,
"aa_start": 414,
"aa_end": null,
"aa_length": 492,
"cds_start": 1242,
"cds_end": null,
"cds_length": 1479,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000417521.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.114A>C",
"hgvs_p": "p.Pro38Pro",
"transcript": "ENST00000484556.1",
"protein_id": "ENSP00000424003.1",
"transcript_support_level": 2,
"aa_start": 38,
"aa_end": null,
"aa_length": 276,
"cds_start": 114,
"cds_end": null,
"cds_length": 831,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000484556.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419318.1",
"protein_id": "XP_047275274.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419318.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419319.1",
"protein_id": "XP_047275275.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419319.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419320.1",
"protein_id": "XP_047275276.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419320.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419321.1",
"protein_id": "XP_047275277.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419321.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419322.1",
"protein_id": "XP_047275278.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419322.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419323.1",
"protein_id": "XP_047275279.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419323.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2118A>C",
"hgvs_p": "p.Pro706Pro",
"transcript": "XM_047419324.1",
"protein_id": "XP_047275280.1",
"transcript_support_level": null,
"aa_start": 706,
"aa_end": null,
"aa_length": 937,
"cds_start": 2118,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419324.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2100A>C",
"hgvs_p": "p.Pro700Pro",
"transcript": "XM_047419325.1",
"protein_id": "XP_047275281.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 931,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419325.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2100A>C",
"hgvs_p": "p.Pro700Pro",
"transcript": "XM_047419326.1",
"protein_id": "XP_047275282.1",
"transcript_support_level": null,
"aa_start": 700,
"aa_end": null,
"aa_length": 931,
"cds_start": 2100,
"cds_end": null,
"cds_length": 2796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419326.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_011514884.2",
"protein_id": "XP_011513186.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514884.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_011514887.3",
"protein_id": "XP_011513189.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011514887.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_017011268.3",
"protein_id": "XP_016866757.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017011268.3"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_024446540.2",
"protein_id": "XP_024302308.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446540.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_024446541.2",
"protein_id": "XP_024302309.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024446541.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_047419327.1",
"protein_id": "XP_047275283.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419327.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_047419328.1",
"protein_id": "XP_047275284.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419328.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_047419329.1",
"protein_id": "XP_047275285.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419329.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro",
"transcript": "XM_047419330.1",
"protein_id": "XP_047275286.1",
"transcript_support_level": null,
"aa_start": 688,
"aa_end": null,
"aa_length": 919,
"cds_start": 2064,
"cds_end": null,
"cds_length": 2760,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419330.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.2007A>C",
"hgvs_p": "p.Pro669Pro",
"transcript": "XM_047419331.1",
"protein_id": "XP_047275287.1",
"transcript_support_level": null,
"aa_start": 669,
"aa_end": null,
"aa_length": 900,
"cds_start": 2007,
"cds_end": null,
"cds_length": 2703,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419331.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1989A>C",
"hgvs_p": "p.Pro663Pro",
"transcript": "XM_047419332.1",
"protein_id": "XP_047275288.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 894,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419332.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.1989A>C",
"hgvs_p": "p.Pro663Pro",
"transcript": "XM_047419333.1",
"protein_id": "XP_047275289.1",
"transcript_support_level": null,
"aa_start": 663,
"aa_end": null,
"aa_length": 894,
"cds_start": 1989,
"cds_end": null,
"cds_length": 2685,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.*163A>C",
"hgvs_p": null,
"transcript": "NM_001202521.1",
"protein_id": "NP_001189450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 508,
"cds_start": null,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001202521.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "n.*1103A>C",
"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": null,
"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": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "n.*1103A>C",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000482873.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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"hgvs_c": "c.*24A>C",
"hgvs_p": null,
"transcript": "ENST00000514434.1",
"protein_id": "ENSP00000427124.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 170,
"cds_start": null,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000514434.1"
}
],
"gene_symbol": "DDR1",
"gene_hgnc_id": 2730,
"dbsnp": "rs2267641",
"frequency_reference_population": 0.18376195,
"hom_count_reference_population": 33041,
"allele_count_reference_population": 296576,
"gnomad_exomes_af": 0.183517,
"gnomad_genomes_af": 0.186114,
"gnomad_exomes_ac": 268268,
"gnomad_genomes_ac": 28308,
"gnomad_exomes_homalt": 29883,
"gnomad_genomes_homalt": 3158,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.40299999713897705,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "REVEL",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.403,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.73,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -1.765,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP7,BA1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP7",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_013994.3",
"gene_symbol": "DDR1",
"hgnc_id": 2730,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2064A>C",
"hgvs_p": "p.Pro688Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}