← 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: 3-136329943-G-GCCC (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 136329943,
      "ref": "G",
      "alt": "GCCC",
      "effect": "disruptive_inframe_insertion",
      "transcript": "NM_001178014.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1538_1540dupCCC",
          "hgvs_p": "p.Ala513_Arg514insPro",
          "transcript": "NM_000532.5",
          "protein_id": "NP_000523.2",
          "transcript_support_level": null,
          "aa_start": 514,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 1541,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000251654.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000532.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1538_1540dupCCC",
          "hgvs_p": "p.Ala513_Arg514insPro",
          "transcript": "ENST00000251654.9",
          "protein_id": "ENSP00000251654.4",
          "transcript_support_level": 1,
          "aa_start": 514,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 1541,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000532.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000251654.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1538_1540dupCCC",
          "hgvs_p": "p.Ala513_Arg514insPro",
          "transcript": "ENST00000471595.5",
          "protein_id": "ENSP00000417549.1",
          "transcript_support_level": 1,
          "aa_start": 514,
          "aa_end": null,
          "aa_length": 550,
          "cds_start": 1541,
          "cds_end": null,
          "cds_length": 1653,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000471595.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": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.885-4336_885-4334dupCCC",
          "hgvs_p": null,
          "transcript": "ENST00000478469.5",
          "protein_id": "ENSP00000420759.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 303,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 912,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000478469.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1658_1660dupCCC",
          "hgvs_p": "p.Ala553_Arg554insPro",
          "transcript": "ENST00000878355.1",
          "protein_id": "ENSP00000548414.1",
          "transcript_support_level": null,
          "aa_start": 554,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1661,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878355.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1649_1651dupCCC",
          "hgvs_p": "p.Ala550_Arg551insPro",
          "transcript": "ENST00000878352.1",
          "protein_id": "ENSP00000548411.1",
          "transcript_support_level": null,
          "aa_start": 551,
          "aa_end": null,
          "aa_length": 576,
          "cds_start": 1652,
          "cds_end": null,
          "cds_length": 1731,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878352.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1631_1633dupCCC",
          "hgvs_p": "p.Ala544_Arg545insPro",
          "transcript": "ENST00000468777.5",
          "protein_id": "ENSP00000419129.1",
          "transcript_support_level": 3,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 570,
          "cds_start": 1634,
          "cds_end": null,
          "cds_length": 1713,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000468777.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1631_1633dupCCC",
          "hgvs_p": "p.Ala544_Arg545insPro",
          "transcript": "ENST00000878348.1",
          "protein_id": "ENSP00000548407.1",
          "transcript_support_level": null,
          "aa_start": 545,
          "aa_end": null,
          "aa_length": 570,
          "cds_start": 1634,
          "cds_end": null,
          "cds_length": 1713,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878348.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1625_1627dupCCC",
          "hgvs_p": "p.Ala542_Arg543insPro",
          "transcript": "ENST00000878344.1",
          "protein_id": "ENSP00000548403.1",
          "transcript_support_level": null,
          "aa_start": 543,
          "aa_end": null,
          "aa_length": 568,
          "cds_start": 1628,
          "cds_end": null,
          "cds_length": 1707,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878344.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1598_1600dupCCC",
          "hgvs_p": "p.Ala533_Arg534insPro",
          "transcript": "NM_001178014.2",
          "protein_id": "NP_001171485.1",
          "transcript_support_level": null,
          "aa_start": 534,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1601,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001178014.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1598_1600dupCCC",
          "hgvs_p": "p.Ala533_Arg534insPro",
          "transcript": "ENST00000466072.5",
          "protein_id": "ENSP00000420158.1",
          "transcript_support_level": 3,
          "aa_start": 534,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1601,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000466072.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1598_1600dupCCC",
          "hgvs_p": "p.Ala533_Arg534insPro",
          "transcript": "ENST00000469217.5",
          "protein_id": "ENSP00000419027.1",
          "transcript_support_level": 2,
          "aa_start": 534,
          "aa_end": null,
          "aa_length": 559,
          "cds_start": 1601,
          "cds_end": null,
          "cds_length": 1680,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000469217.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1532_1534dupCCC",
          "hgvs_p": "p.Ala511_Arg512insPro",
          "transcript": "ENST00000878354.1",
          "protein_id": "ENSP00000548413.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 537,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878354.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1532_1534dupCCC",
          "hgvs_p": "p.Ala511_Arg512insPro",
          "transcript": "ENST00000954230.1",
          "protein_id": "ENSP00000624289.1",
          "transcript_support_level": null,
          "aa_start": 512,
          "aa_end": null,
          "aa_length": 537,
          "cds_start": 1535,
          "cds_end": null,
          "cds_length": 1614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954230.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1481_1483dupCCC",
          "hgvs_p": "p.Ala494_Arg495insPro",
          "transcript": "ENST00000483687.5",
          "protein_id": "ENSP00000420639.1",
          "transcript_support_level": 3,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 1484,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483687.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1478_1480dupCCC",
          "hgvs_p": "p.Ala493_Arg494insPro",
          "transcript": "ENST00000954231.1",
          "protein_id": "ENSP00000624290.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954231.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1469_1471dupCCC",
          "hgvs_p": "p.Ala490_Arg491insPro",
          "transcript": "ENST00000462637.5",
          "protein_id": "ENSP00000420391.1",
          "transcript_support_level": 3,
          "aa_start": 491,
          "aa_end": null,
          "aa_length": 516,
          "cds_start": 1472,
          "cds_end": null,
          "cds_length": 1551,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000462637.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1430_1432dupCCC",
          "hgvs_p": "p.Ala477_Arg478insPro",
          "transcript": "ENST00000878345.1",
          "protein_id": "ENSP00000548404.1",
          "transcript_support_level": null,
          "aa_start": 478,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1433,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878345.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1427_1429dupCCC",
          "hgvs_p": "p.Ala476_Arg477insPro",
          "transcript": "ENST00000878353.1",
          "protein_id": "ENSP00000548412.1",
          "transcript_support_level": null,
          "aa_start": 477,
          "aa_end": null,
          "aa_length": 502,
          "cds_start": 1430,
          "cds_end": null,
          "cds_length": 1509,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878353.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1424_1426dupCCC",
          "hgvs_p": "p.Ala475_Arg476insPro",
          "transcript": "ENST00000954229.1",
          "protein_id": "ENSP00000624288.1",
          "transcript_support_level": null,
          "aa_start": 476,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 1427,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000954229.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1418_1420dupCCC",
          "hgvs_p": "p.Ala473_Arg474insPro",
          "transcript": "ENST00000878349.1",
          "protein_id": "ENSP00000548408.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878349.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1367_1369dupCCC",
          "hgvs_p": "p.Ala456_Arg457insPro",
          "transcript": "ENST00000490504.5",
          "protein_id": "ENSP00000418307.1",
          "transcript_support_level": 3,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 482,
          "cds_start": 1370,
          "cds_end": null,
          "cds_length": 1449,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000490504.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1349_1351dupCCC",
          "hgvs_p": "p.Ala450_Arg451insPro",
          "transcript": "ENST00000878346.1",
          "protein_id": "ENSP00000548405.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 1352,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878346.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1298_1300dupCCC",
          "hgvs_p": "p.Ala433_Arg434insPro",
          "transcript": "ENST00000878356.1",
          "protein_id": "ENSP00000548415.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 1301,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878356.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1256_1258dupCCC",
          "hgvs_p": "p.Ala419_Arg420insPro",
          "transcript": "ENST00000878350.1",
          "protein_id": "ENSP00000548409.1",
          "transcript_support_level": null,
          "aa_start": 420,
          "aa_end": null,
          "aa_length": 445,
          "cds_start": 1259,
          "cds_end": null,
          "cds_length": 1338,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878350.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1211_1213dupCCC",
          "hgvs_p": "p.Ala404_Arg405insPro",
          "transcript": "ENST00000878351.1",
          "protein_id": "ENSP00000548410.1",
          "transcript_support_level": null,
          "aa_start": 405,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 1214,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878351.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1190_1192dupCCC",
          "hgvs_p": "p.Ala397_Arg398insPro",
          "transcript": "ENST00000482086.5",
          "protein_id": "ENSP00000417253.1",
          "transcript_support_level": 3,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 423,
          "cds_start": 1193,
          "cds_end": null,
          "cds_length": 1272,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000482086.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1178_1180dupCCC",
          "hgvs_p": "p.Ala393_Arg394insPro",
          "transcript": "ENST00000878347.1",
          "protein_id": "ENSP00000548406.1",
          "transcript_support_level": null,
          "aa_start": 394,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 1181,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878347.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "PR",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "disruptive_inframe_insertion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "c.1130_1132dupCCC",
          "hgvs_p": "p.Ala377_Arg378insPro",
          "transcript": "ENST00000878357.1",
          "protein_id": "ENSP00000548416.1",
          "transcript_support_level": null,
          "aa_start": 378,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 1133,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878357.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "n.1739_1741dupCCC",
          "hgvs_p": null,
          "transcript": "ENST00000473073.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000473073.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "n.*219_*221dupCCC",
          "hgvs_p": null,
          "transcript": "ENST00000484181.5",
          "protein_id": "ENSP00000417937.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000484181.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PCCB",
          "gene_hgnc_id": 8654,
          "hgvs_c": "n.*219_*221dupCCC",
          "hgvs_p": null,
          "transcript": "ENST00000484181.5",
          "protein_id": "ENSP00000417937.1",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000484181.5"
        }
      ],
      "gene_symbol": "PCCB",
      "gene_hgnc_id": 8654,
      "dbsnp": "rs202247821",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 1.705,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM2,PM4_Supporting,PP5_Moderate",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM1",
            "PM2",
            "PM4_Supporting",
            "PP5_Moderate"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "NM_001178014.2",
          "gene_symbol": "PCCB",
          "hgnc_id": 8654,
          "effects": [
            "disruptive_inframe_insertion"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1598_1600dupCCC",
          "hgvs_p": "p.Ala533_Arg534insPro"
        }
      ],
      "clinvar_disease": "Propionic acidemia",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "P:1 O:1",
      "phenotype_combined": "Propionic acidemia",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}