← 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: 11-86268499-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 86268499,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000263360.11",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_003797.5",
          "protein_id": "NP_003788.2",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2088,
          "mane_select": "ENST00000263360.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "ENST00000263360.11",
          "protein_id": "ENSP00000263360.6",
          "transcript_support_level": 1,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2088,
          "mane_select": "NM_003797.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "ENST00000351625.10",
          "protein_id": "ENSP00000338186.5",
          "transcript_support_level": 1,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 911,
          "cdna_end": null,
          "cdna_length": 1696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "ENST00000327320.8",
          "protein_id": "ENSP00000315587.4",
          "transcript_support_level": 1,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": 994,
          "cdna_end": null,
          "cdna_length": 2033,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.1084A>G",
          "hgvs_p": "p.Arg362Gly",
          "transcript": "ENST00000673233.3",
          "protein_id": "ENSP00000500914.2",
          "transcript_support_level": null,
          "aa_start": 362,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 1084,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": 1084,
          "cdna_end": null,
          "cdna_length": 2788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001308007.2",
          "protein_id": "NP_001294936.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "ENST00000672825.1",
          "protein_id": "ENSP00000500834.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 441,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1326,
          "cdna_start": 1370,
          "cdna_end": null,
          "cdna_length": 2010,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.811A>G",
          "hgvs_p": "p.Arg271Gly",
          "transcript": "NM_001440587.1",
          "protein_id": "NP_001427516.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 435,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1308,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 2070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001440588.1",
          "protein_id": "NP_001427517.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 5347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001440589.1",
          "protein_id": "NP_001427518.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 425,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1278,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.838A>G",
          "hgvs_p": "p.Arg280Gly",
          "transcript": "NM_001440591.1",
          "protein_id": "NP_001427520.1",
          "transcript_support_level": null,
          "aa_start": 280,
          "aa_end": null,
          "aa_length": 419,
          "cds_start": 838,
          "cds_end": null,
          "cds_length": 1260,
          "cdna_start": 1315,
          "cdna_end": null,
          "cdna_length": 2022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001440592.1",
          "protein_id": "NP_001427521.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 413,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1242,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2004,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.811A>G",
          "hgvs_p": "p.Arg271Gly",
          "transcript": "NM_001440594.1",
          "protein_id": "NP_001427523.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 410,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1233,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 1995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001440595.1",
          "protein_id": "NP_001427524.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 3349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.799A>G",
          "hgvs_p": "p.Arg267Gly",
          "transcript": "ENST00000707108.1",
          "protein_id": "ENSP00000516737.1",
          "transcript_support_level": null,
          "aa_start": 267,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": 799,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": 978,
          "cdna_end": null,
          "cdna_length": 1685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001440586.1",
          "protein_id": "NP_001427515.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 400,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1203,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2495,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "NM_001440597.1",
          "protein_id": "NP_001427526.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 390,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1173,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 2641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.658A>G",
          "hgvs_p": "p.Arg220Gly",
          "transcript": "NM_001440598.1",
          "protein_id": "NP_001427527.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 658,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 1917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.712A>G",
          "hgvs_p": "p.Arg238Gly",
          "transcript": "NM_001440599.1",
          "protein_id": "NP_001427528.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 712,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 1189,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.811A>G",
          "hgvs_p": "p.Arg271Gly",
          "transcript": "NM_001440600.1",
          "protein_id": "NP_001427529.1",
          "transcript_support_level": null,
          "aa_start": 271,
          "aa_end": null,
          "aa_length": 372,
          "cds_start": 811,
          "cds_end": null,
          "cds_length": 1119,
          "cdna_start": 1288,
          "cdna_end": null,
          "cdna_length": 5179,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.658A>G",
          "hgvs_p": "p.Arg220Gly",
          "transcript": "NM_001440601.1",
          "protein_id": "NP_001427530.1",
          "transcript_support_level": null,
          "aa_start": 220,
          "aa_end": null,
          "aa_length": 359,
          "cds_start": 658,
          "cds_end": null,
          "cds_length": 1080,
          "cdna_start": 1135,
          "cdna_end": null,
          "cdna_length": 1842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "XM_011545331.3",
          "protein_id": "XP_011543633.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 415,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1248,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 1897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly",
          "transcript": "XM_017018512.3",
          "protein_id": "XP_016874001.1",
          "transcript_support_level": null,
          "aa_start": 302,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 904,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 5272,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.367A>G",
          "hgvs_p": "p.Arg123Gly",
          "transcript": "XM_047427803.1",
          "protein_id": "XP_047283759.1",
          "transcript_support_level": null,
          "aa_start": 123,
          "aa_end": null,
          "aa_length": 287,
          "cds_start": 367,
          "cds_end": null,
          "cds_length": 864,
          "cdna_start": 902,
          "cdna_end": null,
          "cdna_length": 1684,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "n.605A>G",
          "hgvs_p": null,
          "transcript": "ENST00000524673.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": 1155,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "n.866A>G",
          "hgvs_p": null,
          "transcript": "ENST00000525244.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": 1484,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "n.497A>G",
          "hgvs_p": null,
          "transcript": "ENST00000533228.1",
          "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": 528,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "n.2316A>G",
          "hgvs_p": null,
          "transcript": "ENST00000534564.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": 2767,
          "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": 10,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.726+4236A>G",
          "hgvs_p": null,
          "transcript": "NM_001330334.2",
          "protein_id": "NP_001317263.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1848,
          "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": 10,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.726+4236A>G",
          "hgvs_p": null,
          "transcript": "ENST00000528180.5",
          "protein_id": "ENSP00000431778.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 361,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1086,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1745,
          "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": 9,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.633+4236A>G",
          "hgvs_p": null,
          "transcript": "NM_001440602.1",
          "protein_id": "NP_001427531.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 330,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 993,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1755,
          "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": 10,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.726+4236A>G",
          "hgvs_p": null,
          "transcript": "NM_001440603.1",
          "protein_id": "NP_001427532.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5032,
          "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": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.860+2283A>G",
          "hgvs_p": null,
          "transcript": "NM_001440604.1",
          "protein_id": "NP_001427533.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 304,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 915,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3168,
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "EED",
          "gene_hgnc_id": 3188,
          "hgvs_c": "c.109-8481A>G",
          "hgvs_p": null,
          "transcript": "ENST00000534595.1",
          "protein_id": "ENSP00000436084.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 114,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "EED",
      "gene_hgnc_id": 3188,
      "dbsnp": "rs1131692175",
      "frequency_reference_population": 6.8660756e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.86608e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8453823328018188,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.506,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9991,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.25,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 5.423,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 8,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PM5,PP2,PP3_Moderate,PP5",
      "acmg_by_gene": [
        {
          "score": 8,
          "benign_score": 0,
          "pathogenic_score": 8,
          "criteria": [
            "PM2",
            "PM5",
            "PP2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000263360.11",
          "gene_symbol": "EED",
          "hgnc_id": 3188,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.904A>G",
          "hgvs_p": "p.Arg302Gly"
        }
      ],
      "clinvar_disease": "Cohen-Gibson syndrome",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Cohen-Gibson syndrome",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}