← 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-113900215-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=113900215&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 113900215,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000369569.6",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "NM_001253852.3",
"protein_id": "NP_001240781.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 3173,
"mane_select": "ENST00000369569.6",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "ENST00000369569.6",
"protein_id": "ENSP00000358582.1",
"transcript_support_level": 1,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 3173,
"mane_select": "NM_001253852.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "ENST00000256658.8",
"protein_id": "ENSP00000256658.4",
"transcript_support_level": 1,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 1008,
"cdna_end": null,
"cdna_length": 2742,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "NM_001438373.1",
"protein_id": "NP_001425302.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 987,
"cdna_end": null,
"cdna_length": 3275,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "NM_006594.5",
"protein_id": "NP_006585.2",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 966,
"cdna_end": null,
"cdna_length": 3254,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "ENST00000369571.3",
"protein_id": "ENSP00000358584.3",
"transcript_support_level": 3,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 996,
"cdna_end": null,
"cdna_length": 2730,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "ENST00000713590.1",
"protein_id": "ENSP00000518886.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 1009,
"cdna_end": null,
"cdna_length": 2743,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "ENST00000713645.1",
"protein_id": "ENSP00000518947.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 739,
"cds_start": 803,
"cds_end": null,
"cds_length": 2220,
"cdna_start": 915,
"cdna_end": null,
"cdna_length": 3203,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.578A>G",
"hgvs_p": "p.His193Arg",
"transcript": "NM_001437822.1",
"protein_id": "NP_001424751.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 664,
"cds_start": 578,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 3029,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.578A>G",
"hgvs_p": "p.His193Arg",
"transcript": "ENST00000369564.6",
"protein_id": "ENSP00000358577.2",
"transcript_support_level": 5,
"aa_start": 193,
"aa_end": null,
"aa_length": 664,
"cds_start": 578,
"cds_end": null,
"cds_length": 1995,
"cdna_start": 914,
"cdna_end": null,
"cdna_length": 2648,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.524A>G",
"hgvs_p": "p.His175Arg",
"transcript": "NM_001438374.1",
"protein_id": "NP_001425303.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 646,
"cds_start": 524,
"cds_end": null,
"cds_length": 1941,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 2975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.506A>G",
"hgvs_p": "p.His169Arg",
"transcript": "NM_001253853.3",
"protein_id": "NP_001240782.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 640,
"cds_start": 506,
"cds_end": null,
"cds_length": 1923,
"cdna_start": 838,
"cdna_end": null,
"cdna_length": 3126,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "NM_001438375.1",
"protein_id": "NP_001425304.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 635,
"cds_start": 803,
"cds_end": null,
"cds_length": 1908,
"cdna_start": 966,
"cdna_end": null,
"cdna_length": 2942,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.299A>G",
"hgvs_p": "p.His100Arg",
"transcript": "NM_001308312.2",
"protein_id": "NP_001295241.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 571,
"cds_start": 299,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 2669,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.299A>G",
"hgvs_p": "p.His100Arg",
"transcript": "NM_001438376.1",
"protein_id": "NP_001425305.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 571,
"cds_start": 299,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 462,
"cdna_end": null,
"cdna_length": 2750,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.299A>G",
"hgvs_p": "p.His100Arg",
"transcript": "ENST00000369567.6",
"protein_id": "ENSP00000358580.1",
"transcript_support_level": 2,
"aa_start": 100,
"aa_end": null,
"aa_length": 571,
"cds_start": 299,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 508,
"cdna_end": null,
"cdna_length": 2242,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.299A>G",
"hgvs_p": "p.His100Arg",
"transcript": "ENST00000432415.6",
"protein_id": "ENSP00000393622.2",
"transcript_support_level": 3,
"aa_start": 100,
"aa_end": null,
"aa_length": 571,
"cds_start": 299,
"cds_end": null,
"cds_length": 1716,
"cdna_start": 454,
"cdna_end": null,
"cdna_length": 2188,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.578A>G",
"hgvs_p": "p.His193Arg",
"transcript": "NM_001438377.1",
"protein_id": "NP_001425306.1",
"transcript_support_level": null,
"aa_start": 193,
"aa_end": null,
"aa_length": 560,
"cds_start": 578,
"cds_end": null,
"cds_length": 1683,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 2717,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.524A>G",
"hgvs_p": "p.His175Arg",
"transcript": "NM_001438378.1",
"protein_id": "NP_001425307.1",
"transcript_support_level": null,
"aa_start": 175,
"aa_end": null,
"aa_length": 542,
"cds_start": 524,
"cds_end": null,
"cds_length": 1629,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 2663,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.299A>G",
"hgvs_p": "p.His100Arg",
"transcript": "NM_001438379.1",
"protein_id": "NP_001425308.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 467,
"cds_start": 299,
"cds_end": null,
"cds_length": 1404,
"cdna_start": 381,
"cdna_end": null,
"cdna_length": 2357,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.185A>G",
"hgvs_p": "p.His62Arg",
"transcript": "XM_047439008.1",
"protein_id": "XP_047294964.1",
"transcript_support_level": null,
"aa_start": 62,
"aa_end": null,
"aa_length": 533,
"cds_start": 185,
"cds_end": null,
"cds_length": 1602,
"cdna_start": 255,
"cdna_end": null,
"cdna_length": 2543,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "XM_047439052.1",
"protein_id": "XP_047295008.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 453,
"cds_start": 803,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 885,
"cdna_end": null,
"cdna_length": 1553,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "H",
"aa_alt": "R",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"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.803A>G",
"hgvs_p": "p.His268Arg",
"transcript": "XM_017000093.3",
"protein_id": "XP_016855582.1",
"transcript_support_level": null,
"aa_start": 268,
"aa_end": null,
"aa_length": 405,
"cds_start": 803,
"cds_end": null,
"cds_length": 1218,
"cdna_start": 966,
"cdna_end": null,
"cdna_length": 1568,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.712T>C",
"hgvs_p": null,
"transcript": "ENST00000419536.1",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.803A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3401,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.31A>G",
"hgvs_p": null,
"transcript": "ENST00000479285.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*471A>G",
"hgvs_p": null,
"transcript": "ENST00000489092.6",
"protein_id": "ENSP00000518884.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*145A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.803A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 3442,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.803A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2869,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.803A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.803A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2860,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.803A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2405,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*319A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.985T>C",
"hgvs_p": null,
"transcript": "ENST00000717022.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.712T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1734,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1-AS1",
"gene_hgnc_id": 44114,
"hgvs_c": "n.880T>C",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.966A>G",
"hgvs_p": null,
"transcript": "XR_007066904.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 1590,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*471A>G",
"hgvs_p": null,
"transcript": "ENST00000489092.6",
"protein_id": "ENSP00000518884.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 955,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*145A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2505,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*319A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2400,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.523+55A>G",
"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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2099,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"hgvs_c": "n.*116A>G",
"hgvs_p": null,
"transcript": "ENST00000472122.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AP4B1",
"gene_hgnc_id": 572,
"dbsnp": "rs201047107",
"frequency_reference_population": 0.0001887521,
"hom_count_reference_population": 2,
"allele_count_reference_population": 304,
"gnomad_exomes_af": 0.00017006,
"gnomad_genomes_af": 0.000367777,
"gnomad_exomes_ac": 248,
"gnomad_genomes_ac": 56,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.010277330875396729,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.059,
"revel_prediction": "Benign",
"alphamissense_score": 0.0938,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.56,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.152,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000369569.6",
"gene_symbol": "AP4B1",
"hgnc_id": 572,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.803A>G",
"hgvs_p": "p.His268Arg"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000419536.1",
"gene_symbol": "AP4B1-AS1",
"hgnc_id": 44114,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.712T>C",
"hgvs_p": null
}
],
"clinvar_disease": "AP4B1-related disorder,Hereditary spastic paraplegia,Hereditary spastic paraplegia 47,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Benign/Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:6 B:1",
"phenotype_combined": "Hereditary spastic paraplegia 47|not specified|Hereditary spastic paraplegia|not provided|AP4B1-related disorder|Inborn genetic diseases",
"pathogenicity_classification_combined": "Benign/Likely benign",
"custom_annotations": null
}
],
"message": null
}