← 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: 7-4787644-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=4787644&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 4787644,
"ref": "G",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_014855.3",
"consequences": [
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "NM_014855.3",
"protein_id": "NP_055670.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 807,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 5529,
"mane_select": "ENST00000649063.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014855.3"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000649063.2",
"protein_id": "ENSP00000497815.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 807,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 5529,
"mane_select": "NM_014855.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000649063.2"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000865634.1",
"protein_id": "ENSP00000535693.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 832,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2499,
"cdna_start": 1404,
"cdna_end": null,
"cdna_length": 2956,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865634.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Trp464*",
"transcript": "ENST00000865636.1",
"protein_id": "ENSP00000535695.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 830,
"cds_start": 1391,
"cds_end": null,
"cds_length": 2493,
"cdna_start": 1473,
"cdna_end": null,
"cdna_length": 2939,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865636.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1391G>A",
"hgvs_p": "p.Trp464*",
"transcript": "ENST00000963395.1",
"protein_id": "ENSP00000633454.1",
"transcript_support_level": null,
"aa_start": 464,
"aa_end": null,
"aa_length": 821,
"cds_start": 1391,
"cds_end": null,
"cds_length": 2466,
"cdna_start": 1462,
"cdna_end": null,
"cdna_length": 2901,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963395.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000963389.1",
"protein_id": "ENSP00000633448.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 816,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2451,
"cdna_start": 1415,
"cdna_end": null,
"cdna_length": 2919,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963389.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1484G>A",
"hgvs_p": "p.Trp495*",
"transcript": "ENST00000963390.1",
"protein_id": "ENSP00000633449.1",
"transcript_support_level": null,
"aa_start": 495,
"aa_end": null,
"aa_length": 814,
"cds_start": 1484,
"cds_end": null,
"cds_length": 2445,
"cdna_start": 1574,
"cdna_end": null,
"cdna_length": 2910,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963390.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000963393.1",
"protein_id": "ENSP00000633452.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 813,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2442,
"cdna_start": 1393,
"cdna_end": null,
"cdna_length": 2878,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963393.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1319G>A",
"hgvs_p": "p.Trp440*",
"transcript": "ENST00000963396.1",
"protein_id": "ENSP00000633455.1",
"transcript_support_level": null,
"aa_start": 440,
"aa_end": null,
"aa_length": 806,
"cds_start": 1319,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 1343,
"cdna_end": null,
"cdna_length": 2805,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963396.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1277G>A",
"hgvs_p": "p.Trp426*",
"transcript": "ENST00000913390.1",
"protein_id": "ENSP00000583449.1",
"transcript_support_level": null,
"aa_start": 426,
"aa_end": null,
"aa_length": 792,
"cds_start": 1277,
"cds_end": null,
"cds_length": 2379,
"cdna_start": 1366,
"cdna_end": null,
"cdna_length": 2835,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913390.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000963391.1",
"protein_id": "ENSP00000633450.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 791,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2376,
"cdna_start": 1409,
"cdna_end": null,
"cdna_length": 2828,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963391.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000865635.1",
"protein_id": "ENSP00000535694.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 760,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2283,
"cdna_start": 1404,
"cdna_end": null,
"cdna_length": 2732,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865635.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1067G>A",
"hgvs_p": "p.Trp356*",
"transcript": "ENST00000963392.1",
"protein_id": "ENSP00000633451.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 722,
"cds_start": 1067,
"cds_end": null,
"cds_length": 2169,
"cdna_start": 1149,
"cdna_end": null,
"cdna_length": 2616,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963392.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*",
"transcript": "ENST00000865637.1",
"protein_id": "ENSP00000535696.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 691,
"cds_start": 1322,
"cds_end": null,
"cds_length": 2076,
"cdna_start": 1400,
"cdna_end": null,
"cdna_length": 2521,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000865637.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Trp285*",
"transcript": "NM_001364858.1",
"protein_id": "NP_001351787.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 651,
"cds_start": 854,
"cds_end": null,
"cds_length": 1956,
"cdna_start": 1228,
"cdna_end": null,
"cdna_length": 5342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001364858.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.377G>A",
"hgvs_p": "p.Trp126*",
"transcript": "ENST00000963394.1",
"protein_id": "ENSP00000633453.1",
"transcript_support_level": null,
"aa_start": 126,
"aa_end": null,
"aa_length": 492,
"cds_start": 377,
"cds_end": null,
"cds_length": 1479,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 1915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000963394.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.122G>A",
"hgvs_p": "p.Trp41*",
"transcript": "ENST00000650581.1",
"protein_id": "ENSP00000497156.1",
"transcript_support_level": null,
"aa_start": 41,
"aa_end": null,
"aa_length": 317,
"cds_start": 122,
"cds_end": null,
"cds_length": 954,
"cdna_start": 124,
"cdna_end": null,
"cdna_length": 1299,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000650581.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "c.986G>A",
"hgvs_p": "p.Trp329*",
"transcript": "XM_047421098.1",
"protein_id": "XP_047277054.1",
"transcript_support_level": null,
"aa_start": 329,
"aa_end": null,
"aa_length": 695,
"cds_start": 986,
"cds_end": null,
"cds_length": 2088,
"cdna_start": 1120,
"cdna_end": null,
"cdna_length": 5234,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047421098.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.103G>A",
"hgvs_p": null,
"transcript": "ENST00000477454.1",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 576,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000477454.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.1080G>A",
"hgvs_p": null,
"transcript": "ENST00000477680.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": 3078,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000477680.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.1150G>A",
"hgvs_p": null,
"transcript": "ENST00000496303.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": 2611,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000496303.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"transcript": "ENST00000647984.1",
"protein_id": "ENSP00000497794.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": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.645G>A",
"hgvs_p": null,
"transcript": "ENST00000648765.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": 857,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000648765.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.1322G>A",
"hgvs_p": null,
"transcript": "ENST00000648925.1",
"protein_id": "ENSP00000496830.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": 5743,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648925.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.*463G>A",
"hgvs_p": null,
"transcript": "ENST00000649315.1",
"protein_id": "ENSP00000497144.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": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649315.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.1201G>A",
"hgvs_p": null,
"transcript": "ENST00000649419.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": 2436,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000649419.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.1360G>A",
"hgvs_p": null,
"transcript": "ENST00000650310.1",
"protein_id": "ENSP00000497395.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": 2869,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000650310.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.1453G>A",
"hgvs_p": null,
"transcript": "NR_157345.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": 5567,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "NR_157345.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.*667G>A",
"hgvs_p": null,
"transcript": "ENST00000647984.1",
"protein_id": "ENSP00000497794.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": 2667,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000647984.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.*463G>A",
"hgvs_p": null,
"transcript": "ENST00000649315.1",
"protein_id": "ENSP00000497144.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": 1649,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000649315.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.-71G>A",
"hgvs_p": null,
"transcript": "ENST00000648360.1",
"protein_id": "ENSP00000498142.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": 1453,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000648360.1"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"hgvs_c": "n.-193G>A",
"hgvs_p": null,
"transcript": "ENST00000649736.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": 1499,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000649736.1"
}
],
"gene_symbol": "AP5Z1",
"gene_hgnc_id": 22197,
"dbsnp": "rs373919408",
"frequency_reference_population": 0.00008889622,
"hom_count_reference_population": 0,
"allele_count_reference_population": 138,
"gnomad_exomes_af": 0.0000885581,
"gnomad_genomes_af": 0.0000920072,
"gnomad_exomes_ac": 124,
"gnomad_genomes_ac": 14,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5799999833106995,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.1675,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.452,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0.03,
"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": 16,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 16,
"benign_score": 0,
"pathogenic_score": 16,
"criteria": [
"PVS1",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_014855.3",
"gene_symbol": "AP5Z1",
"hgnc_id": 22197,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1322G>A",
"hgvs_p": "p.Trp441*"
}
],
"clinvar_disease": "Hereditary spastic paraplegia,Hereditary spastic paraplegia 48,not provided",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:4",
"phenotype_combined": "Hereditary spastic paraplegia 48|Hereditary spastic paraplegia|not provided",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}