← 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: 17-770453-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GLOD4",
          "hgnc_id": 14111,
          "hgvs_c": "c.796G>C",
          "hgvs_p": "p.Gly266Arg",
          "inheritance_mode": "AR",
          "pathogenic_score": 6,
          "score": 6,
          "transcript": "NM_001389725.1",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong",
      "acmg_score": 6,
      "allele_count_reference_population": 96,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.9715,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.28,
      "chr": "17",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.9659899473190308,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1765,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_016080.4",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000301329.11",
          "protein_coding": true,
          "protein_id": "NP_057164.3",
          "strand": false,
          "transcript": "NM_016080.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 298,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1765,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 897,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000301329.11",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_016080.4",
          "protein_coding": true,
          "protein_id": "ENSP00000301329.6",
          "strand": false,
          "transcript": "ENST00000301329.11",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 313,
          "aa_ref": "G",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1809,
          "cdna_start": 667,
          "cds_end": null,
          "cds_length": 942,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000301328.9",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.643G>C",
          "hgvs_p": "p.Gly215Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000301328.5",
          "strand": false,
          "transcript": "ENST00000301328.9",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 364,
          "aa_ref": "G",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1963,
          "cdna_start": 821,
          "cds_end": null,
          "cds_length": 1095,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001389725.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.796G>C",
          "hgvs_p": "p.Gly266Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376654.1",
          "strand": false,
          "transcript": "NM_001389725.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "G",
          "aa_start": 237,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1876,
          "cdna_start": 734,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 709,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001389726.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.709G>C",
          "hgvs_p": "p.Gly237Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376655.1",
          "strand": false,
          "transcript": "NM_001389726.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "G",
          "aa_start": 237,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1762,
          "cdna_start": 734,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 709,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000891260.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.709G>C",
          "hgvs_p": "p.Gly237Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561319.1",
          "strand": false,
          "transcript": "ENST00000891260.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1134,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001389727.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376656.1",
          "strand": false,
          "transcript": "NM_001389727.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 313,
          "aa_ref": "G",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1810,
          "cdna_start": 668,
          "cds_end": null,
          "cds_length": 942,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001366247.2",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.643G>C",
          "hgvs_p": "p.Gly215Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353176.1",
          "strand": false,
          "transcript": "NM_001366247.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 296,
          "aa_ref": "G",
          "aa_start": 198,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1830,
          "cdna_start": 678,
          "cds_end": null,
          "cds_length": 891,
          "cds_start": 592,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000940416.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.592G>C",
          "hgvs_p": "p.Gly198Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610475.1",
          "strand": false,
          "transcript": "ENST00000940416.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "G",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1745,
          "cdna_start": 606,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 583,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000940420.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.583G>C",
          "hgvs_p": "p.Gly195Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610479.1",
          "strand": false,
          "transcript": "ENST00000940420.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "G",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1760,
          "cdna_start": 626,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 583,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000956992.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.583G>C",
          "hgvs_p": "p.Gly195Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000627051.1",
          "strand": false,
          "transcript": "ENST00000956992.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "G",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2141,
          "cdna_start": 999,
          "cds_end": null,
          "cds_length": 870,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001366249.2",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Gly191Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353178.1",
          "strand": false,
          "transcript": "NM_001366249.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "G",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1838,
          "cdna_start": 696,
          "cds_end": null,
          "cds_length": 870,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001366250.2",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Gly191Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353179.1",
          "strand": false,
          "transcript": "NM_001366250.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "G",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2019,
          "cdna_start": 877,
          "cds_end": null,
          "cds_length": 870,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001389728.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Gly191Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376657.1",
          "strand": false,
          "transcript": "NM_001389728.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "G",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1893,
          "cdna_start": 751,
          "cds_end": null,
          "cds_length": 870,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001389729.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Gly191Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376658.1",
          "strand": false,
          "transcript": "NM_001389729.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 289,
          "aa_ref": "G",
          "aa_start": 191,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2040,
          "cdna_start": 898,
          "cds_end": null,
          "cds_length": 870,
          "cds_start": 571,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001389730.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Gly191Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376659.1",
          "strand": false,
          "transcript": "NM_001389730.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 285,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1726,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 858,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001389731.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376660.1",
          "strand": false,
          "transcript": "NM_001389731.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 280,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1711,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 843,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001389732.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376661.1",
          "strand": false,
          "transcript": "NM_001389732.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 280,
          "aa_ref": "G",
          "aa_start": 182,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1770,
          "cdna_start": 618,
          "cds_end": null,
          "cds_length": 843,
          "cds_start": 544,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000940417.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.544G>C",
          "hgvs_p": "p.Gly182Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610476.1",
          "strand": false,
          "transcript": "ENST00000940417.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 279,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1708,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 840,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001389733.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376662.1",
          "strand": false,
          "transcript": "NM_001389733.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1651,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001389735.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376664.1",
          "strand": false,
          "transcript": "NM_001389735.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1660,
          "cdna_start": 627,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000891259.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561318.1",
          "strand": false,
          "transcript": "ENST00000891259.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": "G",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2068,
          "cdna_start": 926,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": 430,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001366248.2",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.430G>C",
          "hgvs_p": "p.Gly144Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353177.1",
          "strand": false,
          "transcript": "NM_001366248.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 241,
          "aa_ref": "G",
          "aa_start": 143,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1625,
          "cdna_start": 485,
          "cds_end": null,
          "cds_length": 726,
          "cds_start": 427,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000940418.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.427G>C",
          "hgvs_p": "p.Gly143Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610477.1",
          "strand": false,
          "transcript": "ENST00000940418.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 231,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1564,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 696,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001389736.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376665.1",
          "strand": false,
          "transcript": "NM_001389736.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 226,
          "aa_ref": "G",
          "aa_start": 200,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 705,
          "cdna_start": 622,
          "cds_end": null,
          "cds_length": 681,
          "cds_start": 598,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000576419.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.598G>C",
          "hgvs_p": "p.Gly200Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000460634.1",
          "strand": false,
          "transcript": "ENST00000576419.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 242,
          "aa_ref": "G",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1669,
          "cdna_start": 527,
          "cds_end": null,
          "cds_length": 729,
          "cds_start": 430,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "XM_047436196.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.430G>C",
          "hgvs_p": "p.Gly144Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047292152.1",
          "strand": false,
          "transcript": "XM_047436196.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 269,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1678,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 810,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001389734.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.544-296G>C",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001376663.1",
          "strand": false,
          "transcript": "NM_001389734.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 202,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1477,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 609,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000940419.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.543+872G>C",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000610478.1",
          "strand": false,
          "transcript": "ENST00000940419.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 114,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 447,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 345,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000573137.1",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "c.79-296G>C",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000458849.1",
          "strand": false,
          "transcript": "ENST00000573137.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": 2311,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000571073.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.1162G>C",
          "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": "ENST00000571073.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000574554.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*621G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000459446.1",
          "strand": false,
          "transcript": "ENST00000574554.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 677,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000574581.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*494G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000459557.1",
          "strand": false,
          "transcript": "ENST00000574581.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 585,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000575528.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.108G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000460423.1",
          "strand": false,
          "transcript": "ENST00000575528.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 853,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000575790.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*491G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000458796.1",
          "strand": false,
          "transcript": "ENST00000575790.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1063,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000575851.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*553G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000461829.1",
          "strand": false,
          "transcript": "ENST00000575851.5",
          "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": 2737,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000576239.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.1454G>C",
          "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": "ENST00000576239.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1314,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 10,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000574554.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*621G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000459446.1",
          "strand": false,
          "transcript": "ENST00000574554.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 677,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000574581.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*494G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000459557.1",
          "strand": false,
          "transcript": "ENST00000574581.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 853,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000575790.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*491G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000458796.1",
          "strand": false,
          "transcript": "ENST00000575790.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1063,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000575851.5",
          "gene_hgnc_id": 14111,
          "gene_symbol": "GLOD4",
          "hgvs_c": "n.*553G>C",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000461829.1",
          "strand": false,
          "transcript": "ENST00000575851.5",
          "transcript_support_level": 3
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs769097307",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000060264712,
      "gene_hgnc_id": 14111,
      "gene_symbol": "GLOD4",
      "gnomad_exomes_ac": 85,
      "gnomad_exomes_af": 0.0000589955,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 11,
      "gnomad_genomes_af": 0.0000722809,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.685,
      "pos": 770453,
      "ref": "C",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.858,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001389725.1"
    }
  ]
}
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.