← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 7-100105982-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100105982&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100105982,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000359593.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "NM_004722.4",
"protein_id": "NP_004713.2",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": "ENST00000359593.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "ENST00000359593.9",
"protein_id": "ENSP00000352603.4",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": "NM_004722.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "ENST00000421755.5",
"protein_id": "ENSP00000412185.1",
"transcript_support_level": 1,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1004,
"cdna_end": null,
"cdna_length": 1572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "NM_001363671.2",
"protein_id": "NP_001350600.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 460,
"cds_start": 974,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "NM_001438824.1",
"protein_id": "NP_001425753.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 460,
"cds_start": 974,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1239,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "ENST00000429084.5",
"protein_id": "ENSP00000403663.1",
"transcript_support_level": 5,
"aa_start": 325,
"aa_end": null,
"aa_length": 460,
"cds_start": 974,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1132,
"cdna_end": null,
"cdna_length": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "NM_001438825.1",
"protein_id": "NP_001425754.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 4229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "NM_001438826.1",
"protein_id": "NP_001425755.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1218,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "ENST00000713591.1",
"protein_id": "ENSP00000518888.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1114,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "ENST00000713791.1",
"protein_id": "ENSP00000519097.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 453,
"cds_start": 953,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1599,
"cdna_end": null,
"cdna_length": 5020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.944G>A",
"hgvs_p": "p.Arg315Gln",
"transcript": "ENST00000713792.1",
"protein_id": "ENSP00000519098.1",
"transcript_support_level": null,
"aa_start": 315,
"aa_end": null,
"aa_length": 450,
"cds_start": 944,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1140,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "NM_001438827.1",
"protein_id": "NP_001425756.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 419,
"cds_start": 974,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1046,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "NM_001438828.1",
"protein_id": "NP_001425757.1",
"transcript_support_level": null,
"aa_start": 318,
"aa_end": null,
"aa_length": 412,
"cds_start": 953,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1025,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "ENST00000445295.2",
"protein_id": "ENSP00000393723.2",
"transcript_support_level": 3,
"aa_start": 318,
"aa_end": null,
"aa_length": 412,
"cds_start": 953,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 960,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln",
"transcript": "ENST00000450807.6",
"protein_id": "ENSP00000391585.2",
"transcript_support_level": 3,
"aa_start": 318,
"aa_end": null,
"aa_length": 408,
"cds_start": 953,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 1073,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.749G>A",
"hgvs_p": "p.Arg250Gln",
"transcript": "NM_001438829.1",
"protein_id": "NP_001425758.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 385,
"cds_start": 749,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 821,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.749G>A",
"hgvs_p": "p.Arg250Gln",
"transcript": "ENST00000438383.6",
"protein_id": "ENSP00000401613.2",
"transcript_support_level": 5,
"aa_start": 250,
"aa_end": null,
"aa_length": 385,
"cds_start": 749,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 907,
"cdna_end": null,
"cdna_length": 2945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.749G>A",
"hgvs_p": "p.Arg250Gln",
"transcript": "NM_001438830.1",
"protein_id": "NP_001425759.1",
"transcript_support_level": null,
"aa_start": 250,
"aa_end": null,
"aa_length": 344,
"cds_start": 749,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 821,
"cdna_end": null,
"cdna_length": 3264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "NM_001438831.1",
"protein_id": "NP_001425760.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 325,
"cds_start": 569,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1173,
"cdna_end": null,
"cdna_length": 3739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.569G>A",
"hgvs_p": "p.Arg190Gln",
"transcript": "NM_001438832.1",
"protein_id": "NP_001425761.1",
"transcript_support_level": null,
"aa_start": 190,
"aa_end": null,
"aa_length": 325,
"cds_start": 569,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1100,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "c.974G>A",
"hgvs_p": "p.Arg325Gln",
"transcript": "XM_005250689.5",
"protein_id": "XP_005250746.1",
"transcript_support_level": null,
"aa_start": 325,
"aa_end": null,
"aa_length": 460,
"cds_start": 974,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1073,
"cdna_end": null,
"cdna_length": 3639,
"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": 10,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.993G>A",
"hgvs_p": null,
"transcript": "ENST00000416938.6",
"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": 3559,
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.1139G>A",
"hgvs_p": null,
"transcript": "ENST00000422582.6",
"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": 1814,
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*562G>A",
"hgvs_p": null,
"transcript": "ENST00000445208.5",
"protein_id": "ENSP00000400598.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": 1681,
"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": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*175G>A",
"hgvs_p": null,
"transcript": "ENST00000446007.5",
"protein_id": "ENSP00000396928.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": 960,
"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": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.960G>A",
"hgvs_p": null,
"transcript": "ENST00000463195.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": 1020,
"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": 1,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.6G>A",
"hgvs_p": null,
"transcript": "ENST00000489387.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": 562,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.1212G>A",
"hgvs_p": null,
"transcript": "ENST00000495154.2",
"protein_id": null,
"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": 3778,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*396G>A",
"hgvs_p": null,
"transcript": "ENST00000713793.1",
"protein_id": "ENSP00000519099.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": 1819,
"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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*863G>A",
"hgvs_p": null,
"transcript": "ENST00000713794.1",
"protein_id": "ENSP00000519100.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": 1908,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.953G>A",
"hgvs_p": null,
"transcript": "ENST00000713795.1",
"protein_id": "ENSP00000519101.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": 1780,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*198G>A",
"hgvs_p": null,
"transcript": "ENST00000713796.1",
"protein_id": "ENSP00000519102.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": 1785,
"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": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*562G>A",
"hgvs_p": null,
"transcript": "ENST00000713797.1",
"protein_id": "ENSP00000519103.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": 3689,
"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": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000713798.1",
"protein_id": "ENSP00000519104.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": 3479,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.953G>A",
"hgvs_p": null,
"transcript": "ENST00000713799.1",
"protein_id": "ENSP00000519105.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": 1736,
"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": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.1025G>A",
"hgvs_p": null,
"transcript": "NR_199390.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": 3703,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*562G>A",
"hgvs_p": null,
"transcript": "ENST00000445208.5",
"protein_id": "ENSP00000400598.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": 1681,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*175G>A",
"hgvs_p": null,
"transcript": "ENST00000446007.5",
"protein_id": "ENSP00000396928.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": 960,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*396G>A",
"hgvs_p": null,
"transcript": "ENST00000713793.1",
"protein_id": "ENSP00000519099.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": 1819,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*863G>A",
"hgvs_p": null,
"transcript": "ENST00000713794.1",
"protein_id": "ENSP00000519100.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": 1908,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*198G>A",
"hgvs_p": null,
"transcript": "ENST00000713796.1",
"protein_id": "ENSP00000519102.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": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*562G>A",
"hgvs_p": null,
"transcript": "ENST00000713797.1",
"protein_id": "ENSP00000519103.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": 3689,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"hgvs_c": "n.*262G>A",
"hgvs_p": null,
"transcript": "ENST00000713798.1",
"protein_id": "ENSP00000519104.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": 3479,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "AP4M1",
"gene_hgnc_id": 574,
"dbsnp": "rs531148057",
"frequency_reference_population": 0.000109655375,
"hom_count_reference_population": 2,
"allele_count_reference_population": 177,
"gnomad_exomes_af": 0.000110817,
"gnomad_genomes_af": 0.0000985041,
"gnomad_exomes_ac": 162,
"gnomad_genomes_ac": 15,
"gnomad_exomes_homalt": 2,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.04198679327964783,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.20000000298023224,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.284,
"revel_prediction": "Benign",
"alphamissense_score": 0.4516,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.21,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.373,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.2,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "PM1,BP4_Strong,BS1_Supporting,BS2",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 9,
"pathogenic_score": 2,
"criteria": [
"PM1",
"BP4_Strong",
"BS1_Supporting",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000359593.9",
"gene_symbol": "AP4M1",
"hgnc_id": 574,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.953G>A",
"hgvs_p": "p.Arg318Gln"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 50,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "LP:1 US:2 LB:2",
"phenotype_combined": "not provided|Hereditary spastic paraplegia 50|not specified",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}