← 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-123059588-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 5,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP7"
          ],
          "effects": [
            "synonymous_variant"
          ],
          "gene_symbol": "HSPA8",
          "hgnc_id": 5241,
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": -3,
          "transcript": "NM_006597.6",
          "verdict": "Likely_benign"
        },
        {
          "benign_score": 4,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "effects": [
            "upstream_gene_variant"
          ],
          "gene_symbol": "SNORD14C",
          "hgnc_id": 30352,
          "hgvs_c": "n.-166C>A",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": -2,
          "transcript": "NR_001453.2",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong,BP7",
      "acmg_score": -3,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.57,
      "chr": "11",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.5699999928474426,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2264,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_006597.6",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000534624.6",
          "protein_coding": true,
          "protein_id": "NP_006588.1",
          "strand": false,
          "transcript": "NM_006597.6",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2264,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000534624.6",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_006597.6",
          "protein_coding": true,
          "protein_id": "ENSP00000432083.1",
          "strand": false,
          "transcript": "ENST00000534624.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2186,
          "cdna_start": 1013,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000227378.7",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000227378.3",
          "strand": false,
          "transcript": "ENST00000227378.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2004,
          "cdna_start": 1282,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000453788.6",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000404372.2",
          "strand": false,
          "transcript": "ENST00000453788.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1509,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000527983.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "n.1154C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000527983.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 652,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2282,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1959,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000935613.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605672.1",
          "strand": false,
          "transcript": "ENST00000935613.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 649,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2273,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1950,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000876976.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547035.1",
          "strand": false,
          "transcript": "ENST00000876976.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2306,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000532636.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437125.1",
          "strand": false,
          "transcript": "ENST00000532636.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2516,
          "cdna_start": 1335,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000876974.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547033.1",
          "strand": false,
          "transcript": "ENST00000876974.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2305,
          "cdna_start": 1127,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000935611.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605670.1",
          "strand": false,
          "transcript": "ENST00000935611.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2414,
          "cdna_start": 1239,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000935614.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605673.1",
          "strand": false,
          "transcript": "ENST00000935614.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2403,
          "cdna_start": 1227,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 10,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000971746.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641805.1",
          "strand": false,
          "transcript": "ENST00000971746.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 627,
          "aa_ref": "V",
          "aa_start": 316,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1924,
          "cdna_start": 955,
          "cds_end": null,
          "cds_length": 1884,
          "cds_start": 948,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000526110.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.948C>A",
          "hgvs_p": "p.Val316Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433584.1",
          "strand": false,
          "transcript": "ENST00000526110.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 603,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2134,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1812,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000971745.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641804.1",
          "strand": false,
          "transcript": "ENST00000971745.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 590,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2093,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1773,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000935616.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605675.1",
          "strand": false,
          "transcript": "ENST00000935616.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 500,
          "aa_ref": "V",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1826,
          "cdna_start": 645,
          "cds_end": null,
          "cds_length": 1503,
          "cds_start": 567,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000533540.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.567C>A",
          "hgvs_p": "p.Val189Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437189.1",
          "strand": false,
          "transcript": "ENST00000533540.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 494,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1863,
          "cdna_start": 1134,
          "cds_end": null,
          "cds_length": 1485,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000935612.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605671.1",
          "strand": false,
          "transcript": "ENST00000935612.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1805,
          "cdna_start": 1083,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_153201.4",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_694881.1",
          "strand": false,
          "transcript": "NM_153201.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 493,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1838,
          "cdna_start": 1119,
          "cds_end": null,
          "cds_length": 1482,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 8,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000876975.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000547034.1",
          "strand": false,
          "transcript": "ENST00000876975.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 410,
          "aa_ref": "V",
          "aa_start": 99,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1884,
          "cdna_start": 712,
          "cds_end": null,
          "cds_length": 1233,
          "cds_start": 297,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000534319.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.297C>A",
          "hgvs_p": "p.Val99Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433316.1",
          "strand": false,
          "transcript": "ENST00000534319.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 311,
          "aa_ref": "V",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1112,
          "cdna_start": 1000,
          "cds_end": null,
          "cds_length": 937,
          "cds_start": 825,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000528292.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.825C>A",
          "hgvs_p": "p.Val275Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000432884.1",
          "strand": false,
          "transcript": "ENST00000528292.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 646,
          "aa_ref": "V",
          "aa_start": 335,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2307,
          "cdna_start": 1126,
          "cds_end": null,
          "cds_length": 1941,
          "cds_start": 1005,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "XM_011542798.2",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.1005C>A",
          "hgvs_p": "p.Val335Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011541100.1",
          "strand": false,
          "transcript": "XM_011542798.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 207,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 944,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 624,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000935615.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.206-1104C>A",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605674.1",
          "strand": false,
          "transcript": "ENST00000935615.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 198,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 915,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 597,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000935617.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.411+1005C>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000605676.1",
          "strand": false,
          "transcript": "ENST00000935617.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 891,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000971747.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.564+528C>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000641806.1",
          "strand": false,
          "transcript": "ENST00000971747.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 504,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000526862.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "n.283C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000526862.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2301,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000532091.1",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "n.752C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000532091.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 465,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000533238.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "n.381-485C>A",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000533238.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 222,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 963,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 669,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000524552.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "c.-434C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435908.1",
          "strand": true,
          "transcript": "ENST00000524552.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "snoRNA",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 88,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000365382.1",
          "gene_hgnc_id": 30352,
          "gene_symbol": "SNORD14C",
          "hgvs_c": "n.-166C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000365382.1",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "snoRNA",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 88,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 1,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_001453.2",
          "gene_hgnc_id": 30352,
          "gene_symbol": "SNORD14C",
          "hgvs_c": "n.-166C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_001453.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1194,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000532780.5",
          "gene_hgnc_id": 5241,
          "gene_symbol": "HSPA8",
          "hgvs_c": "n.*226C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000532780.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "synonymous_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 5241,
      "gene_symbol": "HSPA8",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 1.094,
      "pos": 123059588,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_006597.6"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.