← 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: 9-34649472-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 34649472,
      "ref": "T",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_000155.4",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "NM_000155.4",
          "protein_id": "NP_000146.2",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000378842.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000155.4"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "ENST00000378842.8",
          "protein_id": "ENSP00000368119.4",
          "transcript_support_level": 1,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000155.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000378842.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258728",
          "gene_hgnc_id": null,
          "hgvs_c": "c.432+1016T>G",
          "hgvs_p": null,
          "transcript": "ENST00000556278.1",
          "protein_id": "ENSP00000451792.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 279,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 842,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000556278.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.1006T>G",
          "hgvs_p": "p.Tyr336Asp",
          "transcript": "ENST00000902340.1",
          "protein_id": "ENSP00000572399.1",
          "transcript_support_level": null,
          "aa_start": 336,
          "aa_end": null,
          "aa_length": 392,
          "cds_start": 1006,
          "cds_end": null,
          "cds_length": 1179,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902340.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.994T>G",
          "hgvs_p": "p.Tyr332Asp",
          "transcript": "ENST00000902346.1",
          "protein_id": "ENSP00000572405.1",
          "transcript_support_level": null,
          "aa_start": 332,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": 994,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902346.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "ENST00000902330.1",
          "protein_id": "ENSP00000572389.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902330.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "ENST00000902331.1",
          "protein_id": "ENSP00000572390.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902331.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "ENST00000902333.1",
          "protein_id": "ENSP00000572392.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902333.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "ENST00000964991.1",
          "protein_id": "ENSP00000635050.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964991.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp",
          "transcript": "ENST00000964992.1",
          "protein_id": "ENSP00000635051.1",
          "transcript_support_level": null,
          "aa_start": 323,
          "aa_end": null,
          "aa_length": 379,
          "cds_start": 967,
          "cds_end": null,
          "cds_length": 1140,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964992.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.961T>G",
          "hgvs_p": "p.Tyr321Asp",
          "transcript": "ENST00000936127.1",
          "protein_id": "ENSP00000606186.1",
          "transcript_support_level": null,
          "aa_start": 321,
          "aa_end": null,
          "aa_length": 377,
          "cds_start": 961,
          "cds_end": null,
          "cds_length": 1134,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936127.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.955T>G",
          "hgvs_p": "p.Tyr319Asp",
          "transcript": "ENST00000902332.1",
          "protein_id": "ENSP00000572391.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 955,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902332.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.955T>G",
          "hgvs_p": "p.Tyr319Asp",
          "transcript": "ENST00000902336.1",
          "protein_id": "ENSP00000572395.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 955,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902336.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.955T>G",
          "hgvs_p": "p.Tyr319Asp",
          "transcript": "ENST00000902344.1",
          "protein_id": "ENSP00000572403.1",
          "transcript_support_level": null,
          "aa_start": 319,
          "aa_end": null,
          "aa_length": 375,
          "cds_start": 955,
          "cds_end": null,
          "cds_length": 1128,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902344.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.910T>G",
          "hgvs_p": "p.Tyr304Asp",
          "transcript": "ENST00000902337.1",
          "protein_id": "ENSP00000572396.1",
          "transcript_support_level": null,
          "aa_start": 304,
          "aa_end": null,
          "aa_length": 360,
          "cds_start": 910,
          "cds_end": null,
          "cds_length": 1083,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902337.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.898T>G",
          "hgvs_p": "p.Tyr300Asp",
          "transcript": "ENST00000902339.1",
          "protein_id": "ENSP00000572398.1",
          "transcript_support_level": null,
          "aa_start": 300,
          "aa_end": null,
          "aa_length": 356,
          "cds_start": 898,
          "cds_end": null,
          "cds_length": 1071,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902339.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.883T>G",
          "hgvs_p": "p.Tyr295Asp",
          "transcript": "ENST00000902334.1",
          "protein_id": "ENSP00000572393.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 883,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902334.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.883T>G",
          "hgvs_p": "p.Tyr295Asp",
          "transcript": "ENST00000964993.1",
          "protein_id": "ENSP00000635052.1",
          "transcript_support_level": null,
          "aa_start": 295,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 883,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964993.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.871T>G",
          "hgvs_p": "p.Tyr291Asp",
          "transcript": "ENST00000902347.1",
          "protein_id": "ENSP00000572406.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 347,
          "cds_start": 871,
          "cds_end": null,
          "cds_length": 1044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902347.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.844T>G",
          "hgvs_p": "p.Tyr282Asp",
          "transcript": "ENST00000902335.1",
          "protein_id": "ENSP00000572394.1",
          "transcript_support_level": null,
          "aa_start": 282,
          "aa_end": null,
          "aa_length": 338,
          "cds_start": 844,
          "cds_end": null,
          "cds_length": 1017,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902335.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.832T>G",
          "hgvs_p": "p.Tyr278Asp",
          "transcript": "ENST00000902341.1",
          "protein_id": "ENSP00000572400.1",
          "transcript_support_level": null,
          "aa_start": 278,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 832,
          "cds_end": null,
          "cds_length": 1005,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902341.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.826T>G",
          "hgvs_p": "p.Tyr276Asp",
          "transcript": "ENST00000902348.1",
          "protein_id": "ENSP00000572407.1",
          "transcript_support_level": null,
          "aa_start": 276,
          "aa_end": null,
          "aa_length": 332,
          "cds_start": 826,
          "cds_end": null,
          "cds_length": 999,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902348.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.760T>G",
          "hgvs_p": "p.Tyr254Asp",
          "transcript": "ENST00000902338.1",
          "protein_id": "ENSP00000572397.1",
          "transcript_support_level": null,
          "aa_start": 254,
          "aa_end": null,
          "aa_length": 310,
          "cds_start": 760,
          "cds_end": null,
          "cds_length": 933,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902338.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.748T>G",
          "hgvs_p": "p.Tyr250Asp",
          "transcript": "ENST00000964995.1",
          "protein_id": "ENSP00000635054.1",
          "transcript_support_level": null,
          "aa_start": 250,
          "aa_end": null,
          "aa_length": 306,
          "cds_start": 748,
          "cds_end": null,
          "cds_length": 921,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964995.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.712T>G",
          "hgvs_p": "p.Tyr238Asp",
          "transcript": "ENST00000902342.1",
          "protein_id": "ENSP00000572401.1",
          "transcript_support_level": null,
          "aa_start": 238,
          "aa_end": null,
          "aa_length": 294,
          "cds_start": 712,
          "cds_end": null,
          "cds_length": 885,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902342.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.700T>G",
          "hgvs_p": "p.Tyr234Asp",
          "transcript": "ENST00000902343.1",
          "protein_id": "ENSP00000572402.1",
          "transcript_support_level": null,
          "aa_start": 234,
          "aa_end": null,
          "aa_length": 290,
          "cds_start": 700,
          "cds_end": null,
          "cds_length": 873,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902343.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.655T>G",
          "hgvs_p": "p.Tyr219Asp",
          "transcript": "ENST00000902345.1",
          "protein_id": "ENSP00000572404.1",
          "transcript_support_level": null,
          "aa_start": 219,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 655,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902345.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.640T>G",
          "hgvs_p": "p.Tyr214Asp",
          "transcript": "NM_001258332.2",
          "protein_id": "NP_001245261.1",
          "transcript_support_level": null,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 640,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001258332.2"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.640T>G",
          "hgvs_p": "p.Tyr214Asp",
          "transcript": "ENST00000450095.6",
          "protein_id": "ENSP00000401956.2",
          "transcript_support_level": 2,
          "aa_start": 214,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": 640,
          "cds_end": null,
          "cds_length": 813,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000450095.6"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.628T>G",
          "hgvs_p": "p.Tyr210Asp",
          "transcript": "ENST00000964994.1",
          "protein_id": "ENSP00000635053.1",
          "transcript_support_level": null,
          "aa_start": 210,
          "aa_end": null,
          "aa_length": 266,
          "cds_start": 628,
          "cds_end": null,
          "cds_length": 801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964994.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "D",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "c.577T>G",
          "hgvs_p": "p.Tyr193Asp",
          "transcript": "ENST00000964996.1",
          "protein_id": "ENSP00000635055.1",
          "transcript_support_level": null,
          "aa_start": 193,
          "aa_end": null,
          "aa_length": 249,
          "cds_start": 577,
          "cds_end": null,
          "cds_length": 750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000964996.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.551T>G",
          "hgvs_p": null,
          "transcript": "ENST00000488412.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000488412.2"
        },
        {
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.1375T>G",
          "hgvs_p": null,
          "transcript": "ENST00000489643.6",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000489643.6"
        },
        {
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.*587T>G",
          "hgvs_p": null,
          "transcript": "ENST00000554550.5",
          "protein_id": "ENSP00000451435.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000554550.5"
        },
        {
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.1439T>G",
          "hgvs_p": null,
          "transcript": "ENST00000554638.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000554638.5"
        },
        {
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.1756T>G",
          "hgvs_p": null,
          "transcript": "ENST00000555020.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000555020.5"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.415T>G",
          "hgvs_p": null,
          "transcript": "ENST00000555754.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000555754.1"
        },
        {
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.1542T>G",
          "hgvs_p": null,
          "transcript": "ENST00000557706.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000557706.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258728",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*555T>G",
          "hgvs_p": null,
          "transcript": "ENST00000691183.1",
          "protein_id": "ENSP00000509954.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000691183.1"
        },
        {
          "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": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GALT",
          "gene_hgnc_id": 4135,
          "hgvs_c": "n.*587T>G",
          "hgvs_p": null,
          "transcript": "ENST00000554550.5",
          "protein_id": "ENSP00000451435.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000554550.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000258728",
          "gene_hgnc_id": null,
          "hgvs_c": "n.*555T>G",
          "hgvs_p": null,
          "transcript": "ENST00000691183.1",
          "protein_id": "ENSP00000509954.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000691183.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000294190",
          "gene_hgnc_id": null,
          "hgvs_c": "n.126+2437A>C",
          "hgvs_p": null,
          "transcript": "ENST00000721802.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000721802.1"
        }
      ],
      "gene_symbol": "GALT",
      "gene_hgnc_id": 4135,
      "dbsnp": "rs111033796",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.9938115477561951,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.05999999865889549,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.985,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.8815,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.55,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 4.188,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.06,
      "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": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Strong",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP2",
            "PP3_Strong"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_000155.4",
          "gene_symbol": "GALT",
          "hgnc_id": 4135,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.967T>G",
          "hgvs_p": "p.Tyr323Asp"
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000556278.1",
          "gene_symbol": "ENSG00000258728",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.432+1016T>G",
          "hgvs_p": null
        },
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PP3_Strong"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000721802.1",
          "gene_symbol": "ENSG00000294190",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.126+2437A>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}