← 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: 1-18876423-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 18876423,
      "ref": "T",
      "alt": "C",
      "effect": "synonymous_variant",
      "transcript": "NM_003748.4",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "NM_003748.4",
          "protein_id": "NP_003739.2",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000375341.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_003748.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "ENST00000375341.8",
          "protein_id": "ENSP00000364490.3",
          "transcript_support_level": 1,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_003748.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000375341.8"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "ENST00000290597.9",
          "protein_id": "ENSP00000290597.5",
          "transcript_support_level": 1,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000290597.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1185+785A>G",
          "hgvs_p": null,
          "transcript": "ENST00000538839.5",
          "protein_id": "ENSP00000446071.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538839.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1305A>G",
          "hgvs_p": "p.Ser435Ser",
          "transcript": "ENST00000870355.1",
          "protein_id": "ENSP00000540414.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 588,
          "cds_start": 1305,
          "cds_end": null,
          "cds_length": 1767,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870355.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1296A>G",
          "hgvs_p": "p.Ser432Ser",
          "transcript": "ENST00000924555.1",
          "protein_id": "ENSP00000594614.1",
          "transcript_support_level": null,
          "aa_start": 432,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 1296,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924555.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "ENST00000870350.1",
          "protein_id": "ENSP00000540409.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 578,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1737,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870350.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "ENST00000870357.1",
          "protein_id": "ENSP00000540416.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 577,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1734,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870357.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1266A>G",
          "hgvs_p": "p.Ser422Ser",
          "transcript": "ENST00000870359.1",
          "protein_id": "ENSP00000540418.1",
          "transcript_support_level": null,
          "aa_start": 422,
          "aa_end": null,
          "aa_length": 575,
          "cds_start": 1266,
          "cds_end": null,
          "cds_length": 1728,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870359.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1254A>G",
          "hgvs_p": "p.Ser418Ser",
          "transcript": "ENST00000870354.1",
          "protein_id": "ENSP00000540413.1",
          "transcript_support_level": null,
          "aa_start": 418,
          "aa_end": null,
          "aa_length": 571,
          "cds_start": 1254,
          "cds_end": null,
          "cds_length": 1716,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870354.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "ENST00000870356.1",
          "protein_id": "ENSP00000540415.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 566,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870356.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "NM_170726.3",
          "protein_id": "NP_733844.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_170726.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser",
          "transcript": "ENST00000870351.1",
          "protein_id": "ENSP00000540410.1",
          "transcript_support_level": null,
          "aa_start": 410,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 1230,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870351.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1182A>G",
          "hgvs_p": "p.Ser394Ser",
          "transcript": "ENST00000971517.1",
          "protein_id": "ENSP00000641576.1",
          "transcript_support_level": null,
          "aa_start": 394,
          "aa_end": null,
          "aa_length": 562,
          "cds_start": 1182,
          "cds_end": null,
          "cds_length": 1689,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000971517.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1221A>G",
          "hgvs_p": "p.Ser407Ser",
          "transcript": "ENST00000870358.1",
          "protein_id": "ENSP00000540417.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 1221,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870358.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1221A>G",
          "hgvs_p": "p.Ser407Ser",
          "transcript": "ENST00000870360.1",
          "protein_id": "ENSP00000540419.1",
          "transcript_support_level": null,
          "aa_start": 407,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 1221,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870360.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1209A>G",
          "hgvs_p": "p.Ser403Ser",
          "transcript": "ENST00000870361.1",
          "protein_id": "ENSP00000540420.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1209,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870361.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1182A>G",
          "hgvs_p": "p.Ser394Ser",
          "transcript": "ENST00000870352.1",
          "protein_id": "ENSP00000540411.1",
          "transcript_support_level": null,
          "aa_start": 394,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 1182,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870352.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1059A>G",
          "hgvs_p": "p.Ser353Ser",
          "transcript": "ENST00000870353.1",
          "protein_id": "ENSP00000540412.1",
          "transcript_support_level": null,
          "aa_start": 353,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 1059,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000870353.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1050A>G",
          "hgvs_p": "p.Ser350Ser",
          "transcript": "NM_001161504.2",
          "protein_id": "NP_001154976.1",
          "transcript_support_level": null,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1050,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001161504.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1050A>G",
          "hgvs_p": "p.Ser350Ser",
          "transcript": "ENST00000538309.5",
          "protein_id": "ENSP00000442988.1",
          "transcript_support_level": 2,
          "aa_start": 350,
          "aa_end": null,
          "aa_length": 503,
          "cds_start": 1050,
          "cds_end": null,
          "cds_length": 1512,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000538309.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1035A>G",
          "hgvs_p": "p.Ser345Ser",
          "transcript": "ENST00000924552.1",
          "protein_id": "ENSP00000594611.1",
          "transcript_support_level": null,
          "aa_start": 345,
          "aa_end": null,
          "aa_length": 498,
          "cds_start": 1035,
          "cds_end": null,
          "cds_length": 1497,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924552.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.999A>G",
          "hgvs_p": "p.Ser333Ser",
          "transcript": "ENST00000924556.1",
          "protein_id": "ENSP00000594615.1",
          "transcript_support_level": null,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 486,
          "cds_start": 999,
          "cds_end": null,
          "cds_length": 1461,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924556.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 12,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1260+785A>G",
          "hgvs_p": null,
          "transcript": "ENST00000924553.1",
          "protein_id": "ENSP00000594612.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 537,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1614,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924553.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 11,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1185+785A>G",
          "hgvs_p": null,
          "transcript": "NM_001319218.2",
          "protein_id": "NP_001306147.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 512,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1539,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001319218.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 10,
          "intron_rank_end": null,
          "gene_symbol": "ALDH4A1",
          "gene_hgnc_id": 406,
          "hgvs_c": "c.1137+785A>G",
          "hgvs_p": null,
          "transcript": "ENST00000924554.1",
          "protein_id": "ENSP00000594613.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 496,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1491,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000924554.1"
        }
      ],
      "gene_symbol": "ALDH4A1",
      "gene_hgnc_id": 406,
      "dbsnp": "rs7550938",
      "frequency_reference_population": 0.6952285,
      "hom_count_reference_population": 391287,
      "allele_count_reference_population": 1118524,
      "gnomad_exomes_af": 0.700682,
      "gnomad_genomes_af": 0.642787,
      "gnomad_exomes_ac": 1021107,
      "gnomad_genomes_ac": 97417,
      "gnomad_exomes_homalt": 359294,
      "gnomad_genomes_homalt": 31993,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.7599999904632568,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.76,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -6.068,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BA1",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_003748.4",
          "gene_symbol": "ALDH4A1",
          "hgnc_id": 406,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1230A>G",
          "hgvs_p": "p.Ser410Ser"
        }
      ],
      "clinvar_disease": "Hyperprolinemia type 2,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:5",
      "phenotype_combined": "Hyperprolinemia type 2|not provided|not specified",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}