← 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: 1-113896423-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=113896423&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 113896423,
"ref": "T",
"alt": "A",
"effect": "stop_gained",
"transcript": "NM_006594.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "NM_001253852.3",
"protein_id": "NP_001240781.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000369569.6",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001253852.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000369569.6",
"protein_id": "ENSP00000358582.1",
"transcript_support_level": 1,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001253852.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369569.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000256658.8",
"protein_id": "ENSP00000256658.4",
"transcript_support_level": 1,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000256658.8"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1471A>T",
"hgvs_p": "p.Arg491*",
"transcript": "ENST00000863127.1",
"protein_id": "ENSP00000533186.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 781,
"cds_start": 1471,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863127.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "NM_001438373.1",
"protein_id": "NP_001425302.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438373.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "NM_006594.5",
"protein_id": "NP_006585.2",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_006594.5"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000369571.3",
"protein_id": "ENSP00000358584.3",
"transcript_support_level": 3,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369571.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000713590.1",
"protein_id": "ENSP00000518886.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713590.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000713645.1",
"protein_id": "ENSP00000518947.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000713645.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000935535.1",
"protein_id": "ENSP00000605594.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 739,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2220,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935535.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000935541.1",
"protein_id": "ENSP00000605600.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 693,
"cds_start": 1345,
"cds_end": null,
"cds_length": 2082,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935541.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1120A>T",
"hgvs_p": "p.Arg374*",
"transcript": "NM_001437822.1",
"protein_id": "NP_001424751.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 664,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001437822.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1120A>T",
"hgvs_p": "p.Arg374*",
"transcript": "ENST00000369564.6",
"protein_id": "ENSP00000358577.2",
"transcript_support_level": 5,
"aa_start": 374,
"aa_end": null,
"aa_length": 664,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369564.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1120A>T",
"hgvs_p": "p.Arg374*",
"transcript": "ENST00000935536.1",
"protein_id": "ENSP00000605595.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 664,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935536.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1120A>T",
"hgvs_p": "p.Arg374*",
"transcript": "ENST00000935543.1",
"protein_id": "ENSP00000605602.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 664,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1995,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935543.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1066A>T",
"hgvs_p": "p.Arg356*",
"transcript": "NM_001438374.1",
"protein_id": "NP_001425303.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 646,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438374.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1066A>T",
"hgvs_p": "p.Arg356*",
"transcript": "ENST00000863120.1",
"protein_id": "ENSP00000533179.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 646,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863120.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1066A>T",
"hgvs_p": "p.Arg356*",
"transcript": "ENST00000863129.1",
"protein_id": "ENSP00000533188.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 646,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1941,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863129.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000863121.1",
"protein_id": "ENSP00000533180.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 645,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863121.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000863123.1",
"protein_id": "ENSP00000533182.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 645,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863123.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*",
"transcript": "ENST00000863128.1",
"protein_id": "ENSP00000533187.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 645,
"cds_start": 1345,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863128.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1048A>T",
"hgvs_p": "p.Arg350*",
"transcript": "NM_001253853.3",
"protein_id": "NP_001240782.1",
"transcript_support_level": null,
"aa_start": 350,
"aa_end": null,
"aa_length": 640,
"cds_start": 1048,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001253853.3"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1120A>T",
"hgvs_p": "p.Arg374*",
"transcript": "ENST00000935538.1",
"protein_id": "ENSP00000605597.1",
"transcript_support_level": null,
"aa_start": 374,
"aa_end": null,
"aa_length": 618,
"cds_start": 1120,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935538.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.979A>T",
"hgvs_p": "p.Arg327*",
"transcript": "ENST00000863126.1",
"protein_id": "ENSP00000533185.1",
"transcript_support_level": null,
"aa_start": 327,
"aa_end": null,
"aa_length": 617,
"cds_start": 979,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863126.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.967A>T",
"hgvs_p": "p.Arg323*",
"transcript": "ENST00000935537.1",
"protein_id": "ENSP00000605596.1",
"transcript_support_level": null,
"aa_start": 323,
"aa_end": null,
"aa_length": 613,
"cds_start": 967,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935537.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "NM_001308312.2",
"protein_id": "NP_001295241.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 571,
"cds_start": 841,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308312.2"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "NM_001438376.1",
"protein_id": "NP_001425305.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 571,
"cds_start": 841,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438376.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "ENST00000369567.6",
"protein_id": "ENSP00000358580.1",
"transcript_support_level": 2,
"aa_start": 281,
"aa_end": null,
"aa_length": 571,
"cds_start": 841,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000369567.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "ENST00000432415.6",
"protein_id": "ENSP00000393622.2",
"transcript_support_level": 3,
"aa_start": 281,
"aa_end": null,
"aa_length": 571,
"cds_start": 841,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432415.6"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "ENST00000935534.1",
"protein_id": "ENSP00000605593.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 571,
"cds_start": 841,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935534.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "ENST00000970395.1",
"protein_id": "ENSP00000640454.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 571,
"cds_start": 841,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970395.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1066A>T",
"hgvs_p": "p.Arg356*",
"transcript": "ENST00000863131.1",
"protein_id": "ENSP00000533190.1",
"transcript_support_level": null,
"aa_start": 356,
"aa_end": null,
"aa_length": 552,
"cds_start": 1066,
"cds_end": null,
"cds_length": 1659,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863131.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "ENST00000935540.1",
"protein_id": "ENSP00000605599.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 477,
"cds_start": 841,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935540.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.841A>T",
"hgvs_p": "p.Arg281*",
"transcript": "ENST00000970398.1",
"protein_id": "ENSP00000640457.1",
"transcript_support_level": null,
"aa_start": 281,
"aa_end": null,
"aa_length": 477,
"cds_start": 841,
"cds_end": null,
"cds_length": 1434,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970398.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.475A>T",
"hgvs_p": "p.Arg159*",
"transcript": "ENST00000863125.1",
"protein_id": "ENSP00000533184.1",
"transcript_support_level": null,
"aa_start": 159,
"aa_end": null,
"aa_length": 449,
"cds_start": 475,
"cds_end": null,
"cds_length": 1350,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863125.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.727A>T",
"hgvs_p": "p.Arg243*",
"transcript": "XM_047439008.1",
"protein_id": "XP_047294964.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 533,
"cds_start": 727,
"cds_end": null,
"cds_length": 1602,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439008.1"
},
{
"aa_ref": "R",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.370A>T",
"hgvs_p": "p.Arg124*",
"transcript": "XM_047439078.1",
"protein_id": "XP_047295034.1",
"transcript_support_level": null,
"aa_start": 124,
"aa_end": null,
"aa_length": 414,
"cds_start": 370,
"cds_end": null,
"cds_length": 1245,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439078.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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1331-385A>T",
"hgvs_p": null,
"transcript": "ENST00000863132.1",
"protein_id": "ENSP00000533191.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 679,
"cds_start": null,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863132.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": 10,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1331-385A>T",
"hgvs_p": null,
"transcript": "ENST00000970396.1",
"protein_id": "ENSP00000640455.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 679,
"cds_start": null,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970396.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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1199-385A>T",
"hgvs_p": null,
"transcript": "NM_001438375.1",
"protein_id": "NP_001425304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": null,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438375.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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1199-385A>T",
"hgvs_p": null,
"transcript": "ENST00000863122.1",
"protein_id": "ENSP00000533181.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": null,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863122.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": 9,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1199-385A>T",
"hgvs_p": null,
"transcript": "ENST00000863124.1",
"protein_id": "ENSP00000533183.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 635,
"cds_start": null,
"cds_end": null,
"cds_length": 1908,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863124.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": 8,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.974-385A>T",
"hgvs_p": null,
"transcript": "NM_001438377.1",
"protein_id": "NP_001425306.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 560,
"cds_start": null,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438377.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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.974-385A>T",
"hgvs_p": null,
"transcript": "ENST00000863130.1",
"protein_id": "ENSP00000533189.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 560,
"cds_start": null,
"cds_end": null,
"cds_length": 1683,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000863130.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": 7,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.920-385A>T",
"hgvs_p": null,
"transcript": "NM_001438378.1",
"protein_id": "NP_001425307.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438378.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.920-385A>T",
"hgvs_p": null,
"transcript": "ENST00000970399.1",
"protein_id": "ENSP00000640458.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970399.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1199-931A>T",
"hgvs_p": null,
"transcript": "ENST00000935539.1",
"protein_id": "ENSP00000605598.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 541,
"cds_start": null,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935539.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": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1199-931A>T",
"hgvs_p": null,
"transcript": "ENST00000970397.1",
"protein_id": "ENSP00000640456.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 541,
"cds_start": null,
"cds_end": null,
"cds_length": 1626,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000970397.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.695-385A>T",
"hgvs_p": null,
"transcript": "NM_001438379.1",
"protein_id": "NP_001425308.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": null,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438379.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": 5,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.695-385A>T",
"hgvs_p": null,
"transcript": "ENST00000935544.1",
"protein_id": "ENSP00000605603.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 467,
"cds_start": null,
"cds_end": null,
"cds_length": 1404,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935544.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": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.695-931A>T",
"hgvs_p": null,
"transcript": "ENST00000935542.1",
"protein_id": "ENSP00000605601.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 373,
"cds_start": null,
"cds_end": null,
"cds_length": 1122,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000935542.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": 8,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.1303-385A>T",
"hgvs_p": null,
"transcript": "XM_047439052.1",
"protein_id": "XP_047295008.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 453,
"cds_start": null,
"cds_end": null,
"cds_length": 1362,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439052.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*415A>T",
"hgvs_p": null,
"transcript": "ENST00000460653.2",
"protein_id": "ENSP00000518881.1",
"transcript_support_level": 3,
"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": "ENST00000460653.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.1517A>T",
"hgvs_p": null,
"transcript": "ENST00000462591.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": "retained_intron",
"feature": "ENST00000462591.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": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.573A>T",
"hgvs_p": null,
"transcript": "ENST00000479285.5",
"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": "ENST00000479285.5"
},
{
"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": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.179A>T",
"hgvs_p": null,
"transcript": "ENST00000479801.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": "retained_intron",
"feature": "ENST00000479801.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*95A>T",
"hgvs_p": null,
"transcript": "ENST00000484201.6",
"protein_id": "ENSP00000518883.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": "ENST00000484201.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*687A>T",
"hgvs_p": null,
"transcript": "ENST00000489499.6",
"protein_id": "ENSP00000518882.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000489499.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*456A>T",
"hgvs_p": null,
"transcript": "ENST00000713588.1",
"protein_id": "ENSP00000518880.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": "ENST00000713588.1"
},
{
"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": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*95A>T",
"hgvs_p": null,
"transcript": "ENST00000713646.1",
"protein_id": "ENSP00000518948.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": "ENST00000713646.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*230A>T",
"hgvs_p": null,
"transcript": "ENST00000713647.1",
"protein_id": "ENSP00000518949.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": "ENST00000713647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.1373A>T",
"hgvs_p": null,
"transcript": "ENST00000713648.1",
"protein_id": "ENSP00000518950.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": "ENST00000713648.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*95A>T",
"hgvs_p": null,
"transcript": "ENST00000713649.1",
"protein_id": "ENSP00000518951.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": "ENST00000713649.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*861A>T",
"hgvs_p": null,
"transcript": "ENST00000713650.1",
"protein_id": "ENSP00000518952.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": "ENST00000713650.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*415A>T",
"hgvs_p": null,
"transcript": "ENST00000460653.2",
"protein_id": "ENSP00000518881.1",
"transcript_support_level": 3,
"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": "ENST00000460653.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*95A>T",
"hgvs_p": null,
"transcript": "ENST00000484201.6",
"protein_id": "ENSP00000518883.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": "ENST00000484201.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*687A>T",
"hgvs_p": null,
"transcript": "ENST00000489499.6",
"protein_id": "ENSP00000518882.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000489499.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*456A>T",
"hgvs_p": null,
"transcript": "ENST00000713588.1",
"protein_id": "ENSP00000518880.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": "ENST00000713588.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*95A>T",
"hgvs_p": null,
"transcript": "ENST00000713646.1",
"protein_id": "ENSP00000518948.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": "ENST00000713646.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*230A>T",
"hgvs_p": null,
"transcript": "ENST00000713647.1",
"protein_id": "ENSP00000518949.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": "ENST00000713647.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*95A>T",
"hgvs_p": null,
"transcript": "ENST00000713649.1",
"protein_id": "ENSP00000518951.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": "ENST00000713649.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*861A>T",
"hgvs_p": null,
"transcript": "ENST00000713650.1",
"protein_id": "ENSP00000518952.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": "ENST00000713650.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": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.247-1445T>A",
"hgvs_p": null,
"transcript": "ENST00000419536.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": "ENST00000419536.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": 6,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.519+1185T>A",
"hgvs_p": null,
"transcript": "ENST00000717022.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": "ENST00000717022.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": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.247-1445T>A",
"hgvs_p": null,
"transcript": "NR_037864.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": "NR_037864.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": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.415-1445T>A",
"hgvs_p": null,
"transcript": "NR_125965.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": "NR_125965.1"
}
],
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"dbsnp": "rs142209254",
"frequency_reference_population": 0.000004336798,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000273618,
"gnomad_genomes_af": 0.0000197106,
"gnomad_exomes_ac": 4,
"gnomad_genomes_ac": 3,
"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.07999999821186066,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.58,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 1.433,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.08,
"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": 18,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Very_Strong",
"acmg_by_gene": [
{
"score": 18,
"benign_score": 0,
"pathogenic_score": 18,
"criteria": [
"PVS1",
"PM2",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "NM_006594.5",
"gene_symbol": "AP4B1",
"hgnc_id": 572,
"effects": [
"stop_gained"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1345A>T",
"hgvs_p": "p.Arg449*"
},
{
"score": 14,
"benign_score": 0,
"pathogenic_score": 14,
"criteria": [
"PM2",
"PP3_Strong",
"PP5_Very_Strong"
],
"verdict": "Pathogenic",
"transcript": "ENST00000419536.1",
"gene_symbol": "AP4B1-AS1",
"hgnc_id": 44114,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.247-1445T>A",
"hgvs_p": null
}
],
"clinvar_disease": "Hereditary spastic paraplegia 47,Inborn genetic diseases,Spastic paraplegia",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "P:2",
"phenotype_combined": "Inborn genetic diseases|Spastic paraplegia|Hereditary spastic paraplegia 47",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}