← 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: 2-219421511-G-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=2&pos=219421511&ref=G&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "2",
"pos": 219421511,
"ref": "G",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001927.4",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "NM_001927.4",
"protein_id": "NP_001918.3",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 470,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000373960.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001927.4"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000373960.4",
"protein_id": "ENSP00000363071.3",
"transcript_support_level": 1,
"aa_start": 399,
"aa_end": null,
"aa_length": 470,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1413,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001927.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373960.4"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000942906.1",
"protein_id": "ENSP00000612965.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 511,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1536,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942906.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000942898.1",
"protein_id": "ENSP00000612957.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 508,
"cds_start": 1195,
"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": "ENST00000942898.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000869000.1",
"protein_id": "ENSP00000539059.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 506,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1521,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869000.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000868999.1",
"protein_id": "ENSP00000539058.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 494,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1485,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868999.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000942903.1",
"protein_id": "ENSP00000612962.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 490,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1473,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942903.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000868989.1",
"protein_id": "ENSP00000539048.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 486,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1461,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868989.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000868993.1",
"protein_id": "ENSP00000539052.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 478,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1437,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868993.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000868996.1",
"protein_id": "ENSP00000539055.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 477,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868996.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1213G>T",
"hgvs_p": "p.Asp405Tyr",
"transcript": "ENST00000868997.1",
"protein_id": "ENSP00000539056.1",
"transcript_support_level": null,
"aa_start": 405,
"aa_end": null,
"aa_length": 476,
"cds_start": 1213,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868997.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1192G>T",
"hgvs_p": "p.Asp398Tyr",
"transcript": "NM_001382708.1",
"protein_id": "NP_001369637.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 469,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382708.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1192G>T",
"hgvs_p": "p.Asp398Tyr",
"transcript": "ENST00000868992.1",
"protein_id": "ENSP00000539051.1",
"transcript_support_level": null,
"aa_start": 398,
"aa_end": null,
"aa_length": 469,
"cds_start": 1192,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868992.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1183G>T",
"hgvs_p": "p.Asp395Tyr",
"transcript": "ENST00000942892.1",
"protein_id": "ENSP00000612951.1",
"transcript_support_level": null,
"aa_start": 395,
"aa_end": null,
"aa_length": 466,
"cds_start": 1183,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942892.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000942901.1",
"protein_id": "ENSP00000612960.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 466,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1401,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942901.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "NM_001382712.1",
"protein_id": "NP_001369641.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 465,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1398,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382712.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Asp393Tyr",
"transcript": "ENST00000868990.1",
"protein_id": "ENSP00000539049.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 464,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868990.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1177G>T",
"hgvs_p": "p.Asp393Tyr",
"transcript": "ENST00000942893.1",
"protein_id": "ENSP00000612952.1",
"transcript_support_level": null,
"aa_start": 393,
"aa_end": null,
"aa_length": 464,
"cds_start": 1177,
"cds_end": null,
"cds_length": 1395,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942893.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr",
"transcript": "NM_001382711.1",
"protein_id": "NP_001369640.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 463,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382711.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1174G>T",
"hgvs_p": "p.Asp392Tyr",
"transcript": "ENST00000868998.1",
"protein_id": "ENSP00000539057.1",
"transcript_support_level": null,
"aa_start": 392,
"aa_end": null,
"aa_length": 463,
"cds_start": 1174,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868998.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000942891.1",
"protein_id": "ENSP00000612950.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 463,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942891.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000942894.1",
"protein_id": "ENSP00000612953.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 462,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942894.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1144G>T",
"hgvs_p": "p.Asp382Tyr",
"transcript": "ENST00000942905.1",
"protein_id": "ENSP00000612964.1",
"transcript_support_level": null,
"aa_start": 382,
"aa_end": null,
"aa_length": 453,
"cds_start": 1144,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942905.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr",
"transcript": "ENST00000869001.1",
"protein_id": "ENSP00000539060.1",
"transcript_support_level": null,
"aa_start": 399,
"aa_end": null,
"aa_length": 452,
"cds_start": 1195,
"cds_end": null,
"cds_length": 1359,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869001.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1126G>T",
"hgvs_p": "p.Asp376Tyr",
"transcript": "NM_001382710.1",
"protein_id": "NP_001369639.1",
"transcript_support_level": null,
"aa_start": 376,
"aa_end": null,
"aa_length": 447,
"cds_start": 1126,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382710.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1114G>T",
"hgvs_p": "p.Asp372Tyr",
"transcript": "ENST00000942904.1",
"protein_id": "ENSP00000612963.1",
"transcript_support_level": null,
"aa_start": 372,
"aa_end": null,
"aa_length": 443,
"cds_start": 1114,
"cds_end": null,
"cds_length": 1332,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942904.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1105G>T",
"hgvs_p": "p.Asp369Tyr",
"transcript": "ENST00000942900.1",
"protein_id": "ENSP00000612959.1",
"transcript_support_level": null,
"aa_start": 369,
"aa_end": null,
"aa_length": 440,
"cds_start": 1105,
"cds_end": null,
"cds_length": 1323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942900.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1099G>T",
"hgvs_p": "p.Asp367Tyr",
"transcript": "ENST00000868991.1",
"protein_id": "ENSP00000539050.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 438,
"cds_start": 1099,
"cds_end": null,
"cds_length": 1317,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868991.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1069G>T",
"hgvs_p": "p.Asp357Tyr",
"transcript": "ENST00000942897.1",
"protein_id": "ENSP00000612956.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 428,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1287,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942897.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.1051G>T",
"hgvs_p": "p.Asp351Tyr",
"transcript": "ENST00000868995.1",
"protein_id": "ENSP00000539054.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 422,
"cds_start": 1051,
"cds_end": null,
"cds_length": 1269,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868995.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.985G>T",
"hgvs_p": "p.Asp329Tyr",
"transcript": "ENST00000942899.1",
"protein_id": "ENSP00000612958.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 400,
"cds_start": 985,
"cds_end": null,
"cds_length": 1203,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942899.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.973G>T",
"hgvs_p": "p.Asp325Tyr",
"transcript": "ENST00000868994.1",
"protein_id": "ENSP00000539053.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 396,
"cds_start": 973,
"cds_end": null,
"cds_length": 1191,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000868994.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.925G>T",
"hgvs_p": "p.Asp309Tyr",
"transcript": "NM_001382713.1",
"protein_id": "NP_001369642.1",
"transcript_support_level": null,
"aa_start": 309,
"aa_end": null,
"aa_length": 380,
"cds_start": 925,
"cds_end": null,
"cds_length": 1143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382713.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.889G>T",
"hgvs_p": "p.Asp297Tyr",
"transcript": "ENST00000942896.1",
"protein_id": "ENSP00000612955.1",
"transcript_support_level": null,
"aa_start": 297,
"aa_end": null,
"aa_length": 368,
"cds_start": 889,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942896.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.817G>T",
"hgvs_p": "p.Asp273Tyr",
"transcript": "ENST00000942895.1",
"protein_id": "ENSP00000612954.1",
"transcript_support_level": null,
"aa_start": 273,
"aa_end": null,
"aa_length": 344,
"cds_start": 817,
"cds_end": null,
"cds_length": 1035,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942895.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.814G>T",
"hgvs_p": "p.Asp272Tyr",
"transcript": "ENST00000869002.1",
"protein_id": "ENSP00000539061.1",
"transcript_support_level": null,
"aa_start": 272,
"aa_end": null,
"aa_length": 343,
"cds_start": 814,
"cds_end": null,
"cds_length": 1032,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000869002.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.763G>T",
"hgvs_p": "p.Asp255Tyr",
"transcript": "NM_001382709.1",
"protein_id": "NP_001369638.1",
"transcript_support_level": null,
"aa_start": 255,
"aa_end": null,
"aa_length": 326,
"cds_start": 763,
"cds_end": null,
"cds_length": 981,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001382709.1"
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "c.256G>T",
"hgvs_p": "p.Asp86Tyr",
"transcript": "ENST00000942902.1",
"protein_id": "ENSP00000612961.1",
"transcript_support_level": null,
"aa_start": 86,
"aa_end": null,
"aa_length": 157,
"cds_start": 256,
"cds_end": null,
"cds_length": 474,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942902.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "n.669G>T",
"hgvs_p": null,
"transcript": "ENST00000477226.6",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000477226.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "n.590G>T",
"hgvs_p": null,
"transcript": "ENST00000492726.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000492726.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"hgvs_c": "n.583G>T",
"hgvs_p": null,
"transcript": "ENST00000683013.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000683013.1"
}
],
"gene_symbol": "DES",
"gene_hgnc_id": 2770,
"dbsnp": "rs61130669",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9973687529563904,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "CardioboostCm",
"splice_score_selected": 0.4000000059604645,
"splice_prediction_selected": "Uncertain_significance",
"splice_source_selected": "max_spliceai",
"revel_score": 0.835,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.9982,
"alphamissense_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.48,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.864,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.4,
"spliceai_max_prediction": "Uncertain_significance",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 11,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PM1,PM2,PP2,PP3_Strong,PP5_Moderate",
"acmg_by_gene": [
{
"score": 11,
"benign_score": 0,
"pathogenic_score": 11,
"criteria": [
"PM1",
"PM2",
"PP2",
"PP3_Strong",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001927.4",
"gene_symbol": "DES",
"hgnc_id": 2770,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR,SD",
"hgvs_c": "c.1195G>T",
"hgvs_p": "p.Asp399Tyr"
}
],
"clinvar_disease": "Desmin-related myofibrillar myopathy,not provided",
"clinvar_classification": "Likely pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LP:1 O:1",
"phenotype_combined": "not provided|Desmin-related myofibrillar myopathy",
"pathogenicity_classification_combined": "Likely pathogenic",
"custom_annotations": null
}
],
"message": null
}