← 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": "ENST00000376568.8",
"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": 2280,
"cdna_end": null,
"cdna_length": 3836,
"mane_select": "ENST00000376568.8",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2280,
"cdna_end": null,
"cdna_length": 3836,
"mane_select": "NM_001297654.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2305,
"cdna_end": null,
"cdna_length": 3857,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2276,
"cdna_end": null,
"cdna_length": 3832,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2268,
"cdna_end": null,
"cdna_length": 3820,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2156,
"cdna_end": null,
"cdna_length": 3712,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2298,
"cdna_end": null,
"cdna_length": 3854,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2064,
"cdna_end": null,
"cdna_length": 2882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2244,
"cdna_end": null,
"cdna_length": 3800,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2311,
"cdna_end": null,
"cdna_length": 3867,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2379,
"cdna_end": null,
"cdna_length": 3935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2193,
"cdna_end": null,
"cdna_length": 3749,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2367,
"cdna_end": null,
"cdna_length": 3923,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2150,
"cdna_end": null,
"cdna_length": 3706,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2452,
"cdna_end": null,
"cdna_length": 4008,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2138,
"cdna_end": null,
"cdna_length": 3694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2549,
"cdna_end": null,
"cdna_length": 4105,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2323,
"cdna_end": null,
"cdna_length": 3879,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2573,
"cdna_end": null,
"cdna_length": 4129,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2206,
"cdna_end": null,
"cdna_length": 3762,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2336,
"cdna_end": null,
"cdna_length": 3892,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2594,
"cdna_end": null,
"cdna_length": 4148,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2333,
"cdna_end": null,
"cdna_length": 3889,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2241,
"cdna_end": null,
"cdna_length": 3073,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2045,
"cdna_end": null,
"cdna_length": 3601,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2187,
"cdna_end": null,
"cdna_length": 3743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2057,
"cdna_end": null,
"cdna_length": 3613,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2229,
"cdna_end": null,
"cdna_length": 3782,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2027,
"cdna_end": null,
"cdna_length": 3583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2169,
"cdna_end": null,
"cdna_length": 3725,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2133,
"cdna_end": null,
"cdna_length": 3689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2189,
"cdna_end": null,
"cdna_length": 3745,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2083,
"cdna_end": null,
"cdna_length": 3639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2265,
"cdna_end": null,
"cdna_length": 3821,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2209,
"cdna_end": null,
"cdna_length": 3765,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2039,
"cdna_end": null,
"cdna_length": 3595,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2212,
"cdna_end": null,
"cdna_length": 3768,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2256,
"cdna_end": null,
"cdna_length": 3812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2225,
"cdna_end": null,
"cdna_length": 3781,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2228,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2200,
"cdna_end": null,
"cdna_length": 3756,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2268,
"cdna_end": null,
"cdna_length": 3824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2227,
"cdna_end": null,
"cdna_length": 3783,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2348,
"cdna_end": null,
"cdna_length": 3588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2386,
"cdna_end": null,
"cdna_length": 3942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1650,
"cdna_end": null,
"cdna_length": 3206,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1650,
"cdna_end": null,
"cdna_length": 3202,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 1242,
"cdna_end": null,
"cdna_length": 1479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 116,
"cdna_end": null,
"cdna_length": 1038,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2675,
"cdna_end": null,
"cdna_length": 4231,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2493,
"cdna_end": null,
"cdna_length": 4049,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2581,
"cdna_end": null,
"cdna_length": 4137,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2644,
"cdna_end": null,
"cdna_length": 4200,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2556,
"cdna_end": null,
"cdna_length": 4112,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2518,
"cdna_end": null,
"cdna_length": 4074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2599,
"cdna_end": null,
"cdna_length": 4155,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2487,
"cdna_end": null,
"cdna_length": 4043,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2475,
"cdna_end": null,
"cdna_length": 4031,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2491,
"cdna_end": null,
"cdna_length": 4047,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2262,
"cdna_end": null,
"cdna_length": 3818,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2178,
"cdna_end": null,
"cdna_length": 3734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2397,
"cdna_end": null,
"cdna_length": 3953,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2338,
"cdna_end": null,
"cdna_length": 3894,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2341,
"cdna_end": null,
"cdna_length": 3897,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2561,
"cdna_end": null,
"cdna_length": 4117,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2401,
"cdna_end": null,
"cdna_length": 3957,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2181,
"cdna_end": null,
"cdna_length": 3737,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2394,
"cdna_end": null,
"cdna_length": 3950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2376,
"cdna_end": null,
"cdna_length": 3932,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 2364,
"cdna_end": null,
"cdna_length": 3920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": -4,
"cds_end": null,
"cds_length": 1527,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3288,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": -4,
"cds_end": null,
"cds_length": 513,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 514,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"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": "ENST00000376568.8",
"gene_symbol": "DDR1",
"hgnc_id": 2730,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2046A>C",
"hgvs_p": "p.Pro682Pro"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}