← 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: 12-6537813-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "GAPDH",
          "hgnc_id": 4141,
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "inheritance_mode": "AD",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "NM_002046.7",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 1,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "gene_symbol": "ENSG00000269968",
          "hgnc_id": 58389,
          "hgvs_c": "n.403G>C",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 1,
          "transcript": "ENST00000602946.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_score": 1,
      "allele_count_reference_population": 1,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3415,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.34,
      "chr": "12",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.3719356954097748,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1285,
          "cdna_start": 831,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_002046.7",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000229239.10",
          "protein_coding": true,
          "protein_id": "NP_002037.2",
          "strand": true,
          "transcript": "NM_002046.7",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1285,
          "cdna_start": 831,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000229239.10",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_002046.7",
          "protein_coding": true,
          "protein_id": "ENSP00000229239.5",
          "strand": true,
          "transcript": "ENST00000229239.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1256,
          "cdna_start": 834,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000396859.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380068.1",
          "strand": true,
          "transcript": "ENST00000396859.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1377,
          "cdna_start": 923,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001289745.3",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001276674.1",
          "strand": true,
          "transcript": "NM_001289745.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1525,
          "cdna_start": 1071,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001289746.2",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001276675.1",
          "strand": true,
          "transcript": "NM_001289746.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1348,
          "cdna_start": 906,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000396861.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380070.1",
          "strand": true,
          "transcript": "ENST00000396861.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1269,
          "cdna_start": 815,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889643.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559702.1",
          "strand": true,
          "transcript": "ENST00000889643.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1280,
          "cdna_start": 826,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889645.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559704.1",
          "strand": true,
          "transcript": "ENST00000889645.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1300,
          "cdna_start": 842,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889651.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559710.1",
          "strand": true,
          "transcript": "ENST00000889651.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 335,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1529,
          "cdna_start": 1075,
          "cds_end": null,
          "cds_length": 1008,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000920777.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590836.1",
          "strand": true,
          "transcript": "ENST00000920777.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 331,
          "aa_ref": "P",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1273,
          "cdna_start": 819,
          "cds_end": null,
          "cds_length": 996,
          "cds_start": 743,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889648.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.743C>G",
          "hgvs_p": "p.Pro248Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559707.1",
          "strand": true,
          "transcript": "ENST00000889648.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 331,
          "aa_ref": "P",
          "aa_start": 248,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1417,
          "cdna_start": 963,
          "cds_end": null,
          "cds_length": 996,
          "cds_start": 743,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000889652.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.743C>G",
          "hgvs_p": "p.Pro248Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559711.1",
          "strand": true,
          "transcript": "ENST00000889652.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 330,
          "aa_ref": "P",
          "aa_start": 247,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1306,
          "cdna_start": 851,
          "cds_end": null,
          "cds_length": 993,
          "cds_start": 740,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000920779.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.740C>G",
          "hgvs_p": "p.Pro247Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590838.1",
          "strand": true,
          "transcript": "ENST00000920779.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 327,
          "aa_ref": "P",
          "aa_start": 252,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1260,
          "cdna_start": 831,
          "cds_end": null,
          "cds_length": 984,
          "cds_start": 755,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889650.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.755C>G",
          "hgvs_p": "p.Pro252Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559709.1",
          "strand": true,
          "transcript": "ENST00000889650.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 325,
          "aa_ref": "P",
          "aa_start": 242,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1255,
          "cdna_start": 801,
          "cds_end": null,
          "cds_length": 978,
          "cds_start": 725,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889644.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.725C>G",
          "hgvs_p": "p.Pro242Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559703.1",
          "strand": true,
          "transcript": "ENST00000889644.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 324,
          "aa_ref": "P",
          "aa_start": 241,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1252,
          "cdna_start": 798,
          "cds_end": null,
          "cds_length": 975,
          "cds_start": 722,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889646.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.722C>G",
          "hgvs_p": "p.Pro241Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559705.1",
          "strand": true,
          "transcript": "ENST00000889646.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "P",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1231,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 701,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001357943.2",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.701C>G",
          "hgvs_p": "p.Pro234Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001344872.1",
          "strand": true,
          "transcript": "NM_001357943.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 317,
          "aa_ref": "P",
          "aa_start": 234,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1231,
          "cdna_start": 777,
          "cds_end": null,
          "cds_length": 954,
          "cds_start": 701,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000920791.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.701C>G",
          "hgvs_p": "p.Pro234Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590850.1",
          "strand": true,
          "transcript": "ENST00000920791.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "P",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1198,
          "cdna_start": 744,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 668,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000920790.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.668C>G",
          "hgvs_p": "p.Pro223Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590849.1",
          "strand": true,
          "transcript": "ENST00000920790.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": "P",
          "aa_start": 220,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1189,
          "cdna_start": 735,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": 659,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000889649.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.659C>G",
          "hgvs_p": "p.Pro220Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559708.1",
          "strand": true,
          "transcript": "ENST00000889649.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": "P",
          "aa_start": 220,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1196,
          "cdna_start": 742,
          "cds_end": null,
          "cds_length": 912,
          "cds_start": 659,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000920792.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.659C>G",
          "hgvs_p": "p.Pro220Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590851.1",
          "strand": true,
          "transcript": "ENST00000920792.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "P",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1386,
          "cdna_start": 932,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 629,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_001256799.3",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.629C>G",
          "hgvs_p": "p.Pro210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001243728.1",
          "strand": true,
          "transcript": "NM_001256799.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "P",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1292,
          "cdna_start": 894,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 629,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000396858.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.629C>G",
          "hgvs_p": "p.Pro210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380067.1",
          "strand": true,
          "transcript": "ENST00000396858.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 293,
          "aa_ref": "P",
          "aa_start": 210,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1086,
          "cdna_start": 629,
          "cds_end": null,
          "cds_length": 882,
          "cds_start": 629,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000619601.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.629C>G",
          "hgvs_p": "p.Pro210Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000478864.1",
          "strand": true,
          "transcript": "ENST00000619601.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 278,
          "aa_ref": "P",
          "aa_start": 195,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1121,
          "cdna_start": 667,
          "cds_end": null,
          "cds_length": 837,
          "cds_start": 584,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000920782.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.584C>G",
          "hgvs_p": "p.Pro195Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590841.1",
          "strand": true,
          "transcript": "ENST00000920782.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 272,
          "aa_ref": "P",
          "aa_start": 189,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1096,
          "cdna_start": 642,
          "cds_end": null,
          "cds_length": 819,
          "cds_start": 566,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000920789.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.566C>G",
          "hgvs_p": "p.Pro189Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590848.1",
          "strand": true,
          "transcript": "ENST00000920789.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 269,
          "aa_ref": "P",
          "aa_start": 186,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1087,
          "cdna_start": 633,
          "cds_end": null,
          "cds_length": 810,
          "cds_start": 557,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000920788.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.557C>G",
          "hgvs_p": "p.Pro186Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590847.1",
          "strand": true,
          "transcript": "ENST00000920788.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 266,
          "aa_ref": "P",
          "aa_start": 183,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1078,
          "cdna_start": 624,
          "cds_end": null,
          "cds_length": 801,
          "cds_start": 548,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000920785.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.548C>G",
          "hgvs_p": "p.Pro183Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590844.1",
          "strand": true,
          "transcript": "ENST00000920785.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 260,
          "aa_ref": "P",
          "aa_start": 177,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1266,
          "cdna_start": 843,
          "cds_end": null,
          "cds_length": 783,
          "cds_start": 530,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000396856.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.530C>G",
          "hgvs_p": "p.Pro177Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380065.1",
          "strand": true,
          "transcript": "ENST00000396856.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 231,
          "aa_ref": "P",
          "aa_start": 148,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 974,
          "cdna_start": 519,
          "cds_end": null,
          "cds_length": 696,
          "cds_start": 443,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000965009.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.443C>G",
          "hgvs_p": "p.Pro148Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000635068.1",
          "strand": true,
          "transcript": "ENST00000965009.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 203,
          "aa_ref": "P",
          "aa_start": 120,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 890,
          "cdna_start": 435,
          "cds_end": null,
          "cds_length": 612,
          "cds_start": 359,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000920784.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.359C>G",
          "hgvs_p": "p.Pro120Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590843.1",
          "strand": true,
          "transcript": "ENST00000920784.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "R",
          "aa_end": null,
          "aa_length": 183,
          "aa_ref": "P",
          "aa_start": 100,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 874,
          "cdna_start": 421,
          "cds_end": null,
          "cds_length": 552,
          "cds_start": 299,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000889642.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.299C>G",
          "hgvs_p": "p.Pro100Arg",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559701.1",
          "strand": true,
          "transcript": "ENST00000889642.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 230,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 996,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 693,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920781.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.526-86C>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590840.1",
          "strand": true,
          "transcript": "ENST00000920781.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 226,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 959,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 681,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 9,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920783.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.487-59C>G",
          "hgvs_p": null,
          "intron_rank": 7,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590842.1",
          "strand": true,
          "transcript": "ENST00000920783.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 195,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 899,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 588,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920780.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.444-109C>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590839.1",
          "strand": true,
          "transcript": "ENST00000920780.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 170,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1370,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 513,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920776.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.444-288C>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590835.1",
          "strand": true,
          "transcript": "ENST00000920776.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 161,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 763,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 486,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000889647.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.417-288C>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000559706.1",
          "strand": true,
          "transcript": "ENST00000889647.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 150,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 730,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 453,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920787.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.286-86C>G",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590846.1",
          "strand": true,
          "transcript": "ENST00000920787.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 101,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 622,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 306,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920778.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.237-288C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590837.1",
          "strand": true,
          "transcript": "ENST00000920778.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 32,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 376,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 99,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 3,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000920786.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "c.30-288C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000590845.1",
          "strand": true,
          "transcript": "ENST00000920786.1",
          "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": 1720,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000466525.1",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "n.1300C>G",
          "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": "ENST00000466525.1",
          "transcript_support_level": 5
        },
        {
          "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": 1363,
          "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": "ENST00000466588.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "n.963C>G",
          "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": "ENST00000466588.5",
          "transcript_support_level": 5
        },
        {
          "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": 1333,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 8,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000474249.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "n.936C>G",
          "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": "ENST00000474249.5",
          "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": 422,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000602946.1",
          "gene_hgnc_id": 58389,
          "gene_symbol": "ENSG00000269968",
          "hgvs_c": "n.403G>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": "ENST00000602946.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 763,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_152150.2",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "n.493-288C>G",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_152150.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": 930,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000492719.5",
          "gene_hgnc_id": 4141,
          "gene_symbol": "GAPDH",
          "hgvs_c": "n.*15C>G",
          "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": "ENST00000492719.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 302,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000770643.1",
          "gene_hgnc_id": 58389,
          "gene_symbol": "ENSG00000269968",
          "hgvs_c": "n.*151G>C",
          "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": "ENST00000770643.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": 289,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000770644.1",
          "gene_hgnc_id": 58389,
          "gene_symbol": "ENSG00000269968",
          "hgvs_c": "n.*153G>C",
          "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": "ENST00000770644.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1946517126",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000065695253,
      "gene_hgnc_id": 4141,
      "gene_symbol": "GAPDH",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656953,
      "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": "Uncertain_significance",
      "phylop100way_score": 5.828,
      "pos": 6537813,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.235,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_002046.7"
    }
  ]
}
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.