← 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: 19-33413620-GAGT-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 33413620,
      "ref": "GAGT",
      "alt": "G",
      "effect": "disruptive_inframe_deletion",
      "transcript": "ENST00000244137.12",
      "consequences": [
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "NM_000285.4",
          "protein_id": "NP_000276.2",
          "transcript_support_level": null,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 1907,
          "mane_select": "ENST00000244137.12",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "ENST00000244137.12",
          "protein_id": "ENSP00000244137.5",
          "transcript_support_level": 1,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 493,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1482,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 1907,
          "mane_select": "NM_000285.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "ENST00000651901.2",
          "protein_id": "ENSP00000498922.2",
          "transcript_support_level": null,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 523,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1572,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 1839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "ENST00000588328.7",
          "protein_id": "ENSP00000468516.4",
          "transcript_support_level": 3,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 1971,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "ENST00000698360.1",
          "protein_id": "ENSP00000513683.1",
          "transcript_support_level": null,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 510,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1533,
          "cdna_start": 731,
          "cdna_end": null,
          "cdna_length": 1949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.734_736delACT",
          "hgvs_p": "p.Tyr245del",
          "transcript": "ENST00000698427.1",
          "protein_id": "ENSP00000513714.1",
          "transcript_support_level": null,
          "aa_start": 245,
          "aa_end": null,
          "aa_length": 507,
          "cds_start": 734,
          "cds_end": null,
          "cds_length": 1524,
          "cdna_start": 825,
          "cdna_end": null,
          "cdna_length": 2002,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "ENST00000698361.1",
          "protein_id": "ENSP00000513684.1",
          "transcript_support_level": null,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 495,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1488,
          "cdna_start": 757,
          "cdna_end": null,
          "cdna_length": 2040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.647_649delACT",
          "hgvs_p": "p.Tyr216del",
          "transcript": "ENST00000698359.1",
          "protein_id": "ENSP00000513682.1",
          "transcript_support_level": null,
          "aa_start": 216,
          "aa_end": null,
          "aa_length": 478,
          "cds_start": 647,
          "cds_end": null,
          "cds_length": 1437,
          "cdna_start": 680,
          "cdna_end": null,
          "cdna_length": 1847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.569_571delACT",
          "hgvs_p": "p.Tyr190del",
          "transcript": "NM_001166056.2",
          "protein_id": "NP_001159528.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 602,
          "cdna_end": null,
          "cdna_length": 1784,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.569_571delACT",
          "hgvs_p": "p.Tyr190del",
          "transcript": "ENST00000397032.8",
          "protein_id": "ENSP00000380226.3",
          "transcript_support_level": 2,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": 602,
          "cdna_end": null,
          "cdna_length": 1754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.500_502delACT",
          "hgvs_p": "p.Tyr167del",
          "transcript": "NM_001166057.2",
          "protein_id": "NP_001159529.1",
          "transcript_support_level": null,
          "aa_start": 167,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 500,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 533,
          "cdna_end": null,
          "cdna_length": 1715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.500_502delACT",
          "hgvs_p": "p.Tyr167del",
          "transcript": "ENST00000436370.7",
          "protein_id": "ENSP00000391890.2",
          "transcript_support_level": 2,
          "aa_start": 167,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 500,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 530,
          "cdna_end": null,
          "cdna_length": 1638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.500_502delACT",
          "hgvs_p": "p.Tyr167del",
          "transcript": "ENST00000698432.1",
          "protein_id": "ENSP00000513718.1",
          "transcript_support_level": null,
          "aa_start": 167,
          "aa_end": null,
          "aa_length": 429,
          "cds_start": 500,
          "cds_end": null,
          "cds_length": 1290,
          "cdna_start": 503,
          "cdna_end": null,
          "cdna_length": 1670,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.371_373delACT",
          "hgvs_p": "p.Tyr124del",
          "transcript": "ENST00000698426.1",
          "protein_id": "ENSP00000513713.1",
          "transcript_support_level": null,
          "aa_start": 124,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 371,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 902,
          "cdna_end": null,
          "cdna_length": 2079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.371_373delACT",
          "hgvs_p": "p.Tyr124del",
          "transcript": "ENST00000698428.1",
          "protein_id": "ENSP00000513715.1",
          "transcript_support_level": null,
          "aa_start": 124,
          "aa_end": null,
          "aa_length": 386,
          "cds_start": 371,
          "cds_end": null,
          "cds_length": 1161,
          "cdna_start": 797,
          "cdna_end": null,
          "cdna_length": 1974,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del",
          "transcript": "ENST00000698362.1",
          "protein_id": "ENSP00000513685.1",
          "transcript_support_level": null,
          "aa_start": 231,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": 692,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": 757,
          "cdna_end": null,
          "cdna_length": 2114,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "YS",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "c.380_382delACT",
          "hgvs_p": "p.Tyr127del",
          "transcript": "ENST00000698435.1",
          "protein_id": "ENSP00000513719.1",
          "transcript_support_level": null,
          "aa_start": 127,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 380,
          "cds_end": null,
          "cds_length": 586,
          "cdna_start": 411,
          "cdna_end": null,
          "cdna_length": 615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.327_329delACT",
          "hgvs_p": null,
          "transcript": "ENST00000588719.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.367_369delACT",
          "hgvs_p": null,
          "transcript": "ENST00000590731.6",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.382_384delACT",
          "hgvs_p": null,
          "transcript": "ENST00000609145.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.755_757delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698363.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1318,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.755_757delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698364.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.755_757delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698365.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2382,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.575_577delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698429.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.*851_*853delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698430.1",
          "protein_id": "ENSP00000513716.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.*147_*149delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698431.1",
          "protein_id": "ENSP00000513717.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.154_156delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698433.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 939,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.179_181delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698434.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 545,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.*304_*306delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698436.1",
          "protein_id": "ENSP00000513720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.*851_*853delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698430.1",
          "protein_id": "ENSP00000513716.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.*147_*149delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698431.1",
          "protein_id": "ENSP00000513717.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PEPD",
          "gene_hgnc_id": 8840,
          "hgvs_c": "n.*304_*306delACT",
          "hgvs_p": null,
          "transcript": "ENST00000698436.1",
          "protein_id": "ENSP00000513720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PEPD",
      "gene_hgnc_id": 8840,
      "dbsnp": "rs745834191",
      "frequency_reference_population": 0.00018311008,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 291,
      "gnomad_exomes_af": 0.000187908,
      "gnomad_genomes_af": 0.000137853,
      "gnomad_exomes_ac": 270,
      "gnomad_genomes_ac": 21,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "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": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 3.284,
      "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": 9,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM4_Supporting,PP5_Very_Strong",
      "acmg_by_gene": [
        {
          "score": 9,
          "benign_score": 0,
          "pathogenic_score": 9,
          "criteria": [
            "PM4_Supporting",
            "PP5_Very_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000244137.12",
          "gene_symbol": "PEPD",
          "hgnc_id": 8840,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.692_694delACT",
          "hgvs_p": "p.Tyr231del"
        }
      ],
      "clinvar_disease": "PEPD-related disorder,Prolidase deficiency,not provided",
      "clinvar_classification": "Pathogenic/Likely pathogenic",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "P:3 LP:5",
      "phenotype_combined": "Prolidase deficiency|not provided|PEPD-related disorder",
      "pathogenicity_classification_combined": "Pathogenic/Likely pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}