← 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: 18-21449695-AC-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 21449695,
      "ref": "AC",
      "alt": "A",
      "effect": "frameshift_variant",
      "transcript": "ENST00000424526.7",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "NM_001142966.3",
          "protein_id": "NP_001136438.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1923,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5772,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 9344,
          "mane_select": "ENST00000424526.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "ENST00000424526.7",
          "protein_id": "ENSP00000412060.1",
          "transcript_support_level": 5,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1923,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5772,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 9344,
          "mane_select": "NM_001142966.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "n.1687delC",
          "hgvs_p": null,
          "transcript": "ENST00000578368.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 2446,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "n.1853delC",
          "hgvs_p": null,
          "transcript": "ENST00000584446.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 3020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "NM_001410867.1",
          "protein_id": "NP_001397796.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1966,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5901,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 9473,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "ENST00000579454.2",
          "protein_id": "ENSP00000463926.2",
          "transcript_support_level": 5,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1966,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5901,
          "cdna_start": 1965,
          "cdna_end": null,
          "cdna_length": 6155,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "ENST00000580732.6",
          "protein_id": "ENSP00000464162.1",
          "transcript_support_level": 5,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1923,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5772,
          "cdna_start": 1963,
          "cdna_end": null,
          "cdna_length": 8749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.64delC",
          "hgvs_p": "p.Gln22fs",
          "transcript": "ENST00000581327.1",
          "protein_id": "ENSP00000463976.1",
          "transcript_support_level": 3,
          "aa_start": 22,
          "aa_end": null,
          "aa_length": 175,
          "cds_start": 64,
          "cds_end": null,
          "cds_length": 528,
          "cdna_start": 64,
          "cdna_end": null,
          "cdna_length": 682,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_017025989.2",
          "protein_id": "XP_016881478.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 1882,
          "cdna_end": null,
          "cdna_length": 7472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_047437809.1",
          "protein_id": "XP_047293765.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 7582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_047437810.1",
          "protein_id": "XP_047293766.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 2070,
          "cdna_end": null,
          "cdna_length": 7660,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_017025990.2",
          "protein_id": "XP_016881479.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 7579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_017025991.2",
          "protein_id": "XP_016881480.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1970,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5913,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 7498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_047437811.1",
          "protein_id": "XP_047293767.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1969,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5910,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 7495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_006722547.4",
          "protein_id": "XP_006722610.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1967,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5904,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 9476,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_017025993.2",
          "protein_id": "XP_016881482.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1955,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5868,
          "cdna_start": 1753,
          "cdna_end": null,
          "cdna_length": 7343,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437813.1",
          "protein_id": "XP_047293769.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1955,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5868,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 7453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437814.1",
          "protein_id": "XP_047293770.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1955,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5868,
          "cdna_start": 1941,
          "cdna_end": null,
          "cdna_length": 7531,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437815.1",
          "protein_id": "XP_047293771.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1954,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5865,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 7450,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_047437816.1",
          "protein_id": "XP_047293772.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1938,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5817,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 9389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437817.1",
          "protein_id": "XP_047293773.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1927,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5784,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 7369,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437818.1",
          "protein_id": "XP_047293774.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1924,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5775,
          "cdna_start": 1753,
          "cdna_end": null,
          "cdna_length": 9237,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437819.1",
          "protein_id": "XP_047293775.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1924,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5775,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 9347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1711delC",
          "hgvs_p": "p.Gln571fs",
          "transcript": "XM_011526179.4",
          "protein_id": "XP_011524481.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 1900,
          "cds_start": 1711,
          "cds_end": null,
          "cds_length": 5703,
          "cdna_start": 1992,
          "cdna_end": null,
          "cdna_length": 9275,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437821.1",
          "protein_id": "XP_047293777.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1856,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 5571,
          "cdna_start": 1941,
          "cdna_end": null,
          "cdna_length": 9221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437824.1",
          "protein_id": "XP_047293780.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1601,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 4806,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 5182,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs",
          "transcript": "XM_047437825.1",
          "protein_id": "XP_047293781.1",
          "transcript_support_level": null,
          "aa_start": 528,
          "aa_end": null,
          "aa_length": 1572,
          "cds_start": 1582,
          "cds_end": null,
          "cds_length": 4719,
          "cdna_start": 1863,
          "cdna_end": null,
          "cdna_length": 5095,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1394-1325delC",
          "hgvs_p": null,
          "transcript": "NM_001410868.1",
          "protein_id": "NP_001397797.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 9017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1394-1325delC",
          "hgvs_p": null,
          "transcript": "ENST00000269218.10",
          "protein_id": "ENSP00000269218.6",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5600,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000265751",
          "gene_hgnc_id": 58310,
          "hgvs_c": "n.165+1187delG",
          "hgvs_p": null,
          "transcript": "ENST00000584611.2",
          "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": 951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000265751",
          "gene_hgnc_id": 58310,
          "hgvs_c": "n.165+1187delG",
          "hgvs_p": null,
          "transcript": "ENST00000721768.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": 1125,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000265751",
          "gene_hgnc_id": 58310,
          "hgvs_c": "n.180+1187delG",
          "hgvs_p": null,
          "transcript": "ENST00000721769.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": 891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L-AS1",
          "gene_hgnc_id": 58310,
          "hgvs_c": "n.165+1187delG",
          "hgvs_p": null,
          "transcript": "NR_187982.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": 951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1523-1325delC",
          "hgvs_p": null,
          "transcript": "XM_017025994.2",
          "protein_id": "XP_016881483.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7255,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1523-1325delC",
          "hgvs_p": null,
          "transcript": "XM_047437820.1",
          "protein_id": "XP_047293776.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1889,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7333,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1523-1325delC",
          "hgvs_p": null,
          "transcript": "XM_017025995.2",
          "protein_id": "XP_016881484.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7171,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1394-1325delC",
          "hgvs_p": null,
          "transcript": "XM_017025996.2",
          "protein_id": "XP_016881485.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1394-1325delC",
          "hgvs_p": null,
          "transcript": "XM_047437822.1",
          "protein_id": "XP_047293778.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1846,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7204,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1523-1325delC",
          "hgvs_p": null,
          "transcript": "XM_047437826.1",
          "protein_id": "XP_047293782.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1534,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4605,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "c.1394-1325delC",
          "hgvs_p": null,
          "transcript": "XM_047437827.1",
          "protein_id": "XP_047293783.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GREB1L",
          "gene_hgnc_id": 31042,
          "hgvs_c": "n.-45delC",
          "hgvs_p": null,
          "transcript": "ENST00000580683.1",
          "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": 444,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GREB1L",
      "gene_hgnc_id": 31042,
      "dbsnp": "rs1555649811",
      "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": 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": 7.568,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000424526.7",
          "gene_symbol": "GREB1L",
          "hgnc_id": 31042,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1582delC",
          "hgvs_p": "p.Gln528fs"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000584611.2",
          "gene_symbol": "ENSG00000265751",
          "hgnc_id": 58310,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.165+1187delG",
          "hgvs_p": null
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NR_187982.1",
          "gene_symbol": "GREB1L-AS1",
          "hgnc_id": 58310,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.165+1187delG",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Renal hypodysplasia/aplasia 3",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Renal hypodysplasia/aplasia 3",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}