← 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: 15-82659598-T-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=82659598&ref=T&alt=T&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"exon_region"
],
"gene_symbol": "AP3B2",
"hgnc_id": 567,
"hgvs_c": "c.",
"hgvs_p": null,
"inheritance_mode": "AR,AD",
"pathogenic_score": 2,
"score": 2,
"transcript": "NM_001278512.2",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [
"PM2"
],
"effects": [
"intron_variant"
],
"gene_symbol": "CPEB1-AS1",
"hgnc_id": 27523,
"hgvs_c": "n.",
"hgvs_p": null,
"inheritance_mode": "",
"pathogenic_score": 2,
"score": 2,
"transcript": "ENST00000560650.1",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_score": 2,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "T",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "15",
"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": null,
"aa_end": null,
"aa_length": 1101,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3754,
"cdna_start": null,
"cds_end": null,
"cds_length": 3306,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "NM_001278512.2",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000535359.6",
"protein_coding": true,
"protein_id": "NP_001265441.1",
"strand": false,
"transcript": "NM_001278512.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1101,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 3754,
"cdna_start": null,
"cds_end": null,
"cds_length": 3306,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000535359.6",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_001278512.2",
"protein_coding": true,
"protein_id": "ENSP00000440984.1",
"strand": false,
"transcript": "ENST00000535359.6",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1088,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3738,
"cdna_start": null,
"cds_end": null,
"cds_length": 3267,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000261722.8",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000261722.4",
"strand": false,
"transcript": "ENST00000261722.8",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1050,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3254,
"cdna_start": null,
"cds_end": null,
"cds_length": 3153,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000535348.5",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000438721.1",
"strand": false,
"transcript": "ENST00000535348.5",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 3663,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000537735.2",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000537735.2",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2138,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000560650.1",
"gene_hgnc_id": 27523,
"gene_symbol": "CPEB1-AS1",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000560650.1",
"transcript_support_level": 1
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1130,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3714,
"cdna_start": null,
"cds_end": null,
"cds_length": 3393,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000652847.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499785.1",
"strand": false,
"transcript": "ENST00000652847.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1125,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3683,
"cdna_start": null,
"cds_end": null,
"cds_length": 3378,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000642989.2",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000493485.1",
"strand": false,
"transcript": "ENST00000642989.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1082,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3697,
"cdna_start": null,
"cds_end": null,
"cds_length": 3249,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "NM_004644.5",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_004635.2",
"strand": false,
"transcript": "NM_004644.5",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1082,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3697,
"cdna_start": null,
"cds_end": null,
"cds_length": 3249,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000668990.2",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499235.1",
"strand": false,
"transcript": "ENST00000668990.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1050,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3601,
"cdna_start": null,
"cds_end": null,
"cds_length": 3153,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "NM_001278511.2",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001265440.1",
"strand": false,
"transcript": "NM_001278511.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 1025,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3461,
"cdna_start": null,
"cds_end": null,
"cds_length": 3078,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000669930.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499671.1",
"strand": false,
"transcript": "ENST00000669930.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 992,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3420,
"cdna_start": null,
"cds_end": null,
"cds_length": 2979,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000666973.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499288.1",
"strand": false,
"transcript": "ENST00000666973.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 718,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2650,
"cdna_start": null,
"cds_end": null,
"cds_length": 2157,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 18,
"exon_rank": 18,
"exon_rank_end": null,
"feature": "ENST00000660624.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499379.1",
"strand": false,
"transcript": "ENST00000660624.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 145,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 738,
"cdna_start": null,
"cds_end": null,
"cds_length": 438,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 4,
"exon_rank": 4,
"exon_rank_end": null,
"feature": "NM_001348441.2",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001335370.1",
"strand": false,
"transcript": "NM_001348441.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 992,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3420,
"cdna_start": null,
"cds_end": null,
"cds_length": 2979,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000666973.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "c.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000499288.1",
"strand": false,
"transcript": "ENST00000666973.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4201,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000535385.6",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000535385.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4168,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000543938.6",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000543938.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3698,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000657321.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499716.1",
"strand": false,
"transcript": "ENST00000657321.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2750,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 19,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000661532.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499583.1",
"strand": false,
"transcript": "ENST00000661532.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": 3651,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 27,
"exon_rank": 27,
"exon_rank_end": null,
"feature": "ENST00000663651.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000663651.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4643,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000667758.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499318.1",
"strand": false,
"transcript": "ENST00000667758.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3586,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000668385.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499544.1",
"strand": false,
"transcript": "ENST00000668385.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4106,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000679388.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000679388.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 6210,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000679531.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000679531.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2400,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 10,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000679891.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000679891.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4668,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000679950.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000679950.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5002,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000680492.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000680492.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 2939,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 9,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000680912.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000680912.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4573,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000680946.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000680946.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5079,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 22,
"exon_rank": 22,
"exon_rank_end": null,
"feature": "ENST00000681044.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000681044.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4042,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000681327.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505423.1",
"strand": false,
"transcript": "ENST00000681327.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 5769,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 25,
"exon_rank": 25,
"exon_rank_end": null,
"feature": "ENST00000681452.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000681452.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4875,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"exon_region"
],
"exon_count": 23,
"exon_rank": 23,
"exon_rank_end": null,
"feature": "ENST00000681464.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"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": "ENST00000681464.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3698,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000657321.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499716.1",
"strand": false,
"transcript": "ENST00000657321.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 2750,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 19,
"exon_rank": 19,
"exon_rank_end": null,
"feature": "ENST00000661532.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499583.1",
"strand": false,
"transcript": "ENST00000661532.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4643,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 24,
"exon_rank_end": null,
"feature": "ENST00000667758.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499318.1",
"strand": false,
"transcript": "ENST00000667758.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 3586,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000668385.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000499544.1",
"strand": false,
"transcript": "ENST00000668385.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4042,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 26,
"exon_rank": 26,
"exon_rank_end": null,
"feature": "ENST00000681327.1",
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000505423.1",
"strand": false,
"transcript": "ENST00000681327.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": 2138,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 4,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_046096.1",
"gene_hgnc_id": 27523,
"gene_symbol": "CPEB1-AS1",
"hgvs_c": "n.",
"hgvs_p": null,
"intron_rank": 3,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "NR_046096.1",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "exon_region",
"frequency_reference_population": null,
"gene_hgnc_id": 567,
"gene_symbol": "AP3B2",
"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": "Benign",
"phylop100way_score": 2.726,
"pos": 82659598,
"ref": "T",
"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_001278512.2"
}
]
}