← 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: 10-74129131-TA-AG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=74129131&ref=TA&alt=AG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PP3"
],
"effects": [
"missense_variant"
],
"gene_symbol": "AP3M1",
"hgnc_id": 569,
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"inheritance_mode": "AR",
"pathogenic_score": 1,
"score": 1,
"transcript": "NM_012095.6",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3",
"acmg_score": 1,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "AG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "10",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4889,
"cdna_start": 857,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_012095.6",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000355264.9",
"protein_coding": true,
"protein_id": "NP_036227.1",
"strand": false,
"transcript": "NM_012095.6",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4889,
"cdna_start": 857,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000355264.9",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_012095.6",
"protein_coding": true,
"protein_id": "ENSP00000347408.4",
"strand": false,
"transcript": "ENST00000355264.9",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2320,
"cdna_start": 997,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000372745.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000361831.1",
"strand": false,
"transcript": "ENST00000372745.1",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5176,
"cdna_start": 1144,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001320263.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307192.1",
"strand": false,
"transcript": "NM_001320263.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5309,
"cdna_start": 1277,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001320264.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307193.1",
"strand": false,
"transcript": "NM_001320264.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5015,
"cdna_start": 983,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_207012.4",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_996895.1",
"strand": false,
"transcript": "NM_207012.4",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5048,
"cdna_start": 1019,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867215.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537274.1",
"strand": false,
"transcript": "ENST00000867215.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3633,
"cdna_start": 1116,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867216.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537275.1",
"strand": false,
"transcript": "ENST00000867216.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3513,
"cdna_start": 989,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867217.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537276.1",
"strand": false,
"transcript": "ENST00000867217.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3676,
"cdna_start": 1152,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867218.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537277.1",
"strand": false,
"transcript": "ENST00000867218.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3599,
"cdna_start": 1078,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867219.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537278.1",
"strand": false,
"transcript": "ENST00000867219.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3473,
"cdna_start": 954,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867220.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537279.1",
"strand": false,
"transcript": "ENST00000867220.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3883,
"cdna_start": 1359,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867221.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537280.1",
"strand": false,
"transcript": "ENST00000867221.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3868,
"cdna_start": 1347,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867222.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537281.1",
"strand": false,
"transcript": "ENST00000867222.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3803,
"cdna_start": 1276,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000867223.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000537282.1",
"strand": false,
"transcript": "ENST00000867223.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5152,
"cdna_start": 1276,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920397.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590456.1",
"strand": false,
"transcript": "ENST00000920397.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3611,
"cdna_start": 1078,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920399.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590458.1",
"strand": false,
"transcript": "ENST00000920399.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 876,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920401.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590460.1",
"strand": false,
"transcript": "ENST00000920401.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3966,
"cdna_start": 1445,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920402.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590461.1",
"strand": false,
"transcript": "ENST00000920402.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3694,
"cdna_start": 1173,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920403.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590462.1",
"strand": false,
"transcript": "ENST00000920403.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2667,
"cdna_start": 1021,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920404.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590463.1",
"strand": false,
"transcript": "ENST00000920404.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2661,
"cdna_start": 1094,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920405.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590464.1",
"strand": false,
"transcript": "ENST00000920405.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3518,
"cdna_start": 999,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000964631.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634690.1",
"strand": false,
"transcript": "ENST00000964631.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3441,
"cdna_start": 939,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000964632.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634691.1",
"strand": false,
"transcript": "ENST00000964632.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2500,
"cdna_start": 1163,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000964633.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634692.1",
"strand": false,
"transcript": "ENST00000964633.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2580,
"cdna_start": 1197,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000964634.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634693.1",
"strand": false,
"transcript": "ENST00000964634.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2355,
"cdna_start": 1036,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000964635.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634694.1",
"strand": false,
"transcript": "ENST00000964635.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2915,
"cdna_start": 937,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000964636.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000634695.1",
"strand": false,
"transcript": "ENST00000964636.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 372,
"aa_ref": "I",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3361,
"cdna_start": 837,
"cds_end": null,
"cds_length": 1119,
"cds_start": 641,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920398.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.641_642delTAinsCT",
"hgvs_p": "p.Ile214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590457.1",
"strand": false,
"transcript": "ENST00000920398.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 372,
"aa_ref": "I",
"aa_start": 214,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3207,
"cdna_start": 686,
"cds_end": null,
"cds_length": 1119,
"cds_start": 641,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000920400.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.641_642delTAinsCT",
"hgvs_p": "p.Ile214Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000590459.1",
"strand": false,
"transcript": "ENST00000920400.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 364,
"aa_ref": "I",
"aa_start": 206,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4727,
"cdna_start": 695,
"cds_end": null,
"cds_length": 1095,
"cds_start": 617,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001320265.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.617_618delTAinsCT",
"hgvs_p": "p.Ile206Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001307194.1",
"strand": false,
"transcript": "NM_001320265.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 418,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5050,
"cdna_start": 1018,
"cds_end": null,
"cds_length": 1257,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_024447939.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_024303707.1",
"strand": false,
"transcript": "XM_024447939.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 361,
"aa_ref": "I",
"aa_start": 260,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1376,
"cdna_start": 983,
"cds_end": null,
"cds_length": 1086,
"cds_start": 779,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047425054.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.779_780delTAinsCT",
"hgvs_p": "p.Ile260Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047281010.1",
"strand": false,
"transcript": "XM_047425054.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 462,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000480373.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "n.208_209delTAinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000480373.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 4911,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "NR_135191.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "n.856_857delTAinsCT",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_135191.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Pathogenic",
"phylop100way_score": 8.947,
"pos": 74129131,
"ref": "TA",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_012095.6"
}
]
}