← 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-82663148-TGTGA-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=15&pos=82663148&ref=TGTGA&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "AP3B2",
          "hgnc_id": 567,
          "hgvs_c": "c.2579_2582delTCAC",
          "hgvs_p": "p.Leu860fs",
          "inheritance_mode": "AR,AD",
          "pathogenic_score": 11,
          "score": 11,
          "transcript": "NM_001278512.2",
          "verdict": "Pathogenic"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP5"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "CPEB1-AS1",
          "hgnc_id": 27523,
          "hgvs_c": "n.1328+13006_1328+13009delAGTG",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "ENST00000560650.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_score": 11,
      "allele_count_reference_population": 3,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "15",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": " 48,Developmental and epileptic encephalopathy",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1101,
          "aa_ref": "LT",
          "aa_start": 860,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3754,
          "cdna_start": 2751,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 2579,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 27,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "NM_001278512.2",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2579_2582delTCAC",
          "hgvs_p": "p.Leu860fs",
          "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": "LT",
          "aa_start": 860,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3754,
          "cdna_start": 2751,
          "cds_end": null,
          "cds_length": 3306,
          "cds_start": 2579,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 27,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000535359.6",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2579_2582delTCAC",
          "hgvs_p": "p.Leu860fs",
          "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": "LT",
          "aa_start": 847,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3738,
          "cdna_start": 2756,
          "cds_end": null,
          "cds_length": 3267,
          "cds_start": 2540,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000261722.8",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2540_2543delTCAC",
          "hgvs_p": "p.Leu847fs",
          "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": "LT",
          "aa_start": 809,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3254,
          "cdna_start": 2502,
          "cds_end": null,
          "cds_length": 3153,
          "cds_start": 2426,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000535348.5",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2426_2429delTCAC",
          "hgvs_p": "p.Leu809fs",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000537735.2",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2668_2671delTCAC",
          "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.1328+13006_1328+13009delAGTG",
          "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": "LT",
          "aa_start": 841,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3714,
          "cdna_start": 2694,
          "cds_end": null,
          "cds_length": 3393,
          "cds_start": 2522,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000652847.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2522_2525delTCAC",
          "hgvs_p": "p.Leu841fs",
          "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": "LT",
          "aa_start": 884,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3683,
          "cdna_start": 2680,
          "cds_end": null,
          "cds_length": 3378,
          "cds_start": 2651,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000642989.2",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2651_2654delTCAC",
          "hgvs_p": "p.Leu884fs",
          "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": "LT",
          "aa_start": 841,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3697,
          "cdna_start": 2694,
          "cds_end": null,
          "cds_length": 3249,
          "cds_start": 2522,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "NM_004644.5",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2522_2525delTCAC",
          "hgvs_p": "p.Leu841fs",
          "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": "LT",
          "aa_start": 841,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3697,
          "cdna_start": 2694,
          "cds_end": null,
          "cds_length": 3249,
          "cds_start": 2522,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000668990.2",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2522_2525delTCAC",
          "hgvs_p": "p.Leu841fs",
          "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": "LT",
          "aa_start": 809,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3601,
          "cdna_start": 2598,
          "cds_end": null,
          "cds_length": 3153,
          "cds_start": 2426,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 25,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "NM_001278511.2",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2426_2429delTCAC",
          "hgvs_p": "p.Leu809fs",
          "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": "LT",
          "aa_start": 784,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3461,
          "cdna_start": 2495,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": 2351,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 24,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000669930.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2351_2354delTCAC",
          "hgvs_p": "p.Leu784fs",
          "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": "LT",
          "aa_start": 841,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3420,
          "cdna_start": 2642,
          "cds_end": null,
          "cds_length": 2979,
          "cds_start": 2522,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 25,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000666973.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.2522_2525delTCAC",
          "hgvs_p": "p.Leu841fs",
          "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": "LT",
          "aa_start": 477,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2650,
          "cdna_start": 1648,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": 1430,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 18,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000660624.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "c.1430_1433delTCAC",
          "hgvs_p": "p.Leu477fs",
          "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": 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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000535385.6",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.3025_3028delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000543938.6",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2725_2728delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000657321.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2597_*2600delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 19,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000661532.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*100_*103delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 27,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000663651.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2664_2667delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000667758.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2736_*2739delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000668385.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2320_*2323delTCAC",
          "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": 2736,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000668458.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*534_*537delTCAC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499573.1",
          "strand": false,
          "transcript": "ENST00000668458.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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000679388.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2461_2464delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000679531.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2928_2931delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000679891.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.959_962delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 20,
          "exon_rank_end": null,
          "feature": "ENST00000679950.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.3227_3230delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000680492.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.3561_3564delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000680912.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.1498_1501delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000680946.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2928_2931delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000681044.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.3434_3437delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 26,
          "exon_rank": 22,
          "exon_rank_end": null,
          "feature": "ENST00000681327.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2597_*2600delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 25,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000681452.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.2928_2931delTCAC",
          "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": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 23,
          "exon_rank": 19,
          "exon_rank_end": null,
          "feature": "ENST00000681464.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.3434_3437delTCAC",
          "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": 22,
          "exon_rank_end": null,
          "feature": "ENST00000657321.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2597_*2600delTCAC",
          "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": 14,
          "exon_rank_end": null,
          "feature": "ENST00000661532.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*100_*103delTCAC",
          "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": 20,
          "exon_rank_end": null,
          "feature": "ENST00000667758.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2736_*2739delTCAC",
          "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": 21,
          "exon_rank_end": null,
          "feature": "ENST00000668385.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2320_*2323delTCAC",
          "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": 2736,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 21,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000668458.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*534_*537delTCAC",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000499573.1",
          "strand": false,
          "transcript": "ENST00000668458.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": 22,
          "exon_rank_end": null,
          "feature": "ENST00000681327.1",
          "gene_hgnc_id": 567,
          "gene_symbol": "AP3B2",
          "hgvs_c": "n.*2597_*2600delTCAC",
          "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.1328+13006_1328+13009delAGTG",
          "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": "rs1057519271",
      "effect": "frameshift_variant",
      "frequency_reference_population": 0.0000020554505,
      "gene_hgnc_id": 567,
      "gene_symbol": "AP3B2",
      "gnomad_exomes_ac": 3,
      "gnomad_exomes_af": 0.00000205545,
      "gnomad_exomes_homalt": 0,
      "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": "Pathogenic",
      "phenotype_combined": "Developmental and epileptic encephalopathy, 48",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 6.357,
      "pos": 82663148,
      "ref": "TGTGA",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.019999999552965164,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "transcript": "NM_001278512.2"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.