← 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: 4-103108855-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 103108855,
      "ref": "T",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "NM_001813.3",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7959A>C",
          "hgvs_p": "p.Pro2653Pro",
          "transcript": "NM_001813.3",
          "protein_id": "NP_001804.2",
          "transcript_support_level": null,
          "aa_start": 2653,
          "aa_end": null,
          "aa_length": 2701,
          "cds_start": 7959,
          "cds_end": null,
          "cds_length": 8106,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000265148.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001813.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7959A>C",
          "hgvs_p": "p.Pro2653Pro",
          "transcript": "ENST00000265148.9",
          "protein_id": "ENSP00000265148.3",
          "transcript_support_level": 2,
          "aa_start": 2653,
          "aa_end": null,
          "aa_length": 2701,
          "cds_start": 7959,
          "cds_end": null,
          "cds_length": 8106,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001813.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265148.9"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7596A>C",
          "hgvs_p": "p.Pro2532Pro",
          "transcript": "ENST00000380026.8",
          "protein_id": "ENSP00000369365.3",
          "transcript_support_level": 1,
          "aa_start": 2532,
          "aa_end": null,
          "aa_length": 2580,
          "cds_start": 7596,
          "cds_end": null,
          "cds_length": 7743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000380026.8"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 48,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7962A>C",
          "hgvs_p": "p.Pro2654Pro",
          "transcript": "ENST00000933323.1",
          "protein_id": "ENSP00000603382.1",
          "transcript_support_level": null,
          "aa_start": 2654,
          "aa_end": null,
          "aa_length": 2702,
          "cds_start": 7962,
          "cds_end": null,
          "cds_length": 8109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933323.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7884A>C",
          "hgvs_p": "p.Pro2628Pro",
          "transcript": "ENST00000933319.1",
          "protein_id": "ENSP00000603378.1",
          "transcript_support_level": null,
          "aa_start": 2628,
          "aa_end": null,
          "aa_length": 2676,
          "cds_start": 7884,
          "cds_end": null,
          "cds_length": 8031,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933319.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7671A>C",
          "hgvs_p": "p.Pro2557Pro",
          "transcript": "ENST00000933321.1",
          "protein_id": "ENSP00000603380.1",
          "transcript_support_level": null,
          "aa_start": 2557,
          "aa_end": null,
          "aa_length": 2605,
          "cds_start": 7671,
          "cds_end": null,
          "cds_length": 7818,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933321.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7668A>C",
          "hgvs_p": "p.Pro2556Pro",
          "transcript": "ENST00000933320.1",
          "protein_id": "ENSP00000603379.1",
          "transcript_support_level": null,
          "aa_start": 2556,
          "aa_end": null,
          "aa_length": 2604,
          "cds_start": 7668,
          "cds_end": null,
          "cds_length": 7815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933320.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7596A>C",
          "hgvs_p": "p.Pro2532Pro",
          "transcript": "NM_001286734.2",
          "protein_id": "NP_001273663.1",
          "transcript_support_level": null,
          "aa_start": 2532,
          "aa_end": null,
          "aa_length": 2580,
          "cds_start": 7596,
          "cds_end": null,
          "cds_length": 7743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286734.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7593A>C",
          "hgvs_p": "p.Pro2531Pro",
          "transcript": "ENST00000933322.1",
          "protein_id": "ENSP00000603381.1",
          "transcript_support_level": null,
          "aa_start": 2531,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 7593,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933322.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7434A>C",
          "hgvs_p": "p.Pro2478Pro",
          "transcript": "ENST00000933324.1",
          "protein_id": "ENSP00000603383.1",
          "transcript_support_level": null,
          "aa_start": 2478,
          "aa_end": null,
          "aa_length": 2526,
          "cds_start": 7434,
          "cds_end": null,
          "cds_length": 7581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933324.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 44,
          "exon_rank_end": null,
          "exon_count": 45,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7269A>C",
          "hgvs_p": "p.Pro2423Pro",
          "transcript": "ENST00000960876.1",
          "protein_id": "ENSP00000630935.1",
          "transcript_support_level": null,
          "aa_start": 2423,
          "aa_end": null,
          "aa_length": 2471,
          "cds_start": 7269,
          "cds_end": null,
          "cds_length": 7416,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960876.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7884A>C",
          "hgvs_p": "p.Pro2628Pro",
          "transcript": "XM_011531544.3",
          "protein_id": "XP_011529846.1",
          "transcript_support_level": null,
          "aa_start": 2628,
          "aa_end": null,
          "aa_length": 2676,
          "cds_start": 7884,
          "cds_end": null,
          "cds_length": 8031,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011531544.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7800A>C",
          "hgvs_p": "p.Pro2600Pro",
          "transcript": "XM_011531545.3",
          "protein_id": "XP_011529847.1",
          "transcript_support_level": null,
          "aa_start": 2600,
          "aa_end": null,
          "aa_length": 2648,
          "cds_start": 7800,
          "cds_end": null,
          "cds_length": 7947,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011531545.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7755A>C",
          "hgvs_p": "p.Pro2585Pro",
          "transcript": "XM_011531546.4",
          "protein_id": "XP_011529848.1",
          "transcript_support_level": null,
          "aa_start": 2585,
          "aa_end": null,
          "aa_length": 2633,
          "cds_start": 7755,
          "cds_end": null,
          "cds_length": 7902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011531546.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7725A>C",
          "hgvs_p": "p.Pro2575Pro",
          "transcript": "XM_047449533.1",
          "protein_id": "XP_047305489.1",
          "transcript_support_level": null,
          "aa_start": 2575,
          "aa_end": null,
          "aa_length": 2623,
          "cds_start": 7725,
          "cds_end": null,
          "cds_length": 7872,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449533.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7680A>C",
          "hgvs_p": "p.Pro2560Pro",
          "transcript": "XM_047449534.1",
          "protein_id": "XP_047305490.1",
          "transcript_support_level": null,
          "aa_start": 2560,
          "aa_end": null,
          "aa_length": 2608,
          "cds_start": 7680,
          "cds_end": null,
          "cds_length": 7827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449534.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7671A>C",
          "hgvs_p": "p.Pro2557Pro",
          "transcript": "XM_011531547.3",
          "protein_id": "XP_011529849.1",
          "transcript_support_level": null,
          "aa_start": 2557,
          "aa_end": null,
          "aa_length": 2605,
          "cds_start": 7671,
          "cds_end": null,
          "cds_length": 7818,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011531547.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 47,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7668A>C",
          "hgvs_p": "p.Pro2556Pro",
          "transcript": "XM_011531548.3",
          "protein_id": "XP_011529850.1",
          "transcript_support_level": null,
          "aa_start": 2556,
          "aa_end": null,
          "aa_length": 2604,
          "cds_start": 7668,
          "cds_end": null,
          "cds_length": 7815,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011531548.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7596A>C",
          "hgvs_p": "p.Pro2532Pro",
          "transcript": "XM_047449535.1",
          "protein_id": "XP_047305491.1",
          "transcript_support_level": null,
          "aa_start": 2532,
          "aa_end": null,
          "aa_length": 2580,
          "cds_start": 7596,
          "cds_end": null,
          "cds_length": 7743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449535.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7593A>C",
          "hgvs_p": "p.Pro2531Pro",
          "transcript": "XM_047449536.1",
          "protein_id": "XP_047305492.1",
          "transcript_support_level": null,
          "aa_start": 2531,
          "aa_end": null,
          "aa_length": 2579,
          "cds_start": 7593,
          "cds_end": null,
          "cds_length": 7740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449536.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7515A>C",
          "hgvs_p": "p.Pro2505Pro",
          "transcript": "XM_011531549.3",
          "protein_id": "XP_011529851.1",
          "transcript_support_level": null,
          "aa_start": 2505,
          "aa_end": null,
          "aa_length": 2553,
          "cds_start": 7515,
          "cds_end": null,
          "cds_length": 7662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011531549.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7512A>C",
          "hgvs_p": "p.Pro2504Pro",
          "transcript": "XM_047449538.1",
          "protein_id": "XP_047305494.1",
          "transcript_support_level": null,
          "aa_start": 2504,
          "aa_end": null,
          "aa_length": 2552,
          "cds_start": 7512,
          "cds_end": null,
          "cds_length": 7659,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449538.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7509A>C",
          "hgvs_p": "p.Pro2503Pro",
          "transcript": "XM_017007659.2",
          "protein_id": "XP_016863148.1",
          "transcript_support_level": null,
          "aa_start": 2503,
          "aa_end": null,
          "aa_length": 2551,
          "cds_start": 7509,
          "cds_end": null,
          "cds_length": 7656,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017007659.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7467A>C",
          "hgvs_p": "p.Pro2489Pro",
          "transcript": "XM_047449539.1",
          "protein_id": "XP_047305495.1",
          "transcript_support_level": null,
          "aa_start": 2489,
          "aa_end": null,
          "aa_length": 2537,
          "cds_start": 7467,
          "cds_end": null,
          "cds_length": 7614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449539.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 46,
          "exon_rank_end": null,
          "exon_count": 47,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7464A>C",
          "hgvs_p": "p.Pro2488Pro",
          "transcript": "XM_047449540.1",
          "protein_id": "XP_047305496.1",
          "transcript_support_level": null,
          "aa_start": 2488,
          "aa_end": null,
          "aa_length": 2536,
          "cds_start": 7464,
          "cds_end": null,
          "cds_length": 7611,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449540.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 45,
          "exon_rank_end": null,
          "exon_count": 46,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CENPE",
          "gene_hgnc_id": 1856,
          "hgvs_c": "c.7434A>C",
          "hgvs_p": "p.Pro2478Pro",
          "transcript": "XM_047449541.1",
          "protein_id": "XP_047305497.1",
          "transcript_support_level": null,
          "aa_start": 2478,
          "aa_end": null,
          "aa_length": 2526,
          "cds_start": 7434,
          "cds_end": null,
          "cds_length": 7581,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449541.1"
        }
      ],
      "gene_symbol": "CENPE",
      "gene_hgnc_id": 1856,
      "dbsnp": "rs966126906",
      "frequency_reference_population": 0.0000020525256,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205253,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8199999928474426,
      "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.82,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.004,
      "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": -3,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_by_gene": [
        {
          "score": -3,
          "benign_score": 5,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001813.3",
          "gene_symbol": "CENPE",
          "hgnc_id": 1856,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.7959A>C",
          "hgvs_p": "p.Pro2653Pro"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}