← 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-19663413-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 19663413,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000176643.11",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_000382.3",
          "protein_id": "NP_000373.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 3703,
          "mane_select": "ENST00000176643.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000176643.11",
          "protein_id": "ENSP00000176643.6",
          "transcript_support_level": 1,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 3703,
          "mane_select": "NM_000382.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000339618.8",
          "protein_id": "ENSP00000345774.4",
          "transcript_support_level": 1,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 3828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.771C>T",
          "hgvs_p": null,
          "transcript": "ENST00000476965.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1383,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000671878.1",
          "protein_id": "ENSP00000500516.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1212,
          "cdna_end": null,
          "cdna_length": 2060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000672465.1",
          "protein_id": "ENSP00000500517.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1150,
          "cdna_end": null,
          "cdna_length": 2058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_001031806.2",
          "protein_id": "NP_001026976.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 3828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_001369136.1",
          "protein_id": "NP_001356065.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1151,
          "cdna_end": null,
          "cdna_length": 3737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_001369137.2",
          "protein_id": "NP_001356066.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 508,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1527,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 3774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_001369138.2",
          "protein_id": "NP_001356067.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 3649,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_001369139.1",
          "protein_id": "NP_001356068.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1151,
          "cdna_end": null,
          "cdna_length": 3612,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000579855.5",
          "protein_id": "ENSP00000463637.1",
          "transcript_support_level": 5,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1120,
          "cdna_end": null,
          "cdna_length": 3583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000581518.6",
          "protein_id": "ENSP00000461916.2",
          "transcript_support_level": 5,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 3183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000672357.1",
          "protein_id": "ENSP00000500092.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": 1179,
          "cdna_end": null,
          "cdna_length": 1708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.874C>T",
          "hgvs_p": "p.Pro292Ser",
          "transcript": "ENST00000672709.1",
          "protein_id": "ENSP00000499877.1",
          "transcript_support_level": null,
          "aa_start": 292,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 874,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 875,
          "cdna_end": null,
          "cdna_length": 1679,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "NM_001369146.2",
          "protein_id": "NP_001356075.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 1188,
          "cdna_end": null,
          "cdna_length": 3413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000673136.1",
          "protein_id": "ENSP00000500380.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 403,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1212,
          "cdna_start": 1171,
          "cdna_end": null,
          "cdna_length": 3367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "ENST00000631291.2",
          "protein_id": "ENSP00000486085.1",
          "transcript_support_level": 5,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 393,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1182,
          "cdna_start": 1467,
          "cdna_end": null,
          "cdna_length": 3822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.910C>T",
          "hgvs_p": "p.Pro304Ser",
          "transcript": "ENST00000672567.1",
          "protein_id": "ENSP00000500777.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": 912,
          "cdna_end": null,
          "cdna_length": 1524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.694C>T",
          "hgvs_p": "p.Pro232Ser",
          "transcript": "ENST00000395575.7",
          "protein_id": "ENSP00000378942.3",
          "transcript_support_level": 5,
          "aa_start": 232,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 694,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 880,
          "cdna_end": null,
          "cdna_length": 3276,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.442C>T",
          "hgvs_p": "p.Pro148Ser",
          "transcript": "NM_001369148.2",
          "protein_id": "NP_001356077.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 292,
          "cds_start": 442,
          "cds_end": null,
          "cds_length": 879,
          "cdna_start": 1297,
          "cdna_end": null,
          "cdna_length": 3758,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.79C>T",
          "hgvs_p": "p.Pro27Ser",
          "transcript": "ENST00000672591.1",
          "protein_id": "ENSP00000500558.1",
          "transcript_support_level": null,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 194,
          "cds_start": 79,
          "cds_end": null,
          "cds_length": 585,
          "cdna_start": 81,
          "cdna_end": null,
          "cdna_length": 2648,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.40C>T",
          "hgvs_p": "p.Pro14Ser",
          "transcript": "ENST00000630662.2",
          "protein_id": "ENSP00000487353.1",
          "transcript_support_level": 5,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 97,
          "cds_start": 40,
          "cds_end": null,
          "cds_length": 294,
          "cdna_start": 1187,
          "cdna_end": null,
          "cdna_length": 1558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.40C>T",
          "hgvs_p": "p.Pro14Ser",
          "transcript": "ENST00000571163.2",
          "protein_id": "ENSP00000459977.2",
          "transcript_support_level": 5,
          "aa_start": 14,
          "aa_end": null,
          "aa_length": 76,
          "cds_start": 40,
          "cds_end": null,
          "cds_length": 231,
          "cdna_start": 40,
          "cdna_end": null,
          "cdna_length": 413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser",
          "transcript": "XM_047435622.1",
          "protein_id": "XP_047291578.1",
          "transcript_support_level": null,
          "aa_start": 341,
          "aa_end": null,
          "aa_length": 424,
          "cds_start": 1021,
          "cds_end": null,
          "cds_length": 1275,
          "cdna_start": 1242,
          "cdna_end": null,
          "cdna_length": 3467,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.442C>T",
          "hgvs_p": "p.Pro148Ser",
          "transcript": "XM_024450651.2",
          "protein_id": "XP_024306419.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 315,
          "cds_start": 442,
          "cds_end": null,
          "cds_length": 948,
          "cdna_start": 659,
          "cdna_end": null,
          "cdna_length": 1206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.*579C>T",
          "hgvs_p": null,
          "transcript": "ENST00000472059.6",
          "protein_id": "ENSP00000458397.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.350C>T",
          "hgvs_p": null,
          "transcript": "ENST00000574078.3",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.1021C>T",
          "hgvs_p": null,
          "transcript": "ENST00000582991.6",
          "protein_id": "ENSP00000464153.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3470,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.1472C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672059.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1881,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.*201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672487.1",
          "protein_id": "ENSP00000500740.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.1242C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672564.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5084,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.2010C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672608.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4254,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.1521C>T",
          "hgvs_p": null,
          "transcript": "ENST00000673064.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3664,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.1357C>T",
          "hgvs_p": null,
          "transcript": "ENST00000673472.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.1481C>T",
          "hgvs_p": null,
          "transcript": "ENST00000673516.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.*579C>T",
          "hgvs_p": null,
          "transcript": "ENST00000472059.6",
          "protein_id": "ENSP00000458397.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "n.*201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000672487.1",
          "protein_id": "ENSP00000500740.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ALDH3A2",
          "gene_hgnc_id": 403,
          "hgvs_c": "c.*52C>T",
          "hgvs_p": null,
          "transcript": "ENST00000578696.1",
          "protein_id": "ENSP00000464453.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 399,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ALDH3A2",
      "gene_hgnc_id": 403,
      "dbsnp": "rs140519419",
      "frequency_reference_population": 0.0000020522223,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205222,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.13524362444877625,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.107,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1169,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.49,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.025,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000176643.11",
          "gene_symbol": "ALDH3A2",
          "hgnc_id": 403,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1021C>T",
          "hgvs_p": "p.Pro341Ser"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}