← 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: 10-53822469-TAGG-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=53822469&ref=TAGG&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "10",
"pos": 53822469,
"ref": "TAGG",
"alt": "T",
"effect": "conservative_inframe_deletion",
"transcript": "NM_001142763.2",
"consequences": [
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5254_5256delCCT",
"hgvs_p": "p.Pro1752del",
"transcript": "NM_033056.4",
"protein_id": "NP_149045.3",
"transcript_support_level": null,
"aa_start": 1752,
"aa_end": null,
"aa_length": 1955,
"cds_start": 5254,
"cds_end": null,
"cds_length": 5868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "ENST00000320301.11",
"biotype": "protein_coding",
"feature": "NM_033056.4"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5254_5256delCCT",
"hgvs_p": "p.Pro1752del",
"transcript": "ENST00000320301.11",
"protein_id": "ENSP00000322604.6",
"transcript_support_level": 1,
"aa_start": 1752,
"aa_end": null,
"aa_length": 1955,
"cds_start": 5254,
"cds_end": null,
"cds_length": 5868,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": "NM_033056.4",
"biotype": "protein_coding",
"feature": "ENST00000320301.11"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4368-2242_4368-2240delCCT",
"hgvs_p": null,
"transcript": "NM_001384140.1",
"protein_id": "NP_001371069.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1740,
"cds_start": null,
"cds_end": null,
"cds_length": 5223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000644397.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384140.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4368-2242_4368-2240delCCT",
"hgvs_p": null,
"transcript": "ENST00000644397.2",
"protein_id": "ENSP00000495195.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1740,
"cds_start": null,
"cds_end": null,
"cds_length": 5223,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001384140.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000644397.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4388+4921_4388+4923delCCT",
"hgvs_p": null,
"transcript": "ENST00000395445.6",
"protein_id": "ENSP00000378832.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1783,
"cds_start": null,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395445.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4367+4921_4367+4923delCCT",
"hgvs_p": null,
"transcript": "ENST00000616114.4",
"protein_id": "ENSP00000483745.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 1675,
"cds_start": null,
"cds_end": null,
"cds_length": 5028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000616114.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "n.2273_2275delCCT",
"hgvs_p": null,
"transcript": "ENST00000463095.2",
"protein_id": null,
"transcript_support_level": 1,
"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": "pseudogene",
"feature": "ENST00000463095.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5275_5277delCCT",
"hgvs_p": "p.Pro1759del",
"transcript": "NM_001142763.2",
"protein_id": "NP_001136235.1",
"transcript_support_level": null,
"aa_start": 1759,
"aa_end": null,
"aa_length": 1962,
"cds_start": 5275,
"cds_end": null,
"cds_length": 5889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142763.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5275_5277delCCT",
"hgvs_p": "p.Pro1759del",
"transcript": "ENST00000373957.7",
"protein_id": "ENSP00000363068.4",
"transcript_support_level": 5,
"aa_start": 1759,
"aa_end": null,
"aa_length": 1962,
"cds_start": 5275,
"cds_end": null,
"cds_length": 5889,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373957.7"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5260_5262delCCT",
"hgvs_p": "p.Pro1754del",
"transcript": "NM_001142764.2",
"protein_id": "NP_001136236.1",
"transcript_support_level": null,
"aa_start": 1754,
"aa_end": null,
"aa_length": 1957,
"cds_start": 5260,
"cds_end": null,
"cds_length": 5874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142764.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 34,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5260_5262delCCT",
"hgvs_p": "p.Pro1754del",
"transcript": "ENST00000361849.7",
"protein_id": "ENSP00000354950.3",
"transcript_support_level": 5,
"aa_start": 1754,
"aa_end": null,
"aa_length": 1957,
"cds_start": 5260,
"cds_end": null,
"cds_length": 5874,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000361849.7"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5245_5247delCCT",
"hgvs_p": "p.Pro1749del",
"transcript": "NM_001142766.2",
"protein_id": "NP_001136238.1",
"transcript_support_level": null,
"aa_start": 1749,
"aa_end": null,
"aa_length": 1952,
"cds_start": 5245,
"cds_end": null,
"cds_length": 5859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142766.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5245_5247delCCT",
"hgvs_p": "p.Pro1749del",
"transcript": "ENST00000395430.5",
"protein_id": "ENSP00000378818.1",
"transcript_support_level": 5,
"aa_start": 1749,
"aa_end": null,
"aa_length": 1952,
"cds_start": 5245,
"cds_end": null,
"cds_length": 5859,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395430.5"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5194_5196delCCT",
"hgvs_p": "p.Pro1732del",
"transcript": "NM_001142768.2",
"protein_id": "NP_001136240.1",
"transcript_support_level": null,
"aa_start": 1732,
"aa_end": null,
"aa_length": 1935,
"cds_start": 5194,
"cds_end": null,
"cds_length": 5808,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142768.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 35,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5188_5190delCCT",
"hgvs_p": "p.Pro1730del",
"transcript": "NM_001354404.2",
"protein_id": "NP_001341333.1",
"transcript_support_level": null,
"aa_start": 1730,
"aa_end": null,
"aa_length": 1933,
"cds_start": 5188,
"cds_end": null,
"cds_length": 5802,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354404.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5185_5187delCCT",
"hgvs_p": "p.Pro1729del",
"transcript": "NM_001142773.2",
"protein_id": "NP_001136245.1",
"transcript_support_level": null,
"aa_start": 1729,
"aa_end": null,
"aa_length": 1932,
"cds_start": 5185,
"cds_end": null,
"cds_length": 5799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142773.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5185_5187delCCT",
"hgvs_p": "p.Pro1729del",
"transcript": "ENST00000395433.5",
"protein_id": "ENSP00000378821.1",
"transcript_support_level": 5,
"aa_start": 1729,
"aa_end": null,
"aa_length": 1932,
"cds_start": 5185,
"cds_end": null,
"cds_length": 5799,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395433.5"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5134_5136delCCT",
"hgvs_p": "p.Pro1712del",
"transcript": "NM_001142767.2",
"protein_id": "NP_001136239.1",
"transcript_support_level": null,
"aa_start": 1712,
"aa_end": null,
"aa_length": 1915,
"cds_start": 5134,
"cds_end": null,
"cds_length": 5748,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142767.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5047_5049delCCT",
"hgvs_p": "p.Pro1683del",
"transcript": "NM_001142765.2",
"protein_id": "NP_001136237.1",
"transcript_support_level": null,
"aa_start": 1683,
"aa_end": null,
"aa_length": 1886,
"cds_start": 5047,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142765.2"
},
{
"aa_ref": "P",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.5047_5049delCCT",
"hgvs_p": "p.Pro1683del",
"transcript": "ENST00000437009.5",
"protein_id": "ENSP00000412628.2",
"transcript_support_level": 5,
"aa_start": 1683,
"aa_end": null,
"aa_length": 1886,
"cds_start": 5047,
"cds_end": null,
"cds_length": 5661,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437009.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4409+2664_4409+2666delCCT",
"hgvs_p": null,
"transcript": "NM_001142769.3",
"protein_id": "NP_001136241.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1790,
"cds_start": null,
"cds_end": null,
"cds_length": 5373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142769.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": 35,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4409+2664_4409+2666delCCT",
"hgvs_p": null,
"transcript": "ENST00000613657.6",
"protein_id": "ENSP00000482794.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1790,
"cds_start": null,
"cds_end": null,
"cds_length": 5373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000613657.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4388+4921_4388+4923delCCT",
"hgvs_p": null,
"transcript": "NM_001354411.2",
"protein_id": "NP_001341340.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1783,
"cds_start": null,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354411.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4368-4459_4368-4457delCCT",
"hgvs_p": null,
"transcript": "NM_001354429.2",
"protein_id": "NP_001341358.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1718,
"cds_start": null,
"cds_end": null,
"cds_length": 5157,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354429.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4388+2664_4388+2666delCCT",
"hgvs_p": null,
"transcript": "NM_001142771.2",
"protein_id": "NP_001136243.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1682,
"cds_start": null,
"cds_end": null,
"cds_length": 5049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142771.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4388+2664_4388+2666delCCT",
"hgvs_p": null,
"transcript": "ENST00000621708.4",
"protein_id": "ENSP00000484454.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1682,
"cds_start": null,
"cds_end": null,
"cds_length": 5049,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000621708.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4373+2664_4373+2666delCCT",
"hgvs_p": null,
"transcript": "NM_001142772.2",
"protein_id": "NP_001136244.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1677,
"cds_start": null,
"cds_end": null,
"cds_length": 5034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142772.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4373+2664_4373+2666delCCT",
"hgvs_p": null,
"transcript": "ENST00000373965.6",
"protein_id": "ENSP00000363076.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1677,
"cds_start": null,
"cds_end": null,
"cds_length": 5034,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373965.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": 32,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4367+4921_4367+4923delCCT",
"hgvs_p": null,
"transcript": "NM_001354420.2",
"protein_id": "NP_001341349.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1675,
"cds_start": null,
"cds_end": null,
"cds_length": 5028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001354420.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4373+2664_4373+2666delCCT",
"hgvs_p": null,
"transcript": "NM_001142770.3",
"protein_id": "NP_001136242.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1539,
"cds_start": null,
"cds_end": null,
"cds_length": 4620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001142770.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 33,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4373+2664_4373+2666delCCT",
"hgvs_p": null,
"transcript": "ENST00000617271.4",
"protein_id": "ENSP00000478076.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1539,
"cds_start": null,
"cds_end": null,
"cds_length": 4620,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000617271.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 28,
"intron_rank": 22,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.3225-2242_3225-2240delCCT",
"hgvs_p": null,
"transcript": "ENST00000642496.1",
"protein_id": "ENSP00000495930.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1359,
"cds_start": null,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642496.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": 26,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.3206+2664_3206+2666delCCT",
"hgvs_p": null,
"transcript": "ENST00000409834.5",
"protein_id": "ENSP00000386693.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 1150,
"cds_start": null,
"cds_end": null,
"cds_length": 3453,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000409834.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 17,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.2092-12926_2092-12924delCCT",
"hgvs_p": null,
"transcript": "ENST00000395446.5",
"protein_id": "ENSP00000378833.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 981,
"cds_start": null,
"cds_end": null,
"cds_length": 2946,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395446.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.1306-12926_1306-12924delCCT",
"hgvs_p": null,
"transcript": "ENST00000395440.5",
"protein_id": "ENSP00000378827.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 719,
"cds_start": null,
"cds_end": null,
"cds_length": 2160,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395440.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.1099-12926_1099-12924delCCT",
"hgvs_p": null,
"transcript": "ENST00000395442.5",
"protein_id": "ENSP00000378829.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000395442.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.594-4459_594-4457delCCT",
"hgvs_p": null,
"transcript": "ENST00000618301.4",
"protein_id": "ENSP00000482780.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 460,
"cds_start": null,
"cds_end": null,
"cds_length": 1383,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000618301.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.462-4459_462-4457delCCT",
"hgvs_p": null,
"transcript": "ENST00000495484.5",
"protein_id": "ENSP00000480780.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 416,
"cds_start": null,
"cds_end": null,
"cds_length": 1251,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000495484.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": 34,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4388+2664_4388+2666delCCT",
"hgvs_p": null,
"transcript": "XM_047425664.1",
"protein_id": "XP_047281620.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1783,
"cds_start": null,
"cds_end": null,
"cds_length": 5352,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425664.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": 31,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "c.4358+4921_4358+4923delCCT",
"hgvs_p": null,
"transcript": "XM_047425663.1",
"protein_id": "XP_047281619.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1672,
"cds_start": null,
"cds_end": null,
"cds_length": 5019,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047425663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "n.*3209_*3211delCCT",
"hgvs_p": null,
"transcript": "ENST00000373956.7",
"protein_id": "ENSP00000363067.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000373956.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "n.*3215_*3217delCCT",
"hgvs_p": null,
"transcript": "ENST00000448885.5",
"protein_id": "ENSP00000412320.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000448885.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "n.*3209_*3211delCCT",
"hgvs_p": null,
"transcript": "ENST00000373956.7",
"protein_id": "ENSP00000363067.4",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000373956.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "n.*3215_*3217delCCT",
"hgvs_p": null,
"transcript": "ENST00000448885.5",
"protein_id": "ENSP00000412320.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000448885.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"hgvs_c": "n.*447+4921_*447+4923delCCT",
"hgvs_p": null,
"transcript": "ENST00000414367.5",
"protein_id": "ENSP00000412531.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000414367.5"
}
],
"gene_symbol": "PCDH15",
"gene_hgnc_id": 14674,
"dbsnp": "rs397517462",
"frequency_reference_population": 0.0021198683,
"hom_count_reference_population": 8,
"allele_count_reference_population": 3390,
"gnomad_exomes_af": 0.00216884,
"gnomad_genomes_af": 0.00163188,
"gnomad_exomes_ac": 3152,
"gnomad_genomes_ac": 238,
"gnomad_exomes_homalt": 6,
"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": 3.114,
"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": -6,
"acmg_classification": "Likely_benign",
"acmg_criteria": "BP3,BP6,BS2",
"acmg_by_gene": [
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP3",
"BP6",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "NM_001142763.2",
"gene_symbol": "PCDH15",
"hgnc_id": 14674,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.5275_5277delCCT",
"hgvs_p": "p.Pro1759del"
}
],
"clinvar_disease": " autosomal recessive,Hearing loss,PCDH15-related disorder,Retinitis pigmentosa-deafness syndrome,Usher syndrome type 1F,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:4",
"phenotype_combined": "not specified|not provided|Retinitis pigmentosa-deafness syndrome|Usher syndrome type 1F|PCDH15-related disorder|Hearing loss, autosomal recessive",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}