← 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: 19-2102199-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=2102199&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 2102199,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_001261826.3",
"consequences": [
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3622A>G",
"hgvs_p": "p.Met1208Val",
"transcript": "NM_001261826.3",
"protein_id": "NP_001248755.1",
"transcript_support_level": null,
"aa_start": 1208,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3622,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000643116.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001261826.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3622A>G",
"hgvs_p": "p.Met1208Val",
"transcript": "ENST00000643116.3",
"protein_id": "ENSP00000495274.2",
"transcript_support_level": null,
"aa_start": 1208,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3622,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001261826.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000643116.3"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3436A>G",
"hgvs_p": "p.Met1146Val",
"transcript": "ENST00000345016.9",
"protein_id": "ENSP00000344055.4",
"transcript_support_level": 1,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1153,
"cds_start": 3436,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345016.9"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.859A>G",
"hgvs_p": null,
"transcript": "ENST00000591650.1",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000591650.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3703A>G",
"hgvs_p": "p.Met1235Val",
"transcript": "ENST00000920155.1",
"protein_id": "ENSP00000590214.1",
"transcript_support_level": null,
"aa_start": 1235,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3703,
"cds_end": null,
"cds_length": 3729,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920155.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3628A>G",
"hgvs_p": "p.Met1210Val",
"transcript": "ENST00000920151.1",
"protein_id": "ENSP00000590210.1",
"transcript_support_level": null,
"aa_start": 1210,
"aa_end": null,
"aa_length": 1217,
"cds_start": 3628,
"cds_end": null,
"cds_length": 3654,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920151.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 33,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3622A>G",
"hgvs_p": "p.Met1208Val",
"transcript": "ENST00000964681.1",
"protein_id": "ENSP00000634740.1",
"transcript_support_level": null,
"aa_start": 1208,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3622,
"cds_end": null,
"cds_length": 3648,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000964681.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3595A>G",
"hgvs_p": "p.Met1199Val",
"transcript": "ENST00000920160.1",
"protein_id": "ENSP00000590219.1",
"transcript_support_level": null,
"aa_start": 1199,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3595,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920160.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3586A>G",
"hgvs_p": "p.Met1196Val",
"transcript": "NM_001374799.1",
"protein_id": "NP_001361728.1",
"transcript_support_level": null,
"aa_start": 1196,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3586,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001374799.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3586A>G",
"hgvs_p": "p.Met1196Val",
"transcript": "ENST00000700387.1",
"protein_id": "ENSP00000514969.1",
"transcript_support_level": null,
"aa_start": 1196,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3586,
"cds_end": null,
"cds_length": 3612,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000700387.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3580A>G",
"hgvs_p": "p.Met1194Val",
"transcript": "ENST00000920154.1",
"protein_id": "ENSP00000590213.1",
"transcript_support_level": null,
"aa_start": 1194,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3580,
"cds_end": null,
"cds_length": 3606,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920154.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3574A>G",
"hgvs_p": "p.Met1192Val",
"transcript": "ENST00000873634.1",
"protein_id": "ENSP00000543693.1",
"transcript_support_level": null,
"aa_start": 1192,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3574,
"cds_end": null,
"cds_length": 3600,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873634.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3556A>G",
"hgvs_p": "p.Met1186Val",
"transcript": "ENST00000873633.1",
"protein_id": "ENSP00000543692.1",
"transcript_support_level": null,
"aa_start": 1186,
"aa_end": null,
"aa_length": 1193,
"cds_start": 3556,
"cds_end": null,
"cds_length": 3582,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873633.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3553A>G",
"hgvs_p": "p.Met1185Val",
"transcript": "ENST00000920159.1",
"protein_id": "ENSP00000590218.1",
"transcript_support_level": null,
"aa_start": 1185,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3553,
"cds_end": null,
"cds_length": 3579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920159.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3544A>G",
"hgvs_p": "p.Met1182Val",
"transcript": "ENST00000920152.1",
"protein_id": "ENSP00000590211.1",
"transcript_support_level": null,
"aa_start": 1182,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3544,
"cds_end": null,
"cds_length": 3570,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920152.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3514A>G",
"hgvs_p": "p.Met1172Val",
"transcript": "ENST00000873635.1",
"protein_id": "ENSP00000543694.1",
"transcript_support_level": null,
"aa_start": 1172,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3514,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000873635.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3514A>G",
"hgvs_p": "p.Met1172Val",
"transcript": "ENST00000920156.1",
"protein_id": "ENSP00000590215.1",
"transcript_support_level": null,
"aa_start": 1172,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3514,
"cds_end": null,
"cds_length": 3540,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920156.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3505A>G",
"hgvs_p": "p.Met1169Val",
"transcript": "ENST00000920153.1",
"protein_id": "ENSP00000590212.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1176,
"cds_start": 3505,
"cds_end": null,
"cds_length": 3531,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920153.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3493A>G",
"hgvs_p": "p.Met1165Val",
"transcript": "ENST00000920158.1",
"protein_id": "ENSP00000590217.1",
"transcript_support_level": null,
"aa_start": 1165,
"aa_end": null,
"aa_length": 1172,
"cds_start": 3493,
"cds_end": null,
"cds_length": 3519,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920158.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 31,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3478A>G",
"hgvs_p": "p.Met1160Val",
"transcript": "ENST00000920150.1",
"protein_id": "ENSP00000590209.1",
"transcript_support_level": null,
"aa_start": 1160,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3478,
"cds_end": null,
"cds_length": 3504,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920150.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 30,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3436A>G",
"hgvs_p": "p.Met1146Val",
"transcript": "NM_003938.8",
"protein_id": "NP_003929.4",
"transcript_support_level": null,
"aa_start": 1146,
"aa_end": null,
"aa_length": 1153,
"cds_start": 3436,
"cds_end": null,
"cds_length": 3462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003938.8"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.166A>G",
"hgvs_p": "p.Met56Val",
"transcript": "ENST00000920157.1",
"protein_id": "ENSP00000590216.1",
"transcript_support_level": null,
"aa_start": 56,
"aa_end": null,
"aa_length": 63,
"cds_start": 166,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000920157.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3424A>G",
"hgvs_p": "p.Met1142Val",
"transcript": "XM_047439597.1",
"protein_id": "XP_047295553.1",
"transcript_support_level": null,
"aa_start": 1142,
"aa_end": null,
"aa_length": 1149,
"cds_start": 3424,
"cds_end": null,
"cds_length": 3450,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439597.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 32,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.3388A>G",
"hgvs_p": "p.Met1130Val",
"transcript": "XM_047439598.1",
"protein_id": "XP_047295554.1",
"transcript_support_level": null,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1137,
"cds_start": 3388,
"cds_end": null,
"cds_length": 3414,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439598.1"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.2938A>G",
"hgvs_p": "p.Met980Val",
"transcript": "XM_017027422.2",
"protein_id": "XP_016882911.1",
"transcript_support_level": null,
"aa_start": 980,
"aa_end": null,
"aa_length": 987,
"cds_start": 2938,
"cds_end": null,
"cds_length": 2964,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027422.2"
},
{
"aa_ref": "M",
"aa_alt": "V",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.2902A>G",
"hgvs_p": "p.Met968Val",
"transcript": "XM_047439599.1",
"protein_id": "XP_047295555.1",
"transcript_support_level": null,
"aa_start": 968,
"aa_end": null,
"aa_length": 975,
"cds_start": 2902,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439599.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.*75A>G",
"hgvs_p": null,
"transcript": "ENST00000586370.6",
"protein_id": "ENSP00000468449.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 174,
"cds_start": null,
"cds_end": null,
"cds_length": 525,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000586370.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.3229A>G",
"hgvs_p": null,
"transcript": "ENST00000585652.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000585652.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.2147A>G",
"hgvs_p": null,
"transcript": "ENST00000589223.5",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000589223.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.1504A>G",
"hgvs_p": null,
"transcript": "ENST00000699940.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000699940.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.1774A>G",
"hgvs_p": null,
"transcript": "ENST00000699941.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000699941.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.1714A>G",
"hgvs_p": null,
"transcript": "ENST00000699942.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000699942.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "n.1810A>G",
"hgvs_p": null,
"transcript": "ENST00000699943.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "retained_intron",
"feature": "ENST00000699943.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.*75A>G",
"hgvs_p": null,
"transcript": "ENST00000589369.2",
"protein_id": "ENSP00000466267.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 192,
"cds_start": null,
"cds_end": null,
"cds_length": 579,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000589369.2"
}
],
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"dbsnp": "rs199675498",
"frequency_reference_population": 0.000035936453,
"hom_count_reference_population": 0,
"allele_count_reference_population": 58,
"gnomad_exomes_af": 0.000035574,
"gnomad_genomes_af": 0.0000394172,
"gnomad_exomes_ac": 52,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.09248149394989014,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.082,
"revel_prediction": "Benign",
"alphamissense_score": 0.0948,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.58,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.808,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001261826.3",
"gene_symbol": "AP3D1",
"hgnc_id": 568,
"effects": [
"missense_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.3622A>G",
"hgvs_p": "p.Met1208Val"
}
],
"clinvar_disease": "Inborn genetic diseases,not provided",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}