← 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: 2-11587381-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 11587381,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000381486.7",
      "consequences": [
        {
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "NM_014668.4",
          "protein_id": "NP_055483.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8555,
          "mane_select": "ENST00000381486.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "ENST00000381486.7",
          "protein_id": "ENSP00000370896.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8555,
          "mane_select": "NM_014668.4",
          "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": 8,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "ENST00000234142.9",
          "protein_id": "ENSP00000234142.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8444,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "ENST00000381483.6",
          "protein_id": "ENSP00000370892.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_acceptor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000263834.9",
          "protein_id": "ENSP00000263834.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2448,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "NM_033090.3",
          "protein_id": "NP_149081.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_acceptor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1G>A",
          "hgvs_p": null,
          "transcript": "NM_148903.3",
          "protein_id": "NP_683701.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2472,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_005246192.5",
          "protein_id": "XP_005246249.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8487,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_024453250.2",
          "protein_id": "XP_024309018.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8635,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_024453251.2",
          "protein_id": "XP_024309019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8421,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_024453253.2",
          "protein_id": "XP_024309021.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8477,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_024453256.2",
          "protein_id": "XP_024309024.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8435,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446460.1",
          "protein_id": "XP_047302416.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1949,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8402,
          "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": 34,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_011510418.4",
          "protein_id": "XP_011508720.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8632,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_011510419.4",
          "protein_id": "XP_011508721.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8632,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446461.1",
          "protein_id": "XP_047302417.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8484,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446462.1",
          "protein_id": "XP_047302418.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8418,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446463.1",
          "protein_id": "XP_047302419.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8474,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446464.1",
          "protein_id": "XP_047302420.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8552,
          "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": 33,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446465.1",
          "protein_id": "XP_047302421.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8399,
          "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": 34,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446466.1",
          "protein_id": "XP_047302422.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8418,
          "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": 34,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446467.1",
          "protein_id": "XP_047302423.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1948,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5847,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8484,
          "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": 34,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446468.1",
          "protein_id": "XP_047302424.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1947,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 5844,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8415,
          "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": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446469.1",
          "protein_id": "XP_047302425.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1517,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4554,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5103,
          "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": 19,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446470.1",
          "protein_id": "XP_047302426.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 979,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2940,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3482,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_011510423.4",
          "protein_id": "XP_011508725.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2547,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446471.1",
          "protein_id": "XP_047302427.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2399,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446472.1",
          "protein_id": "XP_047302428.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2389,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446473.1",
          "protein_id": "XP_047302429.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2467,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446474.1",
          "protein_id": "XP_047302430.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2333,
          "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": 11,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "GREB1",
          "gene_hgnc_id": 24885,
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null,
          "transcript": "XM_047446475.1",
          "protein_id": "XP_047302431.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GREB1",
      "gene_hgnc_id": 24885,
      "dbsnp": "rs13394619",
      "frequency_reference_population": 0.5086442,
      "hom_count_reference_population": 214218,
      "allele_count_reference_population": 816789,
      "gnomad_exomes_af": 0.498714,
      "gnomad_genomes_af": 0.603598,
      "gnomad_exomes_ac": 725024,
      "gnomad_genomes_ac": 91765,
      "gnomad_exomes_homalt": 184512,
      "gnomad_genomes_homalt": 29706,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9100000262260437,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.02199999988079071,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.91,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.652,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.0000414301101535901,
      "dbscsnv_ada_prediction": "Benign",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000381486.7",
          "gene_symbol": "GREB1",
          "hgnc_id": 24885,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1160-1365G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}