← 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: 18-31069031-GTCC-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=31069031&ref=GTCC&alt=G&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "18",
"pos": 31069031,
"ref": "GTCC",
"alt": "G",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000280904.11",
"consequences": [
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del",
"transcript": "NM_024422.6",
"protein_id": "NP_077740.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 901,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2706,
"cdna_start": 2820,
"cdna_end": null,
"cdna_length": 12331,
"mane_select": "ENST00000280904.11",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del",
"transcript": "ENST00000280904.11",
"protein_id": "ENSP00000280904.6",
"transcript_support_level": 1,
"aa_start": 790,
"aa_end": null,
"aa_length": 901,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2706,
"cdna_start": 2820,
"cdna_end": null,
"cdna_length": 12331,
"mane_select": "NM_024422.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del",
"transcript": "ENST00000251081.8",
"protein_id": "ENSP00000251081.6",
"transcript_support_level": 1,
"aa_start": 790,
"aa_end": null,
"aa_length": 847,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2820,
"cdna_end": null,
"cdna_length": 12377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2389_2391delGGA",
"hgvs_p": "p.Gly797del",
"transcript": "ENST00000713707.1",
"protein_id": "ENSP00000519010.1",
"transcript_support_level": null,
"aa_start": 797,
"aa_end": null,
"aa_length": 908,
"cds_start": 2389,
"cds_end": null,
"cds_length": 2727,
"cdna_start": 2843,
"cdna_end": null,
"cdna_length": 5218,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2365_2367delGGA",
"hgvs_p": "p.Gly789del",
"transcript": "ENST00000713705.1",
"protein_id": "ENSP00000519008.1",
"transcript_support_level": null,
"aa_start": 789,
"aa_end": null,
"aa_length": 900,
"cds_start": 2365,
"cds_end": null,
"cds_length": 2703,
"cdna_start": 2759,
"cdna_end": null,
"cdna_length": 5134,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2359_2361delGGA",
"hgvs_p": "p.Gly787del",
"transcript": "ENST00000713702.1",
"protein_id": "ENSP00000519005.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 898,
"cds_start": 2359,
"cds_end": null,
"cds_length": 2697,
"cdna_start": 2809,
"cdna_end": null,
"cdna_length": 5188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2233_2235delGGA",
"hgvs_p": "p.Gly745del",
"transcript": "ENST00000713682.1",
"protein_id": "ENSP00000518985.1",
"transcript_support_level": null,
"aa_start": 745,
"aa_end": null,
"aa_length": 856,
"cds_start": 2233,
"cds_end": null,
"cds_length": 2571,
"cdna_start": 2696,
"cdna_end": null,
"cdna_length": 5071,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del",
"transcript": "ENST00000713704.1",
"protein_id": "ENSP00000519007.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 853,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 2524,
"cdna_end": null,
"cdna_length": 4895,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del",
"transcript": "NM_004949.5",
"protein_id": "NP_004940.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 847,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2544,
"cdna_start": 2820,
"cdna_end": null,
"cdna_length": 12377,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2359_2361delGGA",
"hgvs_p": "p.Gly787del",
"transcript": "ENST00000713706.1",
"protein_id": "ENSP00000519009.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 844,
"cds_start": 2359,
"cds_end": null,
"cds_length": 2535,
"cdna_start": 2809,
"cdna_end": null,
"cdna_length": 5230,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del",
"transcript": "ENST00000713722.1",
"protein_id": "ENSP00000519025.1",
"transcript_support_level": null,
"aa_start": 790,
"aa_end": null,
"aa_length": 839,
"cds_start": 2368,
"cds_end": null,
"cds_length": 2520,
"cdna_start": 2799,
"cdna_end": null,
"cdna_length": 5169,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2359_2361delGGA",
"hgvs_p": "p.Gly787del",
"transcript": "ENST00000713703.1",
"protein_id": "ENSP00000519006.1",
"transcript_support_level": null,
"aa_start": 787,
"aa_end": null,
"aa_length": 836,
"cds_start": 2359,
"cds_end": null,
"cds_length": 2511,
"cdna_start": 2814,
"cdna_end": null,
"cdna_length": 5188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.2143_2145delGGA",
"hgvs_p": "p.Gly715del",
"transcript": "ENST00000713720.1",
"protein_id": "ENSP00000519023.1",
"transcript_support_level": null,
"aa_start": 715,
"aa_end": null,
"aa_length": 772,
"cds_start": 2143,
"cds_end": null,
"cds_length": 2319,
"cdna_start": 2607,
"cdna_end": null,
"cdna_length": 5029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "NM_001406506.1",
"protein_id": "NP_001393435.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2341,
"cdna_end": null,
"cdna_length": 11852,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000648081.1",
"protein_id": "ENSP00000497441.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2425,
"cdna_end": null,
"cdna_length": 4778,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000682357.1",
"protein_id": "ENSP00000507826.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2369,
"cdna_end": null,
"cdna_length": 4722,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000713681.1",
"protein_id": "ENSP00000518984.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2435,
"cdna_end": null,
"cdna_length": 4812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000713683.1",
"protein_id": "ENSP00000518986.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2327,
"cdna_end": null,
"cdna_length": 4702,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000713685.1",
"protein_id": "ENSP00000518988.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2440,
"cdna_end": null,
"cdna_length": 12246,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000713721.1",
"protein_id": "ENSP00000519024.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2346,
"cdna_end": null,
"cdna_length": 4721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000850650.1",
"protein_id": "ENSP00000518963.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 758,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2277,
"cdna_start": 2611,
"cdna_end": null,
"cdna_length": 4068,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1807_1809delGGA",
"hgvs_p": "p.Gly603del",
"transcript": "ENST00000713684.1",
"protein_id": "ENSP00000518987.1",
"transcript_support_level": null,
"aa_start": 603,
"aa_end": null,
"aa_length": 714,
"cds_start": 1807,
"cds_end": null,
"cds_length": 2145,
"cdna_start": 2296,
"cdna_end": null,
"cdna_length": 4607,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "NM_001406507.1",
"protein_id": "NP_001393436.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 704,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2341,
"cdna_end": null,
"cdna_length": 11898,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "G",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "c.1939_1941delGGA",
"hgvs_p": "p.Gly647del",
"transcript": "ENST00000713709.1",
"protein_id": "ENSP00000519012.1",
"transcript_support_level": null,
"aa_start": 647,
"aa_end": null,
"aa_length": 704,
"cds_start": 1939,
"cds_end": null,
"cds_length": 2115,
"cdna_start": 2338,
"cdna_end": null,
"cdna_length": 4759,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "n.*1025_*1027delGGA",
"hgvs_p": null,
"transcript": "ENST00000713708.1",
"protein_id": "ENSP00000519011.1",
"transcript_support_level": null,
"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": 4700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "n.*1991_*1993delGGA",
"hgvs_p": null,
"transcript": "ENST00000850651.1",
"protein_id": "ENSP00000518989.1",
"transcript_support_level": null,
"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": 3003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "n.*1025_*1027delGGA",
"hgvs_p": null,
"transcript": "ENST00000713708.1",
"protein_id": "ENSP00000519011.1",
"transcript_support_level": null,
"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": 4700,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"hgvs_c": "n.*1991_*1993delGGA",
"hgvs_p": null,
"transcript": "ENST00000850651.1",
"protein_id": "ENSP00000518989.1",
"transcript_support_level": null,
"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": 3003,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "DSC2",
"gene_hgnc_id": 3036,
"dbsnp": "rs377272752",
"frequency_reference_population": 0.00046032527,
"hom_count_reference_population": 9,
"allele_count_reference_population": 743,
"gnomad_exomes_af": 0.00042891,
"gnomad_genomes_af": 0.000762005,
"gnomad_exomes_ac": 627,
"gnomad_genomes_ac": 116,
"gnomad_exomes_homalt": 7,
"gnomad_genomes_homalt": 2,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 2.926,
"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": -15,
"acmg_classification": "Benign",
"acmg_criteria": "PM4_Supporting,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -15,
"benign_score": 16,
"pathogenic_score": 1,
"criteria": [
"PM4_Supporting",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000280904.11",
"gene_symbol": "DSC2",
"hgnc_id": 3036,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR,AD,SD",
"hgvs_c": "c.2368_2370delGGA",
"hgvs_p": "p.Gly790del"
}
],
"clinvar_disease": "Arrhythmogenic right ventricular cardiomyopathy,Arrhythmogenic right ventricular dysplasia 11,Cardiomyopathy,Cardiovascular phenotype,Familial isolated arrhythmogenic right ventricular dysplasia,Hypertrophic cardiomyopathy,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:1 LB:2 B:8",
"phenotype_combined": "Arrhythmogenic right ventricular cardiomyopathy|not specified|Cardiovascular phenotype|Familial isolated arrhythmogenic right ventricular dysplasia|Arrhythmogenic right ventricular dysplasia 11|Cardiomyopathy|Hypertrophic cardiomyopathy|not provided",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}