← 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: 14-20456680-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 20456680,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001641.4",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "NM_001641.4",
          "protein_id": "NP_001632.2",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 1453,
          "mane_select": "ENST00000216714.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001641.4"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000216714.8",
          "protein_id": "ENSP00000216714.3",
          "transcript_support_level": 1,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 1453,
          "mane_select": "NM_001641.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000216714.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000398030.8",
          "protein_id": "ENSP00000381111.4",
          "transcript_support_level": 1,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 1387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000398030.8"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000555414.5",
          "protein_id": "ENSP00000451979.1",
          "transcript_support_level": 1,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 475,
          "cdna_end": null,
          "cdna_length": 1437,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000555414.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.679G>C",
          "hgvs_p": null,
          "transcript": "ENST00000553555.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000553555.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.280G>C",
          "hgvs_p": "p.Glu94Gln",
          "transcript": "ENST00000936691.1",
          "protein_id": "ENSP00000606750.1",
          "transcript_support_level": null,
          "aa_start": 94,
          "aa_end": null,
          "aa_length": 325,
          "cds_start": 280,
          "cds_end": null,
          "cds_length": 978,
          "cdna_start": 517,
          "cdna_end": null,
          "cdna_length": 1474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936691.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "NM_001244249.2",
          "protein_id": "NP_001231178.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 491,
          "cdna_end": null,
          "cdna_length": 1448,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001244249.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "NM_080648.3",
          "protein_id": "NP_542379.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 430,
          "cdna_end": null,
          "cdna_length": 1387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_080648.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "NM_080649.3",
          "protein_id": "NP_542380.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 440,
          "cdna_end": null,
          "cdna_length": 1397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_080649.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000899615.1",
          "protein_id": "ENSP00000569674.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 453,
          "cdna_end": null,
          "cdna_length": 1412,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899615.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000899616.1",
          "protein_id": "ENSP00000569675.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 428,
          "cdna_end": null,
          "cdna_length": 1387,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899616.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000899617.1",
          "protein_id": "ENSP00000569676.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 407,
          "cdna_end": null,
          "cdna_length": 1364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899617.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000936690.1",
          "protein_id": "ENSP00000606749.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 1486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936690.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000936693.1",
          "protein_id": "ENSP00000606752.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 384,
          "cdna_end": null,
          "cdna_length": 1341,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936693.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000936695.1",
          "protein_id": "ENSP00000606754.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 440,
          "cdna_end": null,
          "cdna_length": 1397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936695.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000956430.1",
          "protein_id": "ENSP00000626489.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 318,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 957,
          "cdna_start": 390,
          "cdna_end": null,
          "cdna_length": 1352,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956430.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.253G>C",
          "hgvs_p": "p.Glu85Gln",
          "transcript": "ENST00000936687.1",
          "protein_id": "ENSP00000606746.1",
          "transcript_support_level": null,
          "aa_start": 85,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 253,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 1478,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936687.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.253G>C",
          "hgvs_p": "p.Glu85Gln",
          "transcript": "ENST00000936688.1",
          "protein_id": "ENSP00000606747.1",
          "transcript_support_level": null,
          "aa_start": 85,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 253,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 469,
          "cdna_end": null,
          "cdna_length": 1427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936688.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.253G>C",
          "hgvs_p": "p.Glu85Gln",
          "transcript": "ENST00000936689.1",
          "protein_id": "ENSP00000606748.1",
          "transcript_support_level": null,
          "aa_start": 85,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 253,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 683,
          "cdna_end": null,
          "cdna_length": 1640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936689.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.253G>C",
          "hgvs_p": "p.Glu85Gln",
          "transcript": "ENST00000936692.1",
          "protein_id": "ENSP00000606751.1",
          "transcript_support_level": null,
          "aa_start": 85,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 253,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 494,
          "cdna_end": null,
          "cdna_length": 1451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936692.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000899618.1",
          "protein_id": "ENSP00000569677.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": 459,
          "cdna_end": null,
          "cdna_length": 1329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899618.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000899619.1",
          "protein_id": "ENSP00000569678.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": 412,
          "cdna_end": null,
          "cdna_length": 1283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899619.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000899620.1",
          "protein_id": "ENSP00000569679.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 1223,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899620.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000936694.1",
          "protein_id": "ENSP00000606753.1",
          "transcript_support_level": null,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 289,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 870,
          "cdna_start": 508,
          "cdna_end": null,
          "cdna_length": 1378,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936694.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000553681.5",
          "protein_id": "ENSP00000451327.1",
          "transcript_support_level": 3,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 262,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 791,
          "cdna_start": 367,
          "cdna_end": null,
          "cdna_length": 899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000553681.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000555839.5",
          "protein_id": "ENSP00000452460.1",
          "transcript_support_level": 2,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 241,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 728,
          "cdna_start": 483,
          "cdna_end": null,
          "cdna_length": 952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000555839.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000556054.5",
          "protein_id": "ENSP00000451170.1",
          "transcript_support_level": 3,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 173,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 523,
          "cdna_start": 509,
          "cdna_end": null,
          "cdna_length": 773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000556054.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.208G>C",
          "hgvs_p": "p.Glu70Gln",
          "transcript": "ENST00000557592.5",
          "protein_id": "ENSP00000451060.1",
          "transcript_support_level": 5,
          "aa_start": 70,
          "aa_end": null,
          "aa_length": 171,
          "cds_start": 208,
          "cds_end": null,
          "cds_length": 517,
          "cdna_start": 331,
          "cdna_end": null,
          "cdna_length": 640,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557592.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.208G>C",
          "hgvs_p": "p.Glu70Gln",
          "transcript": "ENST00000557150.5",
          "protein_id": "ENSP00000452418.1",
          "transcript_support_level": 3,
          "aa_start": 70,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 208,
          "cds_end": null,
          "cds_length": 487,
          "cdna_start": 461,
          "cdna_end": null,
          "cdna_length": 740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557150.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.106G>C",
          "hgvs_p": "p.Glu36Gln",
          "transcript": "ENST00000438886.1",
          "protein_id": "ENSP00000416414.1",
          "transcript_support_level": 3,
          "aa_start": 36,
          "aa_end": null,
          "aa_length": 148,
          "cds_start": 106,
          "cds_end": null,
          "cds_length": 449,
          "cdna_start": 108,
          "cdna_end": null,
          "cdna_length": 451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000438886.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000557344.5",
          "protein_id": "ENSP00000452137.1",
          "transcript_support_level": 2,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 145,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 439,
          "cdna_start": 491,
          "cdna_end": null,
          "cdna_length": 671,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557344.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln",
          "transcript": "ENST00000557181.5",
          "protein_id": "ENSP00000452304.1",
          "transcript_support_level": 3,
          "aa_start": 87,
          "aa_end": null,
          "aa_length": 106,
          "cds_start": 259,
          "cds_end": null,
          "cds_length": 323,
          "cdna_start": 502,
          "cdna_end": null,
          "cdna_length": 566,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557181.5"
        },
        {
          "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": 2,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "c.28-443G>C",
          "hgvs_p": null,
          "transcript": "ENST00000557054.1",
          "protein_id": "ENSP00000452212.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 14,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 45,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000557054.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.*179G>C",
          "hgvs_p": null,
          "transcript": "ENST00000554325.1",
          "protein_id": "ENSP00000450604.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000554325.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.325G>C",
          "hgvs_p": null,
          "transcript": "ENST00000554813.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 654,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000554813.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.706G>C",
          "hgvs_p": null,
          "transcript": "ENST00000555306.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 898,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000555306.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.875G>C",
          "hgvs_p": null,
          "transcript": "ENST00000557159.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1803,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000557159.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.339G>C",
          "hgvs_p": null,
          "transcript": "ENST00000557365.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000557365.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "APEX1",
          "gene_hgnc_id": 587,
          "hgvs_c": "n.*179G>C",
          "hgvs_p": null,
          "transcript": "ENST00000554325.1",
          "protein_id": "ENSP00000450604.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 568,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000554325.1"
        }
      ],
      "gene_symbol": "APEX1",
      "gene_hgnc_id": 587,
      "dbsnp": "rs762384959",
      "frequency_reference_population": 0.0000013681744,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136817,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.6890825629234314,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.622,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8047,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.08,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.48,
      "phylop100way_prediction": "Pathogenic",
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001641.4",
          "gene_symbol": "APEX1",
          "hgnc_id": 587,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.259G>C",
          "hgvs_p": "p.Glu87Gln"
        }
      ],
      "clinvar_disease": "Head and neck cancer",
      "clinvar_classification": "not provided",
      "clinvar_review_status": "no classification provided",
      "clinvar_submissions_summary": "O:1",
      "phenotype_combined": "Head and neck cancer",
      "pathogenicity_classification_combined": "not provided",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.