← 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-74126303-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=10&pos=74126303&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"missense_variant"
],
"gene_symbol": "AP3M1",
"hgnc_id": 569,
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"inheritance_mode": "AR",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_012095.6",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 3,
"alphamissense_prediction": null,
"alphamissense_score": 0.0751,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Benign",
"bayesdelnoaf_score": -0.38,
"chr": "10",
"clinvar_classification": "Uncertain significance",
"clinvar_disease": "not specified",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"computational_prediction_selected": "Benign",
"computational_score_selected": 0.3366789221763611,
"computational_source_selected": "MetaRNN",
"consequences": [
{
"aa_alt": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4889,
"cdna_start": 933,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_012095.6",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 4889,
"cdna_start": 933,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000355264.9",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2320,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000372745.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5176,
"cdna_start": 1220,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "NM_001320263.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5309,
"cdna_start": 1353,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001320264.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5015,
"cdna_start": 1059,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "NM_207012.4",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5048,
"cdna_start": 1095,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867215.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3633,
"cdna_start": 1192,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000867216.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3513,
"cdna_start": 1065,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867217.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3676,
"cdna_start": 1228,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000867218.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3599,
"cdna_start": 1154,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000867219.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3473,
"cdna_start": 1030,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867220.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3883,
"cdna_start": 1435,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867221.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3868,
"cdna_start": 1423,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867222.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3803,
"cdna_start": 1352,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000867223.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5152,
"cdna_start": 1352,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000920397.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3611,
"cdna_start": 1154,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000920399.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3384,
"cdna_start": 952,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000920401.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3966,
"cdna_start": 1521,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000920402.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3694,
"cdna_start": 1249,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000920403.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2667,
"cdna_start": 1097,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000920404.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2661,
"cdna_start": 1170,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000920405.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3518,
"cdna_start": 1075,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000964631.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3441,
"cdna_start": 1015,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000964632.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2500,
"cdna_start": 1239,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "ENST00000964633.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2580,
"cdna_start": 1273,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 12,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000964634.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2355,
"cdna_start": 1112,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 11,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000964635.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2915,
"cdna_start": 1013,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000964636.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 372,
"aa_ref": "S",
"aa_start": 240,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3361,
"cdna_start": 913,
"cds_end": null,
"cds_length": 1119,
"cds_start": 718,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000920398.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.718A>T",
"hgvs_p": "p.Ser240Cys",
"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": "C",
"aa_end": null,
"aa_length": 372,
"aa_ref": "S",
"aa_start": 240,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3207,
"cdna_start": 762,
"cds_end": null,
"cds_length": 1119,
"cds_start": 718,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": 6,
"exon_rank_end": null,
"feature": "ENST00000920400.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.718A>T",
"hgvs_p": "p.Ser240Cys",
"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": "C",
"aa_end": null,
"aa_length": 364,
"aa_ref": "S",
"aa_start": 232,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4727,
"cdna_start": 771,
"cds_end": null,
"cds_length": 1095,
"cds_start": 694,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NM_001320265.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.694A>T",
"hgvs_p": "p.Ser232Cys",
"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": "C",
"aa_end": null,
"aa_length": 418,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5050,
"cdna_start": 1094,
"cds_end": null,
"cds_length": 1257,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 10,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_024447939.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": "C",
"aa_end": null,
"aa_length": 361,
"aa_ref": "S",
"aa_start": 286,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1376,
"cdna_start": 1059,
"cds_end": null,
"cds_length": 1086,
"cds_start": 856,
"consequences": [
"missense_variant"
],
"exon_count": 9,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047425054.1",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "c.856A>T",
"hgvs_p": "p.Ser286Cys",
"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": 4911,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "NR_135191.2",
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"hgvs_c": "n.933A>T",
"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": "rs1300004917",
"effect": "missense_variant",
"frequency_reference_population": 0.0000018586301,
"gene_hgnc_id": 569,
"gene_symbol": "AP3M1",
"gnomad_exomes_ac": 2,
"gnomad_exomes_af": 0.0000013681,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_ac": 1,
"gnomad_genomes_af": 0.00000656978,
"gnomad_genomes_homalt": 0,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": "Uncertain significance",
"phenotype_combined": "not specified",
"phylop100way_prediction": "Uncertain_significance",
"phylop100way_score": 4.647,
"pos": 74126303,
"ref": "T",
"revel_prediction": "Benign",
"revel_score": 0.129,
"splice_prediction_selected": "Uncertain_significance",
"splice_score_selected": 0.3100000023841858,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Uncertain_significance",
"spliceai_max_score": 0.31,
"transcript": "NM_012095.6"
}
]
}