← 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: 16-11556680-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 11556680,
      "ref": "T",
      "alt": "C",
      "effect": "synonymous_variant",
      "transcript": "ENST00000622633.5",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "NM_001136472.2",
          "protein_id": "NP_001129944.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 90,
          "cdna_end": null,
          "cdna_length": 2440,
          "mane_select": "ENST00000622633.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000622633.5",
          "protein_id": "ENSP00000483114.1",
          "transcript_support_level": 1,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 90,
          "cdna_end": null,
          "cdna_length": 2440,
          "mane_select": "NM_001136472.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000339430.9",
          "protein_id": "ENSP00000340118.5",
          "transcript_support_level": 1,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 284,
          "cdna_end": null,
          "cdna_length": 2356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000570904.5",
          "protein_id": "ENSP00000459138.1",
          "transcript_support_level": 1,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 153,
          "cdna_end": null,
          "cdna_length": 1118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000571688.6",
          "protein_id": "ENSP00000459533.1",
          "transcript_support_level": 1,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 3479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "NM_004862.4",
          "protein_id": "NP_004853.2",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 122,
          "cdna_end": null,
          "cdna_length": 2472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000574763.5",
          "protein_id": "ENSP00000461813.1",
          "transcript_support_level": 3,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 271,
          "cdna_end": null,
          "cdna_length": 717,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000576036.5",
          "protein_id": "ENSP00000461667.1",
          "transcript_support_level": 4,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 144,
          "cdna_end": null,
          "cdna_length": 603,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000571627.5",
          "protein_id": "ENSP00000460743.1",
          "transcript_support_level": 4,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 461,
          "cdna_start": 169,
          "cdna_end": null,
          "cdna_length": 579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "NM_001136473.1",
          "protein_id": "NP_001129945.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": 121,
          "cdna_end": null,
          "cdna_length": 2569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000413364.6",
          "protein_id": "ENSP00000397958.2",
          "transcript_support_level": 2,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 152,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 459,
          "cdna_start": 121,
          "cdna_end": null,
          "cdna_length": 2292,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000570798.5",
          "protein_id": "ENSP00000458871.1",
          "transcript_support_level": 4,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 136,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 412,
          "cdna_start": 232,
          "cdna_end": null,
          "cdna_length": 593,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000574701.5",
          "protein_id": "ENSP00000458981.1",
          "transcript_support_level": 4,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 135,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 409,
          "cdna_start": 195,
          "cdna_end": null,
          "cdna_length": 553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000571976.1",
          "protein_id": "ENSP00000460133.1",
          "transcript_support_level": 2,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 126,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 381,
          "cdna_start": 112,
          "cdna_end": null,
          "cdna_length": 548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000574703.5",
          "protein_id": "ENSP00000459913.1",
          "transcript_support_level": 2,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 105,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 318,
          "cdna_start": 90,
          "cdna_end": null,
          "cdna_length": 486,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.141A>G",
          "hgvs_p": "p.Pro47Pro",
          "transcript": "ENST00000574848.5",
          "protein_id": "ENSP00000459898.1",
          "transcript_support_level": 4,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 87,
          "cds_start": 141,
          "cds_end": null,
          "cds_length": 264,
          "cdna_start": 431,
          "cdna_end": null,
          "cdna_length": 554,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000571459.5",
          "protein_id": "ENSP00000459603.1",
          "transcript_support_level": 5,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 75,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 228,
          "cdna_start": 74,
          "cdna_end": null,
          "cdna_length": 677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "ENST00000571277.1",
          "protein_id": "ENSP00000459026.1",
          "transcript_support_level": 4,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 38,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 119,
          "cdna_start": 519,
          "cdna_end": null,
          "cdna_length": 587,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.141A>G",
          "hgvs_p": "p.Pro47Pro",
          "transcript": "XM_011522754.4",
          "protein_id": "XP_011521056.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 141,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 598,
          "cdna_end": null,
          "cdna_length": 2948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.141A>G",
          "hgvs_p": "p.Pro47Pro",
          "transcript": "XM_047434926.1",
          "protein_id": "XP_047290882.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 141,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 714,
          "cdna_end": null,
          "cdna_length": 3064,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.141A>G",
          "hgvs_p": "p.Pro47Pro",
          "transcript": "XM_047434927.1",
          "protein_id": "XP_047290883.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 141,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 427,
          "cdna_end": null,
          "cdna_length": 2777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.141A>G",
          "hgvs_p": "p.Pro47Pro",
          "transcript": "XM_047434928.1",
          "protein_id": "XP_047290884.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 141,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 511,
          "cdna_end": null,
          "cdna_length": 2861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.141A>G",
          "hgvs_p": "p.Pro47Pro",
          "transcript": "XM_047434929.1",
          "protein_id": "XP_047290885.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 191,
          "cds_start": 141,
          "cds_end": null,
          "cds_length": 576,
          "cdna_start": 379,
          "cdna_end": null,
          "cdna_length": 2729,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "XM_006720982.4",
          "protein_id": "XP_006721045.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 89,
          "cdna_end": null,
          "cdna_length": 2439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "XM_006720983.5",
          "protein_id": "XP_006721046.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 77,
          "cdna_end": null,
          "cdna_length": 2427,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro",
          "transcript": "XM_006720984.5",
          "protein_id": "XP_006721047.1",
          "transcript_support_level": null,
          "aa_start": 17,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 51,
          "cds_end": null,
          "cds_length": 486,
          "cdna_start": 1643,
          "cdna_end": null,
          "cdna_length": 3993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "n.51A>G",
          "hgvs_p": null,
          "transcript": "ENST00000573332.5",
          "protein_id": "ENSP00000460873.1",
          "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": 773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "n.185A>G",
          "hgvs_p": null,
          "transcript": "NR_024320.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": 2535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.-59-2991A>G",
          "hgvs_p": null,
          "transcript": "ENST00000572255.5",
          "protein_id": "ENSP00000458836.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 68,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 207,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 516,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "n.-238A>G",
          "hgvs_p": null,
          "transcript": "ENST00000575426.1",
          "protein_id": "ENSP00000459094.1",
          "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": 582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "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": "LITAF",
          "gene_hgnc_id": 16841,
          "hgvs_c": "c.*42A>G",
          "hgvs_p": null,
          "transcript": "ENST00000576334.1",
          "protein_id": "ENSP00000458538.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 32,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 99,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "LITAF",
      "gene_hgnc_id": 16841,
      "dbsnp": "rs751525365",
      "frequency_reference_population": 0.00000342023,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": 0.00000342023,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 5,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8600000143051147,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.86,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -2.067,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": -15,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7,BS2",
      "acmg_by_gene": [
        {
          "score": -15,
          "benign_score": 17,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000622633.5",
          "gene_symbol": "LITAF",
          "hgnc_id": 16841,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.51A>G",
          "hgvs_p": "p.Pro17Pro"
        }
      ],
      "clinvar_disease": "Charcot-Marie-Tooth disease type 1C,Inborn genetic diseases",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2",
      "phenotype_combined": "Charcot-Marie-Tooth disease type 1C|Inborn genetic diseases",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}