← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 11-4086520-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "11",
      "pos": 4086520,
      "ref": "A",
      "alt": "G",
      "effect": "synonymous_variant",
      "transcript": "ENST00000526596.2",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1611A>G",
          "hgvs_p": "p.Pro537Pro",
          "transcript": "NM_001382567.1",
          "protein_id": "NP_001369496.1",
          "transcript_support_level": null,
          "aa_start": 537,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 1611,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 2218,
          "cdna_end": null,
          "cdna_length": 4168,
          "mane_select": "ENST00000526596.2",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1611A>G",
          "hgvs_p": "p.Pro537Pro",
          "transcript": "ENST00000526596.2",
          "protein_id": "ENSP00000433266.2",
          "transcript_support_level": 5,
          "aa_start": 537,
          "aa_end": null,
          "aa_length": 716,
          "cds_start": 1611,
          "cds_end": null,
          "cds_length": 2151,
          "cdna_start": 2218,
          "cdna_end": null,
          "cdna_length": 4168,
          "mane_select": "NM_001382567.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "ENST00000616714.4",
          "protein_id": "ENSP00000478059.1",
          "transcript_support_level": 1,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2086,
          "cdna_end": null,
          "cdna_length": 4356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "ENST00000300737.8",
          "protein_id": "ENSP00000300737.4",
          "transcript_support_level": 1,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 2087,
          "cdna_end": null,
          "cdna_length": 4038,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "ENST00000527651.5",
          "protein_id": "ENSP00000436208.1",
          "transcript_support_level": 1,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 540,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 1623,
          "cdna_start": 1607,
          "cdna_end": null,
          "cdna_length": 2184,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.999A>G",
          "hgvs_p": "p.Pro333Pro",
          "transcript": "ENST00000533977.5",
          "protein_id": "ENSP00000434767.1",
          "transcript_support_level": 1,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": 999,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 2080,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "NM_001277961.3",
          "protein_id": "NP_001264890.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 2086,
          "cdna_end": null,
          "cdna_length": 4356,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "NM_001382566.1",
          "protein_id": "NP_001369495.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "ENST00000698911.1",
          "protein_id": "ENSP00000514025.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 717,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 2154,
          "cdna_start": 1603,
          "cdna_end": null,
          "cdna_length": 3849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "ENST00000698915.1",
          "protein_id": "ENSP00000514029.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 713,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 2142,
          "cdna_start": 1950,
          "cdna_end": null,
          "cdna_length": 3712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1539A>G",
          "hgvs_p": "p.Pro513Pro",
          "transcript": "NM_001382568.1",
          "protein_id": "NP_001369497.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1539,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 2146,
          "cdna_end": null,
          "cdna_length": 4096,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1539A>G",
          "hgvs_p": "p.Pro513Pro",
          "transcript": "ENST00000698916.1",
          "protein_id": "ENSP00000514030.1",
          "transcript_support_level": null,
          "aa_start": 513,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1539,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": 1971,
          "cdna_end": null,
          "cdna_length": 3901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "NM_003156.4",
          "protein_id": "NP_003147.2",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": 2125,
          "cdna_end": null,
          "cdna_length": 4075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1383A>G",
          "hgvs_p": "p.Pro461Pro",
          "transcript": "NM_001382569.1",
          "protein_id": "NP_001369498.1",
          "transcript_support_level": null,
          "aa_start": 461,
          "aa_end": null,
          "aa_length": 640,
          "cds_start": 1383,
          "cds_end": null,
          "cds_length": 1923,
          "cdna_start": 1994,
          "cdna_end": null,
          "cdna_length": 3944,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "NM_001382575.1",
          "protein_id": "NP_001369504.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 1512,
          "cdna_end": null,
          "cdna_length": 3462,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "NM_001382576.1",
          "protein_id": "NP_001369505.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 1430,
          "cdna_end": null,
          "cdna_length": 3380,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "NM_001382577.1",
          "protein_id": "NP_001369506.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 3583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "ENST00000698913.1",
          "protein_id": "ENSP00000514027.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": 1603,
          "cdna_end": null,
          "cdna_length": 3535,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1290A>G",
          "hgvs_p": "p.Pro430Pro",
          "transcript": "NM_001382570.1",
          "protein_id": "NP_001369499.1",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1290,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": 1897,
          "cdna_end": null,
          "cdna_length": 3847,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1518A>G",
          "hgvs_p": "p.Pro506Pro",
          "transcript": "NM_001277962.2",
          "protein_id": "NP_001264891.1",
          "transcript_support_level": null,
          "aa_start": 506,
          "aa_end": null,
          "aa_length": 540,
          "cds_start": 1518,
          "cds_end": null,
          "cds_length": 1623,
          "cdna_start": 2125,
          "cdna_end": null,
          "cdna_length": 4112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1038A>G",
          "hgvs_p": "p.Pro346Pro",
          "transcript": "NM_001382571.1",
          "protein_id": "NP_001369500.1",
          "transcript_support_level": null,
          "aa_start": 346,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 1038,
          "cds_end": null,
          "cds_length": 1578,
          "cdna_start": 1882,
          "cdna_end": null,
          "cdna_length": 3832,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1029A>G",
          "hgvs_p": "p.Pro343Pro",
          "transcript": "NM_001382581.1",
          "protein_id": "NP_001369510.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 3331,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1029A>G",
          "hgvs_p": "p.Pro343Pro",
          "transcript": "ENST00000698910.1",
          "protein_id": "ENSP00000514024.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1324,
          "cdna_end": null,
          "cdna_length": 3257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "NM_001382578.1",
          "protein_id": "NP_001369507.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1512,
          "cdna_end": null,
          "cdna_length": 3499,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "NM_001382579.1",
          "protein_id": "NP_001369508.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1633,
          "cdna_end": null,
          "cdna_length": 3620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "ENST00000525403.6",
          "protein_id": "ENSP00000432210.2",
          "transcript_support_level": 4,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1589,
          "cdna_end": null,
          "cdna_length": 3556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Pro432Pro",
          "transcript": "ENST00000698912.1",
          "protein_id": "ENSP00000514026.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 466,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1401,
          "cdna_start": 1603,
          "cdna_end": null,
          "cdna_length": 3570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "P",
          "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": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "c.1029A>G",
          "hgvs_p": "p.Pro343Pro",
          "transcript": "NM_001382580.1",
          "protein_id": "NP_001369509.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 3368,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.316A>G",
          "hgvs_p": null,
          "transcript": "ENST00000526156.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1024,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.386A>G",
          "hgvs_p": null,
          "transcript": "ENST00000531332.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 561,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.2375A>G",
          "hgvs_p": null,
          "transcript": "ENST00000698909.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4747,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.*1219A>G",
          "hgvs_p": null,
          "transcript": "ENST00000698918.1",
          "protein_id": "ENSP00000514031.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3518,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.*451A>G",
          "hgvs_p": null,
          "transcript": "ENST00000698919.1",
          "protein_id": "ENSP00000514032.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3186,
          "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": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.818A>G",
          "hgvs_p": null,
          "transcript": "ENST00000698920.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2750,
          "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": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.1442A>G",
          "hgvs_p": null,
          "transcript": "NR_168436.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3392,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.1947A>G",
          "hgvs_p": null,
          "transcript": "NR_168437.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3897,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.1769A>G",
          "hgvs_p": null,
          "transcript": "NR_168438.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.*1219A>G",
          "hgvs_p": null,
          "transcript": "ENST00000698918.1",
          "protein_id": "ENSP00000514031.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3518,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "STIM1",
          "gene_hgnc_id": 11386,
          "hgvs_c": "n.*451A>G",
          "hgvs_p": null,
          "transcript": "ENST00000698919.1",
          "protein_id": "ENSP00000514032.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3186,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "STIM1",
      "gene_hgnc_id": 11386,
      "dbsnp": "rs199512211",
      "frequency_reference_population": 0.00045287106,
      "hom_count_reference_population": 9,
      "allele_count_reference_population": 731,
      "gnomad_exomes_af": 0.000465166,
      "gnomad_genomes_af": 0.000334861,
      "gnomad_exomes_ac": 680,
      "gnomad_genomes_ac": 51,
      "gnomad_exomes_homalt": 7,
      "gnomad_genomes_homalt": 2,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0729999989271164,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.073,
      "revel_prediction": "Benign",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.55,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.144,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "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": -19,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -19,
          "benign_score": 19,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000526596.2",
          "gene_symbol": "STIM1",
          "hgnc_id": 11386,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.1611A>G",
          "hgvs_p": "p.Pro537Pro"
        }
      ],
      "clinvar_disease": "Combined immunodeficiency due to STIM1 deficiency,Myopathy with tubular aggregates,Stormorken syndrome,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:1",
      "phenotype_combined": "not specified|not provided|Stormorken syndrome;Myopathy with tubular aggregates;Combined immunodeficiency due to STIM1 deficiency",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}