← 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-100105984-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=7&pos=100105984&ref=T&alt=C&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "7",
"pos": 100105984,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "ENST00000359593.9",
"consequences": [
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "NM_004722.4",
"protein_id": "NP_004713.2",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": "ENST00000359593.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "ENST00000359593.9",
"protein_id": "ENSP00000352603.4",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 3591,
"mane_select": "NM_004722.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "ENST00000421755.5",
"protein_id": "ENSP00000412185.1",
"transcript_support_level": 1,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1006,
"cdna_end": null,
"cdna_length": 1572,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.976T>C",
"hgvs_p": "p.Cys326Arg",
"transcript": "NM_001363671.2",
"protein_id": "NP_001350600.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 460,
"cds_start": 976,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 3612,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.976T>C",
"hgvs_p": "p.Cys326Arg",
"transcript": "NM_001438824.1",
"protein_id": "NP_001425753.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 460,
"cds_start": 976,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1241,
"cdna_end": null,
"cdna_length": 3805,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.976T>C",
"hgvs_p": "p.Cys326Arg",
"transcript": "ENST00000429084.5",
"protein_id": "ENSP00000403663.1",
"transcript_support_level": 5,
"aa_start": 326,
"aa_end": null,
"aa_length": 460,
"cds_start": 976,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1134,
"cdna_end": null,
"cdna_length": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "NM_001438825.1",
"protein_id": "NP_001425754.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 4229,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "NM_001438826.1",
"protein_id": "NP_001425755.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1220,
"cdna_end": null,
"cdna_length": 3784,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "ENST00000713591.1",
"protein_id": "ENSP00000518888.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1116,
"cdna_end": null,
"cdna_length": 3680,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "ENST00000713791.1",
"protein_id": "ENSP00000519097.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 453,
"cds_start": 955,
"cds_end": null,
"cds_length": 1362,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 5020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.946T>C",
"hgvs_p": "p.Cys316Arg",
"transcript": "ENST00000713792.1",
"protein_id": "ENSP00000519098.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 450,
"cds_start": 946,
"cds_end": null,
"cds_length": 1353,
"cdna_start": 1142,
"cdna_end": null,
"cdna_length": 1785,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.976T>C",
"hgvs_p": "p.Cys326Arg",
"transcript": "NM_001438827.1",
"protein_id": "NP_001425756.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 419,
"cds_start": 976,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 1048,
"cdna_end": null,
"cdna_length": 3489,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "NM_001438828.1",
"protein_id": "NP_001425757.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 412,
"cds_start": 955,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 1027,
"cdna_end": null,
"cdna_length": 3468,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "ENST00000445295.2",
"protein_id": "ENSP00000393723.2",
"transcript_support_level": 3,
"aa_start": 319,
"aa_end": null,
"aa_length": 412,
"cds_start": 955,
"cds_end": null,
"cds_length": 1239,
"cdna_start": 962,
"cdna_end": null,
"cdna_length": 1508,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.955T>C",
"hgvs_p": "p.Cys319Arg",
"transcript": "ENST00000450807.6",
"protein_id": "ENSP00000391585.2",
"transcript_support_level": 3,
"aa_start": 319,
"aa_end": null,
"aa_length": 408,
"cds_start": 955,
"cds_end": null,
"cds_length": 1227,
"cdna_start": 1075,
"cdna_end": null,
"cdna_length": 1412,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.751T>C",
"hgvs_p": "p.Cys251Arg",
"transcript": "NM_001438829.1",
"protein_id": "NP_001425758.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 385,
"cds_start": 751,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 823,
"cdna_end": null,
"cdna_length": 3387,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.751T>C",
"hgvs_p": "p.Cys251Arg",
"transcript": "ENST00000438383.6",
"protein_id": "ENSP00000401613.2",
"transcript_support_level": 5,
"aa_start": 251,
"aa_end": null,
"aa_length": 385,
"cds_start": 751,
"cds_end": null,
"cds_length": 1158,
"cdna_start": 909,
"cdna_end": null,
"cdna_length": 2945,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.751T>C",
"hgvs_p": "p.Cys251Arg",
"transcript": "NM_001438830.1",
"protein_id": "NP_001425759.1",
"transcript_support_level": null,
"aa_start": 251,
"aa_end": null,
"aa_length": 344,
"cds_start": 751,
"cds_end": null,
"cds_length": 1035,
"cdna_start": 823,
"cdna_end": null,
"cdna_length": 3264,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.571T>C",
"hgvs_p": "p.Cys191Arg",
"transcript": "NM_001438831.1",
"protein_id": "NP_001425760.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 325,
"cds_start": 571,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1175,
"cdna_end": null,
"cdna_length": 3739,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.571T>C",
"hgvs_p": "p.Cys191Arg",
"transcript": "NM_001438832.1",
"protein_id": "NP_001425761.1",
"transcript_support_level": null,
"aa_start": 191,
"aa_end": null,
"aa_length": 325,
"cds_start": 571,
"cds_end": null,
"cds_length": 978,
"cdna_start": 1102,
"cdna_end": null,
"cdna_length": 3666,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "C",
"aa_alt": "R",
"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.976T>C",
"hgvs_p": "p.Cys326Arg",
"transcript": "XM_005250689.5",
"protein_id": "XP_005250746.1",
"transcript_support_level": null,
"aa_start": 326,
"aa_end": null,
"aa_length": 460,
"cds_start": 976,
"cds_end": null,
"cds_length": 1383,
"cdna_start": 1075,
"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.995T>C",
"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.1141T>C",
"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.*564T>C",
"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.*177T>C",
"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.962T>C",
"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.8T>C",
"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.1214T>C",
"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.*398T>C",
"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.*865T>C",
"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.955T>C",
"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.*200T>C",
"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.*564T>C",
"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.*264T>C",
"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.955T>C",
"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.1027T>C",
"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.*564T>C",
"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.*177T>C",
"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.*398T>C",
"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.*865T>C",
"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.*200T>C",
"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.*564T>C",
"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.*264T>C",
"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": "rs754498075",
"frequency_reference_population": 0.000009293519,
"hom_count_reference_population": 0,
"allele_count_reference_population": 15,
"gnomad_exomes_af": 0.00000957676,
"gnomad_genomes_af": 0.0000065722,
"gnomad_exomes_ac": 14,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8491066098213196,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.483,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.9937,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.08,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 4.162,
"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": 7,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PM5,PP3_Moderate,PP5",
"acmg_by_gene": [
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PM5",
"PP3_Moderate",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000359593.9",
"gene_symbol": "AP4M1",
"hgnc_id": 574,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.955T>C",
"hgvs_p": "p.Cys319Arg"
}
],
"clinvar_disease": "Hereditary spastic paraplegia 50,Inborn genetic diseases,Spastic paraplegia,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "P:1 LP:2 US:1",
"phenotype_combined": "not specified|Spastic paraplegia|Hereditary spastic paraplegia 50|Inborn genetic diseases",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}