← 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: 4-152326214-C-T (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=152326214&ref=C&alt=T&genome=hg38&allGenes=true"

API Response

json
{
  "variants": [
    {
      "chr": "4",
      "pos": 152326214,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000281708.10",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "NM_001349798.2",
          "protein_id": "NP_001336727.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2614,
          "cdna_end": null,
          "cdna_length": 5639,
          "mane_select": "ENST00000281708.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "ENST00000281708.10",
          "protein_id": "ENSP00000281708.3",
          "transcript_support_level": 1,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2614,
          "cdna_end": null,
          "cdna_length": 5639,
          "mane_select": "NM_001349798.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "ENST00000603548.6",
          "protein_id": "ENSP00000474725.1",
          "transcript_support_level": 1,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2628,
          "cdna_end": null,
          "cdna_length": 5653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "ENST00000603841.1",
          "protein_id": "ENSP00000474971.1",
          "transcript_support_level": 1,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1511,
          "cdna_end": null,
          "cdna_length": 2261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1082G>A",
          "hgvs_p": "p.Arg361Gln",
          "transcript": "ENST00000296555.11",
          "protein_id": "ENSP00000296555.4",
          "transcript_support_level": 1,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1082,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1276,
          "cdna_end": null,
          "cdna_length": 4301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "NM_033632.3",
          "protein_id": "NP_361014.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 3909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "ENST00000703553.1",
          "protein_id": "ENSP00000515369.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 689,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2070,
          "cdna_start": 2121,
          "cdna_end": null,
          "cdna_length": 2755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1196G>A",
          "hgvs_p": "p.Arg399Gln",
          "transcript": "NM_018315.5",
          "protein_id": "NP_060785.2",
          "transcript_support_level": null,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1196,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": 1292,
          "cdna_end": null,
          "cdna_length": 4317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1196G>A",
          "hgvs_p": "p.Arg399Gln",
          "transcript": "ENST00000393956.9",
          "protein_id": "ENSP00000377528.4",
          "transcript_support_level": 2,
          "aa_start": 399,
          "aa_end": null,
          "aa_length": 627,
          "cds_start": 1196,
          "cds_end": null,
          "cds_length": 1884,
          "cdna_start": 1292,
          "cdna_end": null,
          "cdna_length": 4317,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1082G>A",
          "hgvs_p": "p.Arg361Gln",
          "transcript": "NM_001013415.2",
          "protein_id": "NP_001013433.1",
          "transcript_support_level": null,
          "aa_start": 361,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 1082,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": 1276,
          "cdna_end": null,
          "cdna_length": 4301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.935G>A",
          "hgvs_p": "p.Arg312Gln",
          "transcript": "ENST00000703552.1",
          "protein_id": "ENSP00000515368.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": 935,
          "cds_end": null,
          "cds_length": 1591,
          "cdna_start": 1140,
          "cdna_end": null,
          "cdna_length": 1796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_011532084.3",
          "protein_id": "XP_011530386.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2564,
          "cdna_end": null,
          "cdna_length": 5589,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_011532085.3",
          "protein_id": "XP_011530387.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2471,
          "cdna_end": null,
          "cdna_length": 5496,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_024454123.2",
          "protein_id": "XP_024309891.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2662,
          "cdna_end": null,
          "cdna_length": 5687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_047415897.1",
          "protein_id": "XP_047271853.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 43988,
          "cdna_end": null,
          "cdna_length": 47013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_047415898.1",
          "protein_id": "XP_047271854.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1952,
          "cdna_end": null,
          "cdna_length": 4977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_047415899.1",
          "protein_id": "XP_047271855.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 9463,
          "cdna_end": null,
          "cdna_length": 12488,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_047415900.1",
          "protein_id": "XP_047271856.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 2521,
          "cdna_end": null,
          "cdna_length": 5546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln",
          "transcript": "XM_047415901.1",
          "protein_id": "XP_047271857.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 1436,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 8962,
          "cdna_end": null,
          "cdna_length": 11987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1352G>A",
          "hgvs_p": "p.Arg451Gln",
          "transcript": "XM_011532086.3",
          "protein_id": "XP_011530388.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1352,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 2792,
          "cdna_end": null,
          "cdna_length": 5817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1352G>A",
          "hgvs_p": "p.Arg451Gln",
          "transcript": "XM_011532087.3",
          "protein_id": "XP_011530389.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1352,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 2742,
          "cdna_end": null,
          "cdna_length": 5767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.1352G>A",
          "hgvs_p": "p.Arg451Gln",
          "transcript": "XM_047415902.1",
          "protein_id": "XP_047271858.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1352,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 2699,
          "cdna_end": null,
          "cdna_length": 5724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "Q",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "c.935G>A",
          "hgvs_p": "p.Arg312Gln",
          "transcript": "XM_024454126.2",
          "protein_id": "XP_024309894.1",
          "transcript_support_level": null,
          "aa_start": 312,
          "aa_end": null,
          "aa_length": 540,
          "cds_start": 935,
          "cds_end": null,
          "cds_length": 1623,
          "cdna_start": 1028,
          "cdna_end": null,
          "cdna_length": 4053,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.884G>A",
          "hgvs_p": null,
          "transcript": "ENST00000603821.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": 4279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.985G>A",
          "hgvs_p": null,
          "transcript": "ENST00000647183.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": 1735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*129G>A",
          "hgvs_p": null,
          "transcript": "ENST00000703551.1",
          "protein_id": "ENSP00000515367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*1083G>A",
          "hgvs_p": null,
          "transcript": "ENST00000703554.1",
          "protein_id": "ENSP00000515370.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*412G>A",
          "hgvs_p": null,
          "transcript": "ENST00000703555.1",
          "protein_id": "ENSP00000515371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*129G>A",
          "hgvs_p": null,
          "transcript": "ENST00000703551.1",
          "protein_id": "ENSP00000515367.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3319,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*1083G>A",
          "hgvs_p": null,
          "transcript": "ENST00000703554.1",
          "protein_id": "ENSP00000515370.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*412G>A",
          "hgvs_p": null,
          "transcript": "ENST00000703555.1",
          "protein_id": "ENSP00000515371.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "FBXW7",
          "gene_hgnc_id": 16712,
          "hgvs_c": "n.*8G>A",
          "hgvs_p": null,
          "transcript": "ENST00000604069.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 615,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "FBXW7",
      "gene_hgnc_id": 16712,
      "dbsnp": "rs866987936",
      "frequency_reference_population": 6.8452266e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84523e-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.8434456586837769,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.479,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9998,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.06,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 6.098,
      "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": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000281708.10",
          "gene_symbol": "FBXW7",
          "hgnc_id": 16712,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1436G>A",
          "hgvs_p": "p.Arg479Gln"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}