← 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: 11-977100-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=977100&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 977100,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001242837.2",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "NM_012305.4",
"protein_id": "NP_036437.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 939,
"cds_start": 479,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000448903.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_012305.4"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000448903.7",
"protein_id": "ENSP00000413234.3",
"transcript_support_level": 1,
"aa_start": 160,
"aa_end": null,
"aa_length": 939,
"cds_start": 479,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_012305.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000448903.7"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000332231.9",
"protein_id": "ENSP00000327694.5",
"transcript_support_level": 1,
"aa_start": 160,
"aa_end": null,
"aa_length": 940,
"cds_start": 479,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332231.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.479C>T",
"hgvs_p": null,
"transcript": "ENST00000528815.5",
"protein_id": "ENSP00000431630.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": "ENST00000528815.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.479C>T",
"hgvs_p": null,
"transcript": "ENST00000687792.1",
"protein_id": "ENSP00000508951.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": "ENST00000687792.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.479C>T",
"hgvs_p": null,
"transcript": "ENST00000687890.1",
"protein_id": "ENSP00000510756.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": "ENST00000687890.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.479C>T",
"hgvs_p": null,
"transcript": "ENST00000693238.1",
"protein_id": "ENSP00000510648.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": "ENST00000693238.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000860666.1",
"protein_id": "ENSP00000530725.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 1004,
"cds_start": 479,
"cds_end": null,
"cds_length": 3015,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860666.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000860668.1",
"protein_id": "ENSP00000530727.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 958,
"cds_start": 479,
"cds_end": null,
"cds_length": 2877,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860668.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "NM_001242837.2",
"protein_id": "NP_001229766.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 940,
"cds_start": 479,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001242837.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000860669.1",
"protein_id": "ENSP00000530728.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 937,
"cds_start": 479,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860669.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000947238.1",
"protein_id": "ENSP00000617297.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 937,
"cds_start": 479,
"cds_end": null,
"cds_length": 2814,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000947238.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000860667.1",
"protein_id": "ENSP00000530726.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 906,
"cds_start": 479,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860667.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000860665.1",
"protein_id": "ENSP00000530724.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 905,
"cds_start": 479,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000860665.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "ENST00000916663.1",
"protein_id": "ENSP00000586722.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 898,
"cds_start": 479,
"cds_end": null,
"cds_length": 2697,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916663.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.461C>T",
"hgvs_p": "p.Thr154Ile",
"transcript": "ENST00000527024.2",
"protein_id": "ENSP00000434563.2",
"transcript_support_level": 4,
"aa_start": 154,
"aa_end": null,
"aa_length": 264,
"cds_start": 461,
"cds_end": null,
"cds_length": 796,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000527024.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000524559.2",
"protein_id": "ENSP00000434432.2",
"transcript_support_level": 5,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000524559.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000526753.6",
"protein_id": "ENSP00000435863.2",
"transcript_support_level": 4,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000526753.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000529818.6",
"protein_id": "ENSP00000509792.1",
"transcript_support_level": 4,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000529818.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000530801.6",
"protein_id": "ENSP00000434553.2",
"transcript_support_level": 4,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530801.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000531548.6",
"protein_id": "ENSP00000433498.2",
"transcript_support_level": 4,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000531548.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000534328.6",
"protein_id": "ENSP00000436059.2",
"transcript_support_level": 5,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534328.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "ENST00000534485.6",
"protein_id": "ENSP00000435756.2",
"transcript_support_level": 4,
"aa_start": 84,
"aa_end": null,
"aa_length": 194,
"cds_start": 251,
"cds_end": null,
"cds_length": 586,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000534485.6"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_011519929.2",
"protein_id": "XP_011518231.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 864,
"cds_start": 251,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519929.2"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_047426479.1",
"protein_id": "XP_047282435.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 864,
"cds_start": 251,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426479.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_047426480.1",
"protein_id": "XP_047282436.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 864,
"cds_start": 251,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426480.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_047426481.1",
"protein_id": "XP_047282437.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 864,
"cds_start": 251,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426481.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_047426482.1",
"protein_id": "XP_047282438.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 864,
"cds_start": 251,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426482.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_047426485.1",
"protein_id": "XP_047282441.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 864,
"cds_start": 251,
"cds_end": null,
"cds_length": 2595,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426485.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.251C>T",
"hgvs_p": "p.Thr84Ile",
"transcript": "XM_047426484.1",
"protein_id": "XP_047282440.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 863,
"cds_start": 251,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047426484.1"
},
{
"aa_ref": "T",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile",
"transcript": "XM_011519930.4",
"protein_id": "XP_011518232.1",
"transcript_support_level": null,
"aa_start": 160,
"aa_end": null,
"aa_length": 666,
"cds_start": 479,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011519930.4"
},
{
"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": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.173C>T",
"hgvs_p": null,
"transcript": "ENST00000525796.5",
"protein_id": null,
"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": "pseudogene",
"feature": "ENST00000525796.5"
},
{
"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": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.621C>T",
"hgvs_p": null,
"transcript": "ENST00000529858.6",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000529858.6"
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.631C>T",
"hgvs_p": null,
"transcript": "NR_144509.2",
"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_144509.2"
},
{
"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": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.631C>T",
"hgvs_p": null,
"transcript": "NR_144510.2",
"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_144510.2"
},
{
"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": 2,
"intron_rank_end": null,
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"hgvs_c": "n.137-16763C>T",
"hgvs_p": null,
"transcript": "ENST00000528195.6",
"protein_id": "ENSP00000510810.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": "ENST00000528195.6"
}
],
"gene_symbol": "AP2A2",
"gene_hgnc_id": 562,
"dbsnp": "rs1159376146",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6051590442657471,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.27,
"revel_prediction": "Benign",
"alphamissense_score": 0.7574,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.13,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 6.054,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.01,
"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": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001242837.2",
"gene_symbol": "AP2A2",
"hgnc_id": 562,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown",
"hgvs_c": "c.479C>T",
"hgvs_p": "p.Thr160Ile"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}