← 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: 19-11575154-ATAG-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=11575154&ref=ATAG&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 11575154,
"ref": "ATAG",
"alt": "A",
"effect": "disruptive_inframe_deletion",
"transcript": "NM_001611.5",
"consequences": [
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001611.5",
"protein_id": "NP_001602.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648477.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001611.5"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000648477.1",
"protein_id": "ENSP00000496973.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001611.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648477.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000218758.10",
"protein_id": "ENSP00000218758.4",
"transcript_support_level": 1,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000218758.10"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.855_857delCTA",
"hgvs_p": "p.Tyr286del",
"transcript": "ENST00000889667.1",
"protein_id": "ENSP00000559726.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 333,
"cds_start": 855,
"cds_end": null,
"cds_length": 1002,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889667.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001111034.3",
"protein_id": "NP_001104504.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001111034.3"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001111035.3",
"protein_id": "NP_001104505.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001111035.3"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001111036.3",
"protein_id": "NP_001104506.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001111036.3"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001322023.2",
"protein_id": "NP_001308952.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001322023.2"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001439233.1",
"protein_id": "NP_001426162.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439233.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001439234.1",
"protein_id": "NP_001426163.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439234.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001439235.1",
"protein_id": "NP_001426164.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439235.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "NM_001439236.1",
"protein_id": "NP_001426165.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001439236.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000412435.7",
"protein_id": "ENSP00000392374.1",
"transcript_support_level": 2,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000412435.7"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000589792.6",
"protein_id": "ENSP00000468685.2",
"transcript_support_level": 3,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589792.6"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000590832.2",
"protein_id": "ENSP00000465127.2",
"transcript_support_level": 2,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000590832.2"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000591319.2",
"protein_id": "ENSP00000464831.2",
"transcript_support_level": 3,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000591319.2"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000592659.2",
"protein_id": "ENSP00000465498.2",
"transcript_support_level": 5,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592659.2"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000592828.7",
"protein_id": "ENSP00000468767.3",
"transcript_support_level": 5,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592828.7"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000649386.2",
"protein_id": "ENSP00000497140.2",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649386.2"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000695791.1",
"protein_id": "ENSP00000512173.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695791.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000695811.1",
"protein_id": "ENSP00000512191.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695811.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del",
"transcript": "ENST00000889666.1",
"protein_id": "ENSP00000559725.1",
"transcript_support_level": null,
"aa_start": 277,
"aa_end": null,
"aa_length": 325,
"cds_start": 831,
"cds_end": null,
"cds_length": 978,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889666.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.828_830delCTA",
"hgvs_p": "p.Tyr277del",
"transcript": "ENST00000695809.1",
"protein_id": "ENSP00000512189.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 324,
"cds_start": 828,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695809.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.828_830delCTA",
"hgvs_p": "p.Tyr277del",
"transcript": "ENST00000695813.1",
"protein_id": "ENSP00000512192.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 324,
"cds_start": 828,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695813.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.828_830delCTA",
"hgvs_p": "p.Tyr277del",
"transcript": "ENST00000695815.1",
"protein_id": "ENSP00000512194.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 324,
"cds_start": 828,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695815.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.828_830delCTA",
"hgvs_p": "p.Tyr277del",
"transcript": "ENST00000695817.1",
"protein_id": "ENSP00000512195.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 324,
"cds_start": 828,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695817.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.828_830delCTA",
"hgvs_p": "p.Tyr277del",
"transcript": "ENST00000944464.1",
"protein_id": "ENSP00000614523.1",
"transcript_support_level": null,
"aa_start": 276,
"aa_end": null,
"aa_length": 324,
"cds_start": 828,
"cds_end": null,
"cds_length": 975,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944464.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.753_755delCTA",
"hgvs_p": "p.Tyr252del",
"transcript": "ENST00000695810.1",
"protein_id": "ENSP00000512190.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 299,
"cds_start": 753,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695810.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.753_755delCTA",
"hgvs_p": "p.Tyr252del",
"transcript": "ENST00000695820.1",
"protein_id": "ENSP00000512198.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 299,
"cds_start": 753,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695820.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.753_755delCTA",
"hgvs_p": "p.Tyr252del",
"transcript": "ENST00000695821.1",
"protein_id": "ENSP00000512199.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 299,
"cds_start": 753,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695821.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.753_755delCTA",
"hgvs_p": "p.Tyr252del",
"transcript": "ENST00000944463.1",
"protein_id": "ENSP00000614522.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 299,
"cds_start": 753,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944463.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.732_734delCTA",
"hgvs_p": "p.Tyr245del",
"transcript": "ENST00000695814.1",
"protein_id": "ENSP00000512193.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 292,
"cds_start": 732,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000695814.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.732_734delCTA",
"hgvs_p": "p.Tyr245del",
"transcript": "ENST00000889665.1",
"protein_id": "ENSP00000559724.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 292,
"cds_start": 732,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889665.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.732_734delCTA",
"hgvs_p": "p.Tyr245del",
"transcript": "ENST00000944462.1",
"protein_id": "ENSP00000614521.1",
"transcript_support_level": null,
"aa_start": 244,
"aa_end": null,
"aa_length": 292,
"cds_start": 732,
"cds_end": null,
"cds_length": 879,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000944462.1"
},
{
"aa_ref": "GY",
"aa_alt": "G",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"disruptive_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "c.714_716delCTA",
"hgvs_p": "p.Tyr239del",
"transcript": "ENST00000889668.1",
"protein_id": "ENSP00000559727.1",
"transcript_support_level": null,
"aa_start": 238,
"aa_end": null,
"aa_length": 286,
"cds_start": 714,
"cds_end": null,
"cds_length": 861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889668.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ZNF627",
"gene_hgnc_id": 30570,
"hgvs_c": "c.-197-95_-197-93delTAG",
"hgvs_p": null,
"transcript": "ENST00000585493.5",
"protein_id": "ENSP00000464997.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": 16,
"cds_start": null,
"cds_end": null,
"cds_length": 51,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000585493.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.1464_1466delCTA",
"hgvs_p": null,
"transcript": "ENST00000588524.6",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000588524.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.1449_1451delCTA",
"hgvs_p": null,
"transcript": "ENST00000695812.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": "ENST00000695812.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.1386_1388delCTA",
"hgvs_p": null,
"transcript": "ENST00000695816.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": "ENST00000695816.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.*334_*336delCTA",
"hgvs_p": null,
"transcript": "ENST00000695818.1",
"protein_id": "ENSP00000512196.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695818.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.1336_1338delCTA",
"hgvs_p": null,
"transcript": "ENST00000695819.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": "ENST00000695819.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.2807_2809delCTA",
"hgvs_p": null,
"transcript": "ENST00000695838.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": "ENST00000695838.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"hgvs_c": "n.*334_*336delCTA",
"hgvs_p": null,
"transcript": "ENST00000695818.1",
"protein_id": "ENSP00000512196.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000695818.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ZNF627",
"gene_hgnc_id": 30570,
"hgvs_c": "n.428-95_428-93delTAG",
"hgvs_p": null,
"transcript": "ENST00000588651.1",
"protein_id": null,
"transcript_support_level": 2,
"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": "ENST00000588651.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ZNF627",
"gene_hgnc_id": 30570,
"hgvs_c": "n.416-95_416-93delTAG",
"hgvs_p": null,
"transcript": "ENST00000593279.5",
"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": "pseudogene",
"feature": "ENST00000593279.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOC124904638",
"gene_hgnc_id": null,
"hgvs_c": "n.-94_-92delTAG",
"hgvs_p": null,
"transcript": "XR_007067140.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": "pseudogene",
"feature": "XR_007067140.1"
}
],
"gene_symbol": "ACP5",
"gene_hgnc_id": 124,
"dbsnp": "rs387906671",
"frequency_reference_population": 0.0000024781734,
"hom_count_reference_population": 0,
"allele_count_reference_population": 4,
"gnomad_exomes_af": 0.00000205217,
"gnomad_genomes_af": 0.00000656918,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"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.323,
"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": 3,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PM4_Supporting",
"acmg_by_gene": [
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PM4_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001611.5",
"gene_symbol": "ACP5",
"hgnc_id": 124,
"effects": [
"disruptive_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.831_833delCTA",
"hgvs_p": "p.Tyr278del"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000585493.5",
"gene_symbol": "ZNF627",
"hgnc_id": 30570,
"effects": [
"intron_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.-197-95_-197-93delTAG",
"hgvs_p": null
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "XR_007067140.1",
"gene_symbol": "LOC124904638",
"hgnc_id": null,
"effects": [
"upstream_gene_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.-94_-92delTAG",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,Spondyloenchondrodysplasia with immune dysregulation",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Spondyloenchondrodysplasia with immune dysregulation|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}