← 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-2102245-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=2102245&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 2102245,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_001261826.3",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3576C>T",
"hgvs_p": "p.Asp1192Asp",
"transcript": "NM_001261826.3",
"protein_id": "NP_001248755.1",
"transcript_support_level": null,
"aa_start": 1192,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3576,
"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": "D",
"aa_alt": "D",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3576C>T",
"hgvs_p": "p.Asp1192Asp",
"transcript": "ENST00000643116.3",
"protein_id": "ENSP00000495274.2",
"transcript_support_level": null,
"aa_start": 1192,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3576,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3390C>T",
"hgvs_p": "p.Asp1130Asp",
"transcript": "ENST00000345016.9",
"protein_id": "ENSP00000344055.4",
"transcript_support_level": 1,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1153,
"cds_start": 3390,
"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.813C>T",
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3657C>T",
"hgvs_p": "p.Asp1219Asp",
"transcript": "ENST00000920155.1",
"protein_id": "ENSP00000590214.1",
"transcript_support_level": null,
"aa_start": 1219,
"aa_end": null,
"aa_length": 1242,
"cds_start": 3657,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3582C>T",
"hgvs_p": "p.Asp1194Asp",
"transcript": "ENST00000920151.1",
"protein_id": "ENSP00000590210.1",
"transcript_support_level": null,
"aa_start": 1194,
"aa_end": null,
"aa_length": 1217,
"cds_start": 3582,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3576C>T",
"hgvs_p": "p.Asp1192Asp",
"transcript": "ENST00000964681.1",
"protein_id": "ENSP00000634740.1",
"transcript_support_level": null,
"aa_start": 1192,
"aa_end": null,
"aa_length": 1215,
"cds_start": 3576,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3549C>T",
"hgvs_p": "p.Asp1183Asp",
"transcript": "ENST00000920160.1",
"protein_id": "ENSP00000590219.1",
"transcript_support_level": null,
"aa_start": 1183,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3549,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3540C>T",
"hgvs_p": "p.Asp1180Asp",
"transcript": "NM_001374799.1",
"protein_id": "NP_001361728.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3540,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3540C>T",
"hgvs_p": "p.Asp1180Asp",
"transcript": "ENST00000700387.1",
"protein_id": "ENSP00000514969.1",
"transcript_support_level": null,
"aa_start": 1180,
"aa_end": null,
"aa_length": 1203,
"cds_start": 3540,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3534C>T",
"hgvs_p": "p.Asp1178Asp",
"transcript": "ENST00000920154.1",
"protein_id": "ENSP00000590213.1",
"transcript_support_level": null,
"aa_start": 1178,
"aa_end": null,
"aa_length": 1201,
"cds_start": 3534,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3528C>T",
"hgvs_p": "p.Asp1176Asp",
"transcript": "ENST00000873634.1",
"protein_id": "ENSP00000543693.1",
"transcript_support_level": null,
"aa_start": 1176,
"aa_end": null,
"aa_length": 1199,
"cds_start": 3528,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3510C>T",
"hgvs_p": "p.Asp1170Asp",
"transcript": "ENST00000873633.1",
"protein_id": "ENSP00000543692.1",
"transcript_support_level": null,
"aa_start": 1170,
"aa_end": null,
"aa_length": 1193,
"cds_start": 3510,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3507C>T",
"hgvs_p": "p.Asp1169Asp",
"transcript": "ENST00000920159.1",
"protein_id": "ENSP00000590218.1",
"transcript_support_level": null,
"aa_start": 1169,
"aa_end": null,
"aa_length": 1192,
"cds_start": 3507,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3498C>T",
"hgvs_p": "p.Asp1166Asp",
"transcript": "ENST00000920152.1",
"protein_id": "ENSP00000590211.1",
"transcript_support_level": null,
"aa_start": 1166,
"aa_end": null,
"aa_length": 1189,
"cds_start": 3498,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3468C>T",
"hgvs_p": "p.Asp1156Asp",
"transcript": "ENST00000873635.1",
"protein_id": "ENSP00000543694.1",
"transcript_support_level": null,
"aa_start": 1156,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3468,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3468C>T",
"hgvs_p": "p.Asp1156Asp",
"transcript": "ENST00000920156.1",
"protein_id": "ENSP00000590215.1",
"transcript_support_level": null,
"aa_start": 1156,
"aa_end": null,
"aa_length": 1179,
"cds_start": 3468,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3459C>T",
"hgvs_p": "p.Asp1153Asp",
"transcript": "ENST00000920153.1",
"protein_id": "ENSP00000590212.1",
"transcript_support_level": null,
"aa_start": 1153,
"aa_end": null,
"aa_length": 1176,
"cds_start": 3459,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3447C>T",
"hgvs_p": "p.Asp1149Asp",
"transcript": "ENST00000920158.1",
"protein_id": "ENSP00000590217.1",
"transcript_support_level": null,
"aa_start": 1149,
"aa_end": null,
"aa_length": 1172,
"cds_start": 3447,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3432C>T",
"hgvs_p": "p.Asp1144Asp",
"transcript": "ENST00000920150.1",
"protein_id": "ENSP00000590209.1",
"transcript_support_level": null,
"aa_start": 1144,
"aa_end": null,
"aa_length": 1167,
"cds_start": 3432,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3390C>T",
"hgvs_p": "p.Asp1130Asp",
"transcript": "NM_003938.8",
"protein_id": "NP_003929.4",
"transcript_support_level": null,
"aa_start": 1130,
"aa_end": null,
"aa_length": 1153,
"cds_start": 3390,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.120C>T",
"hgvs_p": "p.Asp40Asp",
"transcript": "ENST00000920157.1",
"protein_id": "ENSP00000590216.1",
"transcript_support_level": null,
"aa_start": 40,
"aa_end": null,
"aa_length": 63,
"cds_start": 120,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3378C>T",
"hgvs_p": "p.Asp1126Asp",
"transcript": "XM_047439597.1",
"protein_id": "XP_047295553.1",
"transcript_support_level": null,
"aa_start": 1126,
"aa_end": null,
"aa_length": 1149,
"cds_start": 3378,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.3342C>T",
"hgvs_p": "p.Asp1114Asp",
"transcript": "XM_047439598.1",
"protein_id": "XP_047295554.1",
"transcript_support_level": null,
"aa_start": 1114,
"aa_end": null,
"aa_length": 1137,
"cds_start": 3342,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2892C>T",
"hgvs_p": "p.Asp964Asp",
"transcript": "XM_017027422.2",
"protein_id": "XP_016882911.1",
"transcript_support_level": null,
"aa_start": 964,
"aa_end": null,
"aa_length": 987,
"cds_start": 2892,
"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": "D",
"aa_alt": "D",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.2856C>T",
"hgvs_p": "p.Asp952Asp",
"transcript": "XM_047439599.1",
"protein_id": "XP_047295555.1",
"transcript_support_level": null,
"aa_start": 952,
"aa_end": null,
"aa_length": 975,
"cds_start": 2856,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"hgvs_c": "c.*29C>T",
"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"
},
{
"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.*29C>T",
"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.3183C>T",
"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.2101C>T",
"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.1458C>T",
"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.1728C>T",
"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.1668C>T",
"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.1764C>T",
"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"
}
],
"gene_symbol": "AP3D1",
"gene_hgnc_id": 568,
"dbsnp": "rs185787445",
"frequency_reference_population": 0.000034084558,
"hom_count_reference_population": 0,
"allele_count_reference_population": 55,
"gnomad_exomes_af": 0.000033529,
"gnomad_genomes_af": 0.0000394187,
"gnomad_exomes_ac": 49,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6299999952316284,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.63,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.313,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_001261826.3",
"gene_symbol": "AP3D1",
"hgnc_id": 568,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "Unknown,AR",
"hgvs_c": "c.3576C>T",
"hgvs_p": "p.Asp1192Asp"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}