← 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: 15-57273234-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "15",
      "pos": 57273234,
      "ref": "C",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "ENST00000333725.10",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "NM_207037.2",
          "protein_id": "NP_996920.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2235,
          "cdna_end": null,
          "cdna_length": 6114,
          "mane_select": "ENST00000333725.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "ENST00000333725.10",
          "protein_id": "ENSP00000331057.6",
          "transcript_support_level": 1,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2235,
          "cdna_end": null,
          "cdna_length": 6114,
          "mane_select": "NM_207037.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1878C>A",
          "hgvs_p": "p.Val626Val",
          "transcript": "ENST00000267811.9",
          "protein_id": "ENSP00000267811.5",
          "transcript_support_level": 1,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1878,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2182,
          "cdna_end": null,
          "cdna_length": 6061,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1878C>A",
          "hgvs_p": "p.Val626Val",
          "transcript": "ENST00000557843.5",
          "protein_id": "ENSP00000453737.1",
          "transcript_support_level": 1,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1878,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 1965,
          "cdna_end": null,
          "cdna_length": 4076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1440C>A",
          "hgvs_p": "p.Val480Val",
          "transcript": "ENST00000543579.5",
          "protein_id": "ENSP00000440017.1",
          "transcript_support_level": 1,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1440,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1532,
          "cdna_end": null,
          "cdna_length": 1809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1368C>A",
          "hgvs_p": "p.Val456Val",
          "transcript": "ENST00000343827.7",
          "protein_id": "ENSP00000342459.3",
          "transcript_support_level": 1,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 1368,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1424,
          "cdna_end": null,
          "cdna_length": 3956,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "n.607C>A",
          "hgvs_p": null,
          "transcript": "ENST00000560190.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 1183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "NM_001322151.2",
          "protein_id": "NP_001309080.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2239,
          "cdna_end": null,
          "cdna_length": 6118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "NM_001322159.3",
          "protein_id": "NP_001309088.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2235,
          "cdna_end": null,
          "cdna_length": 2899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "NM_001322162.2",
          "protein_id": "NP_001309091.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2114,
          "cdna_end": null,
          "cdna_length": 5993,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "NM_207036.2",
          "protein_id": "NP_996919.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2225,
          "cdna_end": null,
          "cdna_length": 6104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val",
          "transcript": "ENST00000438423.6",
          "protein_id": "ENSP00000388940.2",
          "transcript_support_level": 5,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": 1950,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": 2246,
          "cdna_end": null,
          "cdna_length": 4786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1947C>A",
          "hgvs_p": "p.Val649Val",
          "transcript": "NM_001322152.2",
          "protein_id": "NP_001309081.1",
          "transcript_support_level": null,
          "aa_start": 649,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 1947,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 2232,
          "cdna_end": null,
          "cdna_length": 6111,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1947C>A",
          "hgvs_p": "p.Val649Val",
          "transcript": "NM_001322161.2",
          "protein_id": "NP_001309090.1",
          "transcript_support_level": null,
          "aa_start": 649,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 1947,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": 2111,
          "cdna_end": null,
          "cdna_length": 5990,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1914C>A",
          "hgvs_p": "p.Val638Val",
          "transcript": "NM_001322164.2",
          "protein_id": "NP_001309093.1",
          "transcript_support_level": null,
          "aa_start": 638,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1914,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 2383,
          "cdna_end": null,
          "cdna_length": 6262,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1878C>A",
          "hgvs_p": "p.Val626Val",
          "transcript": "NM_001322157.3",
          "protein_id": "NP_001309086.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1878,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2163,
          "cdna_end": null,
          "cdna_length": 2827,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1878C>A",
          "hgvs_p": "p.Val626Val",
          "transcript": "NM_001322165.2",
          "protein_id": "NP_001309094.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1878,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2347,
          "cdna_end": null,
          "cdna_length": 6226,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1878C>A",
          "hgvs_p": "p.Val626Val",
          "transcript": "NM_003205.4",
          "protein_id": "NP_003196.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1878,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2163,
          "cdna_end": null,
          "cdna_length": 6042,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1878C>A",
          "hgvs_p": "p.Val626Val",
          "transcript": "NM_207038.2",
          "protein_id": "NP_996921.1",
          "transcript_support_level": null,
          "aa_start": 626,
          "aa_end": null,
          "aa_length": 682,
          "cds_start": 1878,
          "cds_end": null,
          "cds_length": 2049,
          "cdna_start": 2153,
          "cdna_end": null,
          "cdna_length": 6032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1938C>A",
          "hgvs_p": "p.Val646Val",
          "transcript": "ENST00000559609.5",
          "protein_id": "ENSP00000453876.1",
          "transcript_support_level": 2,
          "aa_start": 646,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 1938,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": 2192,
          "cdna_end": null,
          "cdna_length": 2252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1776C>A",
          "hgvs_p": "p.Val592Val",
          "transcript": "NM_001322156.2",
          "protein_id": "NP_001309085.1",
          "transcript_support_level": null,
          "aa_start": 592,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1776,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 2297,
          "cdna_end": null,
          "cdna_length": 6176,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1704C>A",
          "hgvs_p": "p.Val568Val",
          "transcript": "NM_001322158.2",
          "protein_id": "NP_001309087.1",
          "transcript_support_level": null,
          "aa_start": 568,
          "aa_end": null,
          "aa_length": 624,
          "cds_start": 1704,
          "cds_end": null,
          "cds_length": 1875,
          "cdna_start": 2225,
          "cdna_end": null,
          "cdna_length": 6104,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1440C>A",
          "hgvs_p": "p.Val480Val",
          "transcript": "NM_001306219.3",
          "protein_id": "NP_001293148.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 536,
          "cds_start": 1440,
          "cds_end": null,
          "cds_length": 1611,
          "cdna_start": 1532,
          "cdna_end": null,
          "cdna_length": 5411,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1368C>A",
          "hgvs_p": "p.Val456Val",
          "transcript": "NM_207040.2",
          "protein_id": "NP_996923.1",
          "transcript_support_level": null,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 1368,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1460,
          "cdna_end": null,
          "cdna_length": 5339,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1293C>A",
          "hgvs_p": "p.Val431Val",
          "transcript": "NM_001322154.2",
          "protein_id": "NP_001309083.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 487,
          "cds_start": 1293,
          "cds_end": null,
          "cds_length": 1464,
          "cdna_start": 2230,
          "cdna_end": null,
          "cdna_length": 6109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1170C>A",
          "hgvs_p": "p.Val390Val",
          "transcript": "NM_001306220.3",
          "protein_id": "NP_001293149.1",
          "transcript_support_level": null,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1170,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 1320,
          "cdna_end": null,
          "cdna_length": 5199,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1170C>A",
          "hgvs_p": "p.Val390Val",
          "transcript": "ENST00000537840.5",
          "protein_id": "ENSP00000444696.1",
          "transcript_support_level": 2,
          "aa_start": 390,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 1170,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 1315,
          "cdna_end": null,
          "cdna_length": 1598,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.849C>A",
          "hgvs_p": "p.Val283Val",
          "transcript": "ENST00000559703.1",
          "protein_id": "ENSP00000454102.1",
          "transcript_support_level": 5,
          "aa_start": 283,
          "aa_end": null,
          "aa_length": 339,
          "cds_start": 849,
          "cds_end": null,
          "cds_length": 1020,
          "cdna_start": 874,
          "cdna_end": null,
          "cdna_length": 1544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.780C>A",
          "hgvs_p": "p.Val260Val",
          "transcript": "ENST00000559710.5",
          "protein_id": "ENSP00000453264.1",
          "transcript_support_level": 2,
          "aa_start": 260,
          "aa_end": null,
          "aa_length": 316,
          "cds_start": 780,
          "cds_end": null,
          "cds_length": 951,
          "cdna_start": 830,
          "cdna_end": null,
          "cdna_length": 1314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1986C>A",
          "hgvs_p": "p.Val662Val",
          "transcript": "XM_011521959.4",
          "protein_id": "XP_011520261.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 1986,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": 2271,
          "cdna_end": null,
          "cdna_length": 6150,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1986C>A",
          "hgvs_p": "p.Val662Val",
          "transcript": "XM_011521960.4",
          "protein_id": "XP_011520262.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": 1986,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": 2271,
          "cdna_end": null,
          "cdna_length": 2935,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1983C>A",
          "hgvs_p": "p.Val661Val",
          "transcript": "XM_011521961.4",
          "protein_id": "XP_011520263.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 1983,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 2268,
          "cdna_end": null,
          "cdna_length": 6147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1914C>A",
          "hgvs_p": "p.Val638Val",
          "transcript": "XM_011521962.4",
          "protein_id": "XP_011520264.1",
          "transcript_support_level": null,
          "aa_start": 638,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1914,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 2199,
          "cdna_end": null,
          "cdna_length": 6078,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1914C>A",
          "hgvs_p": "p.Val638Val",
          "transcript": "XM_047432971.1",
          "protein_id": "XP_047288927.1",
          "transcript_support_level": null,
          "aa_start": 638,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 1914,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": 2199,
          "cdna_end": null,
          "cdna_length": 2863,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1911C>A",
          "hgvs_p": "p.Val637Val",
          "transcript": "XM_011521963.4",
          "protein_id": "XP_011520265.1",
          "transcript_support_level": null,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1911,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 2196,
          "cdna_end": null,
          "cdna_length": 6075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1911C>A",
          "hgvs_p": "p.Val637Val",
          "transcript": "XM_047432972.1",
          "protein_id": "XP_047288928.1",
          "transcript_support_level": null,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 693,
          "cds_start": 1911,
          "cds_end": null,
          "cds_length": 2082,
          "cdna_start": 2196,
          "cdna_end": null,
          "cdna_length": 2860,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1875C>A",
          "hgvs_p": "p.Val625Val",
          "transcript": "XM_017022520.3",
          "protein_id": "XP_016878009.1",
          "transcript_support_level": null,
          "aa_start": 625,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1875,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 2160,
          "cdna_end": null,
          "cdna_length": 6039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1875C>A",
          "hgvs_p": "p.Val625Val",
          "transcript": "XM_047432973.1",
          "protein_id": "XP_047288929.1",
          "transcript_support_level": null,
          "aa_start": 625,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1875,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 2160,
          "cdna_end": null,
          "cdna_length": 2824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1437C>A",
          "hgvs_p": "p.Val479Val",
          "transcript": "XM_047432974.1",
          "protein_id": "XP_047288930.1",
          "transcript_support_level": null,
          "aa_start": 479,
          "aa_end": null,
          "aa_length": 535,
          "cds_start": 1437,
          "cds_end": null,
          "cds_length": 1608,
          "cdna_start": 1529,
          "cdna_end": null,
          "cdna_length": 5408,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1368C>A",
          "hgvs_p": "p.Val456Val",
          "transcript": "XM_047432975.1",
          "protein_id": "XP_047288931.1",
          "transcript_support_level": null,
          "aa_start": 456,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 1368,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1460,
          "cdna_end": null,
          "cdna_length": 2124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1365C>A",
          "hgvs_p": "p.Val455Val",
          "transcript": "XM_011521969.2",
          "protein_id": "XP_011520271.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 1365,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 1457,
          "cdna_end": null,
          "cdna_length": 5336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1365C>A",
          "hgvs_p": "p.Val455Val",
          "transcript": "XM_047432976.1",
          "protein_id": "XP_047288932.1",
          "transcript_support_level": null,
          "aa_start": 455,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 1365,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": 1457,
          "cdna_end": null,
          "cdna_length": 2121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1302C>A",
          "hgvs_p": "p.Val434Val",
          "transcript": "XM_047432977.1",
          "protein_id": "XP_047288933.1",
          "transcript_support_level": null,
          "aa_start": 434,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 1302,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": 1420,
          "cdna_end": null,
          "cdna_length": 5299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1242C>A",
          "hgvs_p": "p.Val414Val",
          "transcript": "XM_011521966.3",
          "protein_id": "XP_011520268.1",
          "transcript_support_level": null,
          "aa_start": 414,
          "aa_end": null,
          "aa_length": 470,
          "cds_start": 1242,
          "cds_end": null,
          "cds_length": 1413,
          "cdna_start": 1392,
          "cdna_end": null,
          "cdna_length": 5271,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "c.1230C>A",
          "hgvs_p": "p.Val410Val",
          "transcript": "XM_047432978.1",
          "protein_id": "XP_047288934.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1342,
          "cdna_end": null,
          "cdna_length": 5221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "n.*70C>A",
          "hgvs_p": null,
          "transcript": "ENST00000561449.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TCF12",
          "gene_hgnc_id": 11623,
          "hgvs_c": "n.*36C>A",
          "hgvs_p": null,
          "transcript": "ENST00000561420.5",
          "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": 837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "TCF12",
      "gene_hgnc_id": 11623,
      "dbsnp": "rs77034126",
      "frequency_reference_population": 0.0000013681406,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 0.00000136814,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.27000001072883606,
      "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.27,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.706,
      "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": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Moderate,BP7",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 3,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate",
            "BP7"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000333725.10",
          "gene_symbol": "TCF12",
          "hgnc_id": 11623,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1950C>A",
          "hgvs_p": "p.Val650Val"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}