← 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: 7-7234380-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 7234380,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_020156.5",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "NM_020156.5",
          "protein_id": "NP_064541.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000436587.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020156.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000436587.7",
          "protein_id": "ENSP00000389176.2",
          "transcript_support_level": 5,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_020156.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000436587.7"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000223122.4",
          "protein_id": "ENSP00000223122.2",
          "transcript_support_level": 1,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000223122.4"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000402468.3",
          "protein_id": "ENSP00000384550.3",
          "transcript_support_level": 1,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 309,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 930,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000402468.3"
        },
        {
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "n.269C>A",
          "hgvs_p": null,
          "transcript": "ENST00000476068.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": "ENST00000476068.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910742.1",
          "protein_id": "ENSP00000580801.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910742.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910743.1",
          "protein_id": "ENSP00000580802.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910743.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910744.1",
          "protein_id": "ENSP00000580803.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910744.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910745.1",
          "protein_id": "ENSP00000580804.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910745.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910746.1",
          "protein_id": "ENSP00000580805.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910746.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910747.1",
          "protein_id": "ENSP00000580806.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910747.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910748.1",
          "protein_id": "ENSP00000580807.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910748.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910749.1",
          "protein_id": "ENSP00000580808.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910749.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910750.1",
          "protein_id": "ENSP00000580809.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910750.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910751.1",
          "protein_id": "ENSP00000580810.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910751.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910752.1",
          "protein_id": "ENSP00000580811.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910752.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910753.1",
          "protein_id": "ENSP00000580812.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910753.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910754.1",
          "protein_id": "ENSP00000580813.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910754.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910755.1",
          "protein_id": "ENSP00000580814.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910755.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910756.1",
          "protein_id": "ENSP00000580815.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910756.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910757.1",
          "protein_id": "ENSP00000580816.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910757.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910758.1",
          "protein_id": "ENSP00000580817.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910758.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910759.1",
          "protein_id": "ENSP00000580818.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910759.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910760.1",
          "protein_id": "ENSP00000580819.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910760.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910761.1",
          "protein_id": "ENSP00000580820.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910761.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910762.1",
          "protein_id": "ENSP00000580821.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910762.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910763.1",
          "protein_id": "ENSP00000580822.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910763.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910764.1",
          "protein_id": "ENSP00000580823.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910764.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910765.1",
          "protein_id": "ENSP00000580824.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910765.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910766.1",
          "protein_id": "ENSP00000580825.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910766.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910767.1",
          "protein_id": "ENSP00000580826.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910767.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000910768.1",
          "protein_id": "ENSP00000580827.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000910768.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933051.1",
          "protein_id": "ENSP00000603110.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933051.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933052.1",
          "protein_id": "ENSP00000603111.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933052.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933053.1",
          "protein_id": "ENSP00000603112.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933053.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933054.1",
          "protein_id": "ENSP00000603113.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933054.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933055.1",
          "protein_id": "ENSP00000603114.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933055.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933056.1",
          "protein_id": "ENSP00000603115.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933056.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933057.1",
          "protein_id": "ENSP00000603116.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933057.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933058.1",
          "protein_id": "ENSP00000603117.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933058.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933059.1",
          "protein_id": "ENSP00000603118.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933059.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933060.1",
          "protein_id": "ENSP00000603119.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933060.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933061.1",
          "protein_id": "ENSP00000603120.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933061.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933062.1",
          "protein_id": "ENSP00000603121.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933062.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933063.1",
          "protein_id": "ENSP00000603122.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933063.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933064.1",
          "protein_id": "ENSP00000603123.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933064.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933065.1",
          "protein_id": "ENSP00000603124.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933065.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000933066.1",
          "protein_id": "ENSP00000603125.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933066.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000952097.1",
          "protein_id": "ENSP00000622156.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000952097.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "ENST00000429911.5",
          "protein_id": "ENSP00000407666.1",
          "transcript_support_level": 5,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 130,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 394,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000429911.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_011515456.3",
          "protein_id": "XP_011513758.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011515456.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_017012442.2",
          "protein_id": "XP_016867931.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012442.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_017012444.2",
          "protein_id": "XP_016867933.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012444.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_017012445.2",
          "protein_id": "XP_016867934.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012445.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_017012448.1",
          "protein_id": "XP_016867937.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017012448.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_024446838.2",
          "protein_id": "XP_024302606.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024446838.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420617.1",
          "protein_id": "XP_047276573.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420617.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420618.1",
          "protein_id": "XP_047276574.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420618.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420619.1",
          "protein_id": "XP_047276575.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420619.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420620.1",
          "protein_id": "XP_047276576.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420620.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420621.1",
          "protein_id": "XP_047276577.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420621.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420622.1",
          "protein_id": "XP_047276578.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420622.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile",
          "transcript": "XM_047420623.1",
          "protein_id": "XP_047276579.1",
          "transcript_support_level": null,
          "aa_start": 21,
          "aa_end": null,
          "aa_length": 363,
          "cds_start": 61,
          "cds_end": null,
          "cds_length": 1092,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047420623.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "C1GALT1",
          "gene_hgnc_id": 24337,
          "hgvs_c": "c.-2059C>A",
          "hgvs_p": null,
          "transcript": "XM_047420624.1",
          "protein_id": "XP_047276580.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 270,
          "cds_start": null,
          "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": "XM_047420624.1"
        }
      ],
      "gene_symbol": "C1GALT1",
      "gene_hgnc_id": 24337,
      "dbsnp": "rs773866551",
      "frequency_reference_population": 0.000004104849,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 6,
      "gnomad_exomes_af": 0.00000410485,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.029774516820907593,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.021,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0638,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.48,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.246,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_020156.5",
          "gene_symbol": "C1GALT1",
          "hgnc_id": 24337,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.61C>A",
          "hgvs_p": "p.Leu21Ile"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}