← 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: 1-164780457-G-A (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=164780457&ref=G&alt=A&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 164780457,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000420696.7",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "NM_002585.4",
          "protein_id": "NP_002576.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7087,
          "mane_select": "ENST00000420696.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000420696.7",
          "protein_id": "ENSP00000405890.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7087,
          "mane_select": "NM_002585.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000367897.5",
          "protein_id": "ENSP00000356872.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1459,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "NM_001204963.2",
          "protein_id": "NP_001191892.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000627490.2",
          "protein_id": "ENSP00000485692.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 420,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1263,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "NM_001204961.2",
          "protein_id": "NP_001191890.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.17-12037G>A",
          "hgvs_p": null,
          "transcript": "NM_001353130.1",
          "protein_id": "NP_001340059.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "NM_001353131.2",
          "protein_id": "NP_001340060.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699845.1",
          "protein_id": "ENSP00000514643.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000559240.5",
          "protein_id": "ENSP00000453188.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.-50-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000560641.5",
          "protein_id": "ENSP00000452727.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.-50-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699846.1",
          "protein_id": "ENSP00000514644.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.-50-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000699847.1",
          "protein_id": "ENSP00000514645.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000340699.7",
          "protein_id": "ENSP00000341455.3",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.50-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000559578.1",
          "protein_id": "ENSP00000452804.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 158,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 479,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 630,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.-51+7435G>A",
          "hgvs_p": null,
          "transcript": "ENST00000558837.5",
          "protein_id": "ENSP00000453331.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 137,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 416,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.-50-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000482110.5",
          "protein_id": "ENSP00000453163.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 127,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 386,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 572,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "n.396-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000468104.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "n.86-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000496120.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "n.245-51014G>A",
          "hgvs_p": null,
          "transcript": "ENST00000558796.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 366,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "n.222-12037G>A",
          "hgvs_p": null,
          "transcript": "ENST00000560469.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.434-12037G>A",
          "hgvs_p": null,
          "transcript": "XM_047421783.1",
          "protein_id": "XP_047277739.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7063,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.434-12037G>A",
          "hgvs_p": null,
          "transcript": "XM_011509590.3",
          "protein_id": "XP_011507892.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 462,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1389,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3513,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "XM_005245229.4",
          "protein_id": "XP_005245286.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "XM_017001395.3",
          "protein_id": "XP_016856884.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3345,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.434-12037G>A",
          "hgvs_p": null,
          "transcript": "XM_011509592.3",
          "protein_id": "XP_011507894.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "PBX1",
          "gene_hgnc_id": 8632,
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null,
          "transcript": "XM_047421784.1",
          "protein_id": "XP_047277740.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PBX1",
      "gene_hgnc_id": 8632,
      "dbsnp": "rs9661977",
      "frequency_reference_population": 0.22428899,
      "hom_count_reference_population": 4007,
      "allele_count_reference_population": 34100,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.224289,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 34100,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 4007,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8399999737739563,
      "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.84,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.512,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000420696.7",
          "gene_symbol": "PBX1",
          "hgnc_id": 8632,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.266-12037G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}