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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 123142035,
      "ref": "C",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "ENST00000287380.6",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2641-227C>A",
          "hgvs_p": null,
          "transcript": "NM_145647.4",
          "protein_id": "NP_663622.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3478,
          "mane_select": "ENST00000287380.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2641-227C>A",
          "hgvs_p": null,
          "transcript": "ENST00000287380.6",
          "protein_id": "ENSP00000287380.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3478,
          "mane_select": "NM_145647.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2547+1134C>A",
          "hgvs_p": null,
          "transcript": "ENST00000327098.9",
          "protein_id": "ENSP00000312701.5",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2326-227C>A",
          "hgvs_p": null,
          "transcript": "ENST00000522420.5",
          "protein_id": "ENSP00000429334.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2611-227C>A",
          "hgvs_p": null,
          "transcript": "NM_001363149.1",
          "protein_id": "NP_001350078.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1056,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3171,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3521,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2548-227C>A",
          "hgvs_p": null,
          "transcript": "NM_001363150.1",
          "protein_id": "NP_001350079.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3385,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2640+1134C>A",
          "hgvs_p": null,
          "transcript": "NM_001363148.1",
          "protein_id": "NP_001350077.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1001,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3006,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3283,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2640+1134C>A",
          "hgvs_p": null,
          "transcript": "NM_001363151.2",
          "protein_id": "NP_001350080.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3034,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2547+1134C>A",
          "hgvs_p": null,
          "transcript": "NM_001145088.2",
          "protein_id": "NP_001138560.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3190,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2326-227C>A",
          "hgvs_p": null,
          "transcript": "NM_001330606.2",
          "protein_id": "NP_001317535.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 961,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2886,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2272-227C>A",
          "hgvs_p": null,
          "transcript": "ENST00000521676.5",
          "protein_id": "ENSP00000430628.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 943,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2832,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3256,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2233-227C>A",
          "hgvs_p": null,
          "transcript": "NM_001363152.1",
          "protein_id": "NP_001350081.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 930,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2793,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3269,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2403+1134C>A",
          "hgvs_p": null,
          "transcript": "NM_001363153.1",
          "protein_id": "NP_001350082.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 922,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2769,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3046,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2325+1134C>A",
          "hgvs_p": null,
          "transcript": "NM_001363155.1",
          "protein_id": "NP_001350084.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 896,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2691,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3167,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2232+1134C>A",
          "hgvs_p": null,
          "transcript": "NM_001363154.1",
          "protein_id": "NP_001350083.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3074,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.1303-227C>A",
          "hgvs_p": null,
          "transcript": "ENST00000518805.5",
          "protein_id": "ENSP00000429494.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2201,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.1141-227C>A",
          "hgvs_p": null,
          "transcript": "NM_001363156.1",
          "protein_id": "NP_001350085.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3228,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "n.1095-227C>A",
          "hgvs_p": null,
          "transcript": "ENST00000518866.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": 1289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "n.*2277+1134C>A",
          "hgvs_p": null,
          "transcript": "ENST00000524307.5",
          "protein_id": "ENSP00000440772.1",
          "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": 3101,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2641-227C>A",
          "hgvs_p": null,
          "transcript": "XM_011517379.3",
          "protein_id": "XP_011515681.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1048,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3147,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2518-227C>A",
          "hgvs_p": null,
          "transcript": "XM_047422424.1",
          "protein_id": "XP_047278380.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3428,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 18,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2610+1134C>A",
          "hgvs_p": null,
          "transcript": "XM_047422425.1",
          "protein_id": "XP_047278381.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 991,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2976,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3326,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2404-227C>A",
          "hgvs_p": null,
          "transcript": "XM_005251104.2",
          "protein_id": "XP_005251161.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 987,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2964,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3241,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2374-227C>A",
          "hgvs_p": null,
          "transcript": "XM_047422426.1",
          "protein_id": "XP_047278382.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 977,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2934,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2404-227C>A",
          "hgvs_p": null,
          "transcript": "XM_047422427.1",
          "protein_id": "XP_047278383.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 969,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2910,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2311-227C>A",
          "hgvs_p": null,
          "transcript": "XM_047422428.1",
          "protein_id": "XP_047278384.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 956,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2871,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2547+1134C>A",
          "hgvs_p": null,
          "transcript": "XM_047422429.1",
          "protein_id": "XP_047278385.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 952,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2859,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2281-227C>A",
          "hgvs_p": null,
          "transcript": "XM_047422430.1",
          "protein_id": "XP_047278386.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 946,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2841,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3191,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2311-227C>A",
          "hgvs_p": null,
          "transcript": "XM_047422431.1",
          "protein_id": "XP_047278387.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2373+1134C>A",
          "hgvs_p": null,
          "transcript": "XM_047422432.1",
          "protein_id": "XP_047278388.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 912,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2739,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3089,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "c.2310+1134C>A",
          "hgvs_p": null,
          "transcript": "XM_047422433.1",
          "protein_id": "XP_047278389.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 19,
          "intron_rank_end": null,
          "gene_symbol": "TBC1D31",
          "gene_hgnc_id": 30888,
          "hgvs_c": "n.2899-227C>A",
          "hgvs_p": null,
          "transcript": "XR_001745622.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": 2978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TBC1D31",
      "gene_hgnc_id": 30888,
      "dbsnp": "rs6984928",
      "frequency_reference_population": 0.08039029,
      "hom_count_reference_population": 622,
      "allele_count_reference_population": 12169,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0803903,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 12169,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 622,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9599999785423279,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.96,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -1.041,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000287380.6",
          "gene_symbol": "TBC1D31",
          "hgnc_id": 30888,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.2641-227C>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
}