← 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: 8-109574911-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 109574911,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001099744.2",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "NM_001099754.2",
          "protein_id": "NP_001093224.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000276646.14",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099754.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000276646.14",
          "protein_id": "ENSP00000276646.9",
          "transcript_support_level": 1,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001099754.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000276646.14"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.2002A>G",
          "hgvs_p": "p.Thr668Ala",
          "transcript": "ENST00000424158.6",
          "protein_id": "ENSP00000415654.2",
          "transcript_support_level": 1,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000424158.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "ENST00000446070.6",
          "protein_id": "ENSP00000414748.2",
          "transcript_support_level": 1,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446070.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "ENST00000533895.5",
          "protein_id": "ENSP00000433446.1",
          "transcript_support_level": 1,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533895.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1978A>G",
          "hgvs_p": "p.Thr660Ala",
          "transcript": "ENST00000399066.7",
          "protein_id": "ENSP00000382019.3",
          "transcript_support_level": 1,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 1978,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399066.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1630A>G",
          "hgvs_p": "p.Thr544Ala",
          "transcript": "ENST00000528331.5",
          "protein_id": "ENSP00000436041.1",
          "transcript_support_level": 1,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528331.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1369A>G",
          "hgvs_p": "p.Thr457Ala",
          "transcript": "ENST00000529175.5",
          "protein_id": "ENSP00000434871.1",
          "transcript_support_level": 1,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 1369,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529175.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "NM_001099744.2",
          "protein_id": "NP_001093214.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099744.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "NM_001099745.2",
          "protein_id": "NP_001093215.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099745.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "NM_001099748.2",
          "protein_id": "NP_001093218.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099748.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "NM_001099750.2",
          "protein_id": "NP_001093220.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099750.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "NM_001099752.2",
          "protein_id": "NP_001093222.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099752.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000408908.6",
          "protein_id": "ENSP00000386154.2",
          "transcript_support_level": 5,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000408908.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000422135.5",
          "protein_id": "ENSP00000407118.1",
          "transcript_support_level": 5,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000422135.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000433638.1",
          "protein_id": "ENSP00000403544.1",
          "transcript_support_level": 5,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000433638.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000440310.5",
          "protein_id": "ENSP00000404369.1",
          "transcript_support_level": 5,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440310.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000533171.5",
          "protein_id": "ENSP00000434679.1",
          "transcript_support_level": 2,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533171.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000958720.1",
          "protein_id": "ENSP00000628779.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958720.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000958721.1",
          "protein_id": "ENSP00000628780.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958721.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala",
          "transcript": "ENST00000958722.1",
          "protein_id": "ENSP00000628781.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000958722.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "NM_001099743.2",
          "protein_id": "NP_001093213.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099743.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "NM_001099747.2",
          "protein_id": "NP_001093217.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099747.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "NM_001099751.2",
          "protein_id": "NP_001093221.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099751.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "NM_001099753.2",
          "protein_id": "NP_001093223.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099753.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "NM_017786.6",
          "protein_id": "NP_060256.3",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017786.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "ENST00000528647.5",
          "protein_id": "ENSP00000432501.1",
          "transcript_support_level": 2,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528647.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "ENST00000894648.1",
          "protein_id": "ENSP00000564707.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894648.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "ENST00000894649.1",
          "protein_id": "ENSP00000564708.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000894649.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1984A>G",
          "hgvs_p": "p.Thr662Ala",
          "transcript": "ENST00000938538.1",
          "protein_id": "ENSP00000608597.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1984,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938538.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1978A>G",
          "hgvs_p": "p.Thr660Ala",
          "transcript": "NM_001099756.1",
          "protein_id": "NP_001093226.1",
          "transcript_support_level": null,
          "aa_start": 660,
          "aa_end": null,
          "aa_length": 660,
          "cds_start": 1978,
          "cds_end": null,
          "cds_length": 1983,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099756.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1783A>G",
          "hgvs_p": "p.Thr595Ala",
          "transcript": "ENST00000532779.5",
          "protein_id": "ENSP00000436266.1",
          "transcript_support_level": 2,
          "aa_start": 595,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": 1783,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000532779.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1630A>G",
          "hgvs_p": "p.Thr544Ala",
          "transcript": "NM_001099746.2",
          "protein_id": "NP_001093216.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099746.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1630A>G",
          "hgvs_p": "p.Thr544Ala",
          "transcript": "NM_001099749.2",
          "protein_id": "NP_001093219.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099749.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1630A>G",
          "hgvs_p": "p.Thr544Ala",
          "transcript": "NM_001099755.2",
          "protein_id": "NP_001093225.1",
          "transcript_support_level": null,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001099755.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1630A>G",
          "hgvs_p": "p.Thr544Ala",
          "transcript": "ENST00000408889.7",
          "protein_id": "ENSP00000386196.3",
          "transcript_support_level": 5,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000408889.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1630A>G",
          "hgvs_p": "p.Thr544Ala",
          "transcript": "ENST00000533065.5",
          "protein_id": "ENSP00000432962.1",
          "transcript_support_level": 2,
          "aa_start": 544,
          "aa_end": null,
          "aa_length": 544,
          "cds_start": 1630,
          "cds_end": null,
          "cds_length": 1635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533065.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1597A>G",
          "hgvs_p": "p.Thr533Ala",
          "transcript": "NM_001330596.2",
          "protein_id": "NP_001317525.1",
          "transcript_support_level": null,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1597,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330596.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1597A>G",
          "hgvs_p": "p.Thr533Ala",
          "transcript": "ENST00000529690.5",
          "protein_id": "ENSP00000433941.1",
          "transcript_support_level": 2,
          "aa_start": 533,
          "aa_end": null,
          "aa_length": 533,
          "cds_start": 1597,
          "cds_end": null,
          "cds_length": 1602,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000529690.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1498A>G",
          "hgvs_p": "p.Thr500Ala",
          "transcript": "NM_001363032.2",
          "protein_id": "NP_001349961.1",
          "transcript_support_level": null,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 1498,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001363032.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.2263A>G",
          "hgvs_p": "p.Thr755Ala",
          "transcript": "XM_047421949.1",
          "protein_id": "XP_047277905.1",
          "transcript_support_level": null,
          "aa_start": 755,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 2263,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421949.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.2260A>G",
          "hgvs_p": "p.Thr754Ala",
          "transcript": "XM_047421950.1",
          "protein_id": "XP_047277906.1",
          "transcript_support_level": null,
          "aa_start": 754,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 2260,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421950.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYBU",
          "gene_hgnc_id": 26011,
          "hgvs_c": "c.1486A>G",
          "hgvs_p": "p.Thr496Ala",
          "transcript": "XM_011517154.3",
          "protein_id": "XP_011515456.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": 1486,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011517154.3"
        }
      ],
      "gene_symbol": "SYBU",
      "gene_hgnc_id": 26011,
      "dbsnp": null,
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": 0,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 0,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.15350452065467834,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.086,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1175,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.42,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.686,
      "phylop100way_prediction": "Benign",
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001099744.2",
          "gene_symbol": "SYBU",
          "hgnc_id": 26011,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1987A>G",
          "hgvs_p": "p.Thr663Ala"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}