← 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-9808108-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 9808108,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000256190.13",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4335G>T",
          "hgvs_p": "p.Glu1445Asp",
          "transcript": "NM_030962.4",
          "protein_id": "NP_112224.1",
          "transcript_support_level": null,
          "aa_start": 1445,
          "aa_end": null,
          "aa_length": 1849,
          "cds_start": 4335,
          "cds_end": null,
          "cds_length": 5550,
          "cdna_start": 4485,
          "cdna_end": null,
          "cdna_length": 7450,
          "mane_select": "ENST00000256190.13",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4335G>T",
          "hgvs_p": "p.Glu1445Asp",
          "transcript": "ENST00000256190.13",
          "protein_id": "ENSP00000256190.8",
          "transcript_support_level": 1,
          "aa_start": 1445,
          "aa_end": null,
          "aa_length": 1849,
          "cds_start": 4335,
          "cds_end": null,
          "cds_length": 5550,
          "cdna_start": 4485,
          "cdna_end": null,
          "cdna_length": 7450,
          "mane_select": "NM_030962.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4431G>T",
          "hgvs_p": "p.Glu1477Asp",
          "transcript": "NM_001386339.1",
          "protein_id": "NP_001373268.1",
          "transcript_support_level": null,
          "aa_start": 1477,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 4431,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 4581,
          "cdna_end": null,
          "cdna_length": 7546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4431G>T",
          "hgvs_p": "p.Glu1477Asp",
          "transcript": "ENST00000689128.1",
          "protein_id": "ENSP00000509587.1",
          "transcript_support_level": null,
          "aa_start": 1477,
          "aa_end": null,
          "aa_length": 1881,
          "cds_start": 4431,
          "cds_end": null,
          "cds_length": 5646,
          "cdna_start": 4490,
          "cdna_end": null,
          "cdna_length": 7279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4410G>T",
          "hgvs_p": "p.Glu1470Asp",
          "transcript": "ENST00000675281.2",
          "protein_id": "ENSP00000502491.1",
          "transcript_support_level": null,
          "aa_start": 1470,
          "aa_end": null,
          "aa_length": 1874,
          "cds_start": 4410,
          "cds_end": null,
          "cds_length": 5625,
          "cdna_start": 4560,
          "cdna_end": null,
          "cdna_length": 7347,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4392G>T",
          "hgvs_p": "p.Glu1464Asp",
          "transcript": "ENST00000676387.2",
          "protein_id": "ENSP00000502779.1",
          "transcript_support_level": null,
          "aa_start": 1464,
          "aa_end": null,
          "aa_length": 1868,
          "cds_start": 4392,
          "cds_end": null,
          "cds_length": 5607,
          "cdna_start": 4530,
          "cdna_end": null,
          "cdna_length": 7167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4371G>T",
          "hgvs_p": "p.Glu1457Asp",
          "transcript": "NM_001424318.1",
          "protein_id": "NP_001411247.1",
          "transcript_support_level": null,
          "aa_start": 1457,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4371,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": 4915,
          "cdna_end": null,
          "cdna_length": 7880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 41,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4371G>T",
          "hgvs_p": "p.Glu1457Asp",
          "transcript": "NM_001425070.1",
          "protein_id": "NP_001411999.1",
          "transcript_support_level": null,
          "aa_start": 1457,
          "aa_end": null,
          "aa_length": 1861,
          "cds_start": 4371,
          "cds_end": null,
          "cds_length": 5586,
          "cdna_start": 4715,
          "cdna_end": null,
          "cdna_length": 7680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4329G>T",
          "hgvs_p": "p.Glu1443Asp",
          "transcript": "ENST00000689940.1",
          "protein_id": "ENSP00000508452.1",
          "transcript_support_level": null,
          "aa_start": 1443,
          "aa_end": null,
          "aa_length": 1847,
          "cds_start": 4329,
          "cds_end": null,
          "cds_length": 5544,
          "cdna_start": 4487,
          "cdna_end": null,
          "cdna_length": 7452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4272G>T",
          "hgvs_p": "p.Glu1424Asp",
          "transcript": "ENST00000689258.1",
          "protein_id": "ENSP00000510475.1",
          "transcript_support_level": null,
          "aa_start": 1424,
          "aa_end": null,
          "aa_length": 1828,
          "cds_start": 4272,
          "cds_end": null,
          "cds_length": 5487,
          "cdna_start": 4413,
          "cdna_end": null,
          "cdna_length": 6667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 32,
          "exon_rank_end": null,
          "exon_count": 40,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4230G>T",
          "hgvs_p": "p.Glu1410Asp",
          "transcript": "NM_001425069.1",
          "protein_id": "NP_001411998.1",
          "transcript_support_level": null,
          "aa_start": 1410,
          "aa_end": null,
          "aa_length": 1814,
          "cds_start": 4230,
          "cds_end": null,
          "cds_length": 5445,
          "cdna_start": 4574,
          "cdna_end": null,
          "cdna_length": 7539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4206G>T",
          "hgvs_p": "p.Glu1402Asp",
          "transcript": "NM_001386342.1",
          "protein_id": "NP_001373271.1",
          "transcript_support_level": null,
          "aa_start": 1402,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 4206,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 4356,
          "cdna_end": null,
          "cdna_length": 7321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 31,
          "exon_rank_end": null,
          "exon_count": 39,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4206G>T",
          "hgvs_p": "p.Glu1402Asp",
          "transcript": "ENST00000692716.1",
          "protein_id": "ENSP00000509545.1",
          "transcript_support_level": null,
          "aa_start": 1402,
          "aa_end": null,
          "aa_length": 1806,
          "cds_start": 4206,
          "cds_end": null,
          "cds_length": 5421,
          "cdna_start": 4358,
          "cdna_end": null,
          "cdna_length": 9215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 28,
          "exon_rank_end": null,
          "exon_count": 36,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.3942G>T",
          "hgvs_p": "p.Glu1314Asp",
          "transcript": "ENST00000688344.1",
          "protein_id": "ENSP00000509987.1",
          "transcript_support_level": null,
          "aa_start": 1314,
          "aa_end": null,
          "aa_length": 1718,
          "cds_start": 3942,
          "cds_end": null,
          "cds_length": 5157,
          "cdna_start": 3942,
          "cdna_end": null,
          "cdna_length": 6763,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.3039G>T",
          "hgvs_p": "p.Glu1013Asp",
          "transcript": "ENST00000689597.1",
          "protein_id": "ENSP00000510781.1",
          "transcript_support_level": null,
          "aa_start": 1013,
          "aa_end": null,
          "aa_length": 1312,
          "cds_start": 3039,
          "cds_end": null,
          "cds_length": 3939,
          "cdna_start": 3039,
          "cdna_end": null,
          "cdna_length": 4133,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.2898G>T",
          "hgvs_p": "p.Glu966Asp",
          "transcript": "ENST00000530741.2",
          "protein_id": "ENSP00000432643.2",
          "transcript_support_level": 5,
          "aa_start": 966,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": 2898,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": 2898,
          "cdna_end": null,
          "cdna_length": 3006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "E",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 33,
          "exon_rank_end": null,
          "exon_count": 35,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "c.4431G>T",
          "hgvs_p": "p.Glu1477Asp",
          "transcript": "XM_047427657.1",
          "protein_id": "XP_047283613.1",
          "transcript_support_level": null,
          "aa_start": 1477,
          "aa_end": null,
          "aa_length": 1554,
          "cds_start": 4431,
          "cds_end": null,
          "cds_length": 4665,
          "cdna_start": 4581,
          "cdna_end": null,
          "cdna_length": 4925,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.473C>A",
          "hgvs_p": null,
          "transcript": "ENST00000498905.2",
          "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": 2709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.819G>T",
          "hgvs_p": null,
          "transcript": "ENST00000524961.6",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3559,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.403G>T",
          "hgvs_p": null,
          "transcript": "ENST00000528478.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 555,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.871G>T",
          "hgvs_p": null,
          "transcript": "ENST00000532095.2",
          "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": 1866,
          "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": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.496C>A",
          "hgvs_p": null,
          "transcript": "ENST00000534671.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": 767,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.790C>A",
          "hgvs_p": null,
          "transcript": "ENST00000650092.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": 3693,
          "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": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.645C>A",
          "hgvs_p": null,
          "transcript": "ENST00000658574.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": 3872,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.498C>A",
          "hgvs_p": null,
          "transcript": "ENST00000663578.2",
          "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": 3715,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.820C>A",
          "hgvs_p": null,
          "transcript": "ENST00000664105.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": 2000,
          "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": 34,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.*643G>T",
          "hgvs_p": null,
          "transcript": "ENST00000676324.2",
          "protein_id": "ENSP00000502578.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": 7085,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.*28G>T",
          "hgvs_p": null,
          "transcript": "ENST00000689342.1",
          "protein_id": "ENSP00000510508.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": 3239,
          "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": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.1506G>T",
          "hgvs_p": null,
          "transcript": "ENST00000689356.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": 4194,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.540G>T",
          "hgvs_p": null,
          "transcript": "ENST00000690944.1",
          "protein_id": "ENSP00000508602.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": 3380,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.811G>T",
          "hgvs_p": null,
          "transcript": "ENST00000691616.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": 3127,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.1254G>T",
          "hgvs_p": null,
          "transcript": "ENST00000693541.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": 4063,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.396C>A",
          "hgvs_p": null,
          "transcript": "ENST00000702946.2",
          "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": 651,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.701C>A",
          "hgvs_p": null,
          "transcript": "ENST00000731154.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": 971,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.618C>A",
          "hgvs_p": null,
          "transcript": "ENST00000731159.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": 873,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.472C>A",
          "hgvs_p": null,
          "transcript": "NR_036485.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": 2708,
          "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": 34,
          "exon_rank_end": null,
          "exon_count": 42,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.*643G>T",
          "hgvs_p": null,
          "transcript": "ENST00000676324.2",
          "protein_id": "ENSP00000502578.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": 7085,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2",
          "gene_hgnc_id": 2135,
          "hgvs_c": "n.*28G>T",
          "hgvs_p": null,
          "transcript": "ENST00000689342.1",
          "protein_id": "ENSP00000510508.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": 3239,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SBF2-AS1",
          "gene_hgnc_id": 27438,
          "hgvs_c": "n.*70C>A",
          "hgvs_p": null,
          "transcript": "ENST00000525636.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 638,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SBF2",
      "gene_hgnc_id": 2135,
      "dbsnp": "rs1370306059",
      "frequency_reference_population": 6.840535e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84053e-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.6442561149597168,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.556,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6314,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.02,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": -1.185,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "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": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000256190.13",
          "gene_symbol": "SBF2",
          "hgnc_id": 2135,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.4335G>T",
          "hgvs_p": "p.Glu1445Asp"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000534671.1",
          "gene_symbol": "SBF2-AS1",
          "hgnc_id": 27438,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.496C>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
}