← 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: 3-98791850-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 98791850,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001271145.2",
      "consequences": [
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "NM_001323368.2",
          "protein_id": "NP_001310297.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000483910.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323368.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": true,
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000483910.6",
          "protein_id": "ENSP00000417376.1",
          "transcript_support_level": 1,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001323368.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483910.6"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000394162.5",
          "protein_id": "ENSP00000377717.1",
          "transcript_support_level": 1,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394162.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000613264.5",
          "protein_id": "ENSP00000480884.2",
          "transcript_support_level": 1,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000613264.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.*563C>T",
          "hgvs_p": null,
          "transcript": "ENST00000469105.5",
          "protein_id": "ENSP00000419690.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000469105.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.*563C>T",
          "hgvs_p": null,
          "transcript": "ENST00000469105.5",
          "protein_id": "ENSP00000419690.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000469105.5"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.His309Tyr",
          "transcript": "NM_001271145.2",
          "protein_id": "NP_001258074.1",
          "transcript_support_level": null,
          "aa_start": 309,
          "aa_end": null,
          "aa_length": 384,
          "cds_start": 925,
          "cds_end": null,
          "cds_length": 1155,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001271145.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "NM_001271146.2",
          "protein_id": "NP_001258075.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001271146.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "NM_001323352.2",
          "protein_id": "NP_001310281.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323352.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "NM_001323365.2",
          "protein_id": "NP_001310294.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323365.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "NM_001323367.4",
          "protein_id": "NP_001310296.2",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323367.4"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "NM_006100.4",
          "protein_id": "NP_006091.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006100.4"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000265261.11",
          "protein_id": "ENSP00000265261.7",
          "transcript_support_level": 2,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265261.11"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881500.1",
          "protein_id": "ENSP00000551559.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881500.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881501.1",
          "protein_id": "ENSP00000551560.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881501.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881502.1",
          "protein_id": "ENSP00000551561.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881502.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881507.1",
          "protein_id": "ENSP00000551566.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881507.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881508.1",
          "protein_id": "ENSP00000551567.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881508.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881509.1",
          "protein_id": "ENSP00000551568.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881509.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881510.1",
          "protein_id": "ENSP00000551569.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881510.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881511.1",
          "protein_id": "ENSP00000551570.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881511.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881512.1",
          "protein_id": "ENSP00000551571.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881512.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881513.1",
          "protein_id": "ENSP00000551572.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881513.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881514.1",
          "protein_id": "ENSP00000551573.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881514.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881515.1",
          "protein_id": "ENSP00000551574.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881515.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881516.1",
          "protein_id": "ENSP00000551575.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881516.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881517.1",
          "protein_id": "ENSP00000551576.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881517.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881519.1",
          "protein_id": "ENSP00000551578.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881519.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881520.1",
          "protein_id": "ENSP00000551579.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881520.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881522.1",
          "protein_id": "ENSP00000551581.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881522.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881524.1",
          "protein_id": "ENSP00000551583.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881524.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881525.1",
          "protein_id": "ENSP00000551584.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881525.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881526.1",
          "protein_id": "ENSP00000551585.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881526.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881527.1",
          "protein_id": "ENSP00000551586.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881527.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000881528.1",
          "protein_id": "ENSP00000551587.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881528.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946763.1",
          "protein_id": "ENSP00000616822.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946763.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946766.1",
          "protein_id": "ENSP00000616825.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946766.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946767.1",
          "protein_id": "ENSP00000616826.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946767.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946768.1",
          "protein_id": "ENSP00000616827.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946768.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946770.1",
          "protein_id": "ENSP00000616829.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946770.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946771.1",
          "protein_id": "ENSP00000616830.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946771.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946772.1",
          "protein_id": "ENSP00000616831.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946772.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.766C>T",
          "hgvs_p": "p.His256Tyr",
          "transcript": "ENST00000946773.1",
          "protein_id": "ENSP00000616832.1",
          "transcript_support_level": null,
          "aa_start": 256,
          "aa_end": null,
          "aa_length": 331,
          "cds_start": 766,
          "cds_end": null,
          "cds_length": 996,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946773.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.His230Tyr",
          "transcript": "ENST00000881506.1",
          "protein_id": "ENSP00000551565.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 688,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881506.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.688C>T",
          "hgvs_p": "p.His230Tyr",
          "transcript": "ENST00000881523.1",
          "protein_id": "ENSP00000551582.1",
          "transcript_support_level": null,
          "aa_start": 230,
          "aa_end": null,
          "aa_length": 305,
          "cds_start": 688,
          "cds_end": null,
          "cds_length": 918,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881523.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.670C>T",
          "hgvs_p": "p.His224Tyr",
          "transcript": "ENST00000881503.1",
          "protein_id": "ENSP00000551562.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 670,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881503.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.670C>T",
          "hgvs_p": "p.His224Tyr",
          "transcript": "ENST00000881505.1",
          "protein_id": "ENSP00000551564.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 670,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881505.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.670C>T",
          "hgvs_p": "p.His224Tyr",
          "transcript": "ENST00000881518.1",
          "protein_id": "ENSP00000551577.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 670,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881518.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.670C>T",
          "hgvs_p": "p.His224Tyr",
          "transcript": "ENST00000881521.1",
          "protein_id": "ENSP00000551580.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 670,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881521.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.670C>T",
          "hgvs_p": "p.His224Tyr",
          "transcript": "ENST00000946764.1",
          "protein_id": "ENSP00000616823.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 670,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946764.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.670C>T",
          "hgvs_p": "p.His224Tyr",
          "transcript": "ENST00000946774.1",
          "protein_id": "ENSP00000616833.1",
          "transcript_support_level": null,
          "aa_start": 224,
          "aa_end": null,
          "aa_length": 299,
          "cds_start": 670,
          "cds_end": null,
          "cds_length": 900,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946774.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.598C>T",
          "hgvs_p": "p.His200Tyr",
          "transcript": "ENST00000946765.1",
          "protein_id": "ENSP00000616824.1",
          "transcript_support_level": null,
          "aa_start": 200,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 598,
          "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": "ENST00000946765.1"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.508C>T",
          "hgvs_p": "p.His170Tyr",
          "transcript": "NM_001271142.2",
          "protein_id": "NP_001258071.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001271142.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.508C>T",
          "hgvs_p": "p.His170Tyr",
          "transcript": "NM_001323360.2",
          "protein_id": "NP_001310289.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323360.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.508C>T",
          "hgvs_p": "p.His170Tyr",
          "transcript": "NM_001323366.2",
          "protein_id": "NP_001310295.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 245,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 738,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323366.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.442C>T",
          "hgvs_p": "p.His148Tyr",
          "transcript": "NM_001323358.2",
          "protein_id": "NP_001310287.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 223,
          "cds_start": 442,
          "cds_end": null,
          "cds_length": 672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323358.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.442C>T",
          "hgvs_p": "p.His148Tyr",
          "transcript": "NM_001323359.2",
          "protein_id": "NP_001310288.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 223,
          "cds_start": 442,
          "cds_end": null,
          "cds_length": 672,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323359.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.412C>T",
          "hgvs_p": "p.His138Tyr",
          "transcript": "NM_001271147.2",
          "protein_id": "NP_001258076.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 213,
          "cds_start": 412,
          "cds_end": null,
          "cds_length": 642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001271147.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.334C>T",
          "hgvs_p": "p.His112Tyr",
          "transcript": "NM_001271148.2",
          "protein_id": "NP_001258077.1",
          "transcript_support_level": null,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001271148.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.334C>T",
          "hgvs_p": "p.His112Tyr",
          "transcript": "NM_001323353.2",
          "protein_id": "NP_001310282.1",
          "transcript_support_level": null,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323353.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.334C>T",
          "hgvs_p": "p.His112Tyr",
          "transcript": "NM_001323362.2",
          "protein_id": "NP_001310291.1",
          "transcript_support_level": null,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323362.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.334C>T",
          "hgvs_p": "p.His112Tyr",
          "transcript": "NM_001323363.2",
          "protein_id": "NP_001310292.1",
          "transcript_support_level": null,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323363.2"
        },
        {
          "aa_ref": "H",
          "aa_alt": "Y",
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.334C>T",
          "hgvs_p": "p.His112Tyr",
          "transcript": "NM_001323364.2",
          "protein_id": "NP_001310293.1",
          "transcript_support_level": null,
          "aa_start": 112,
          "aa_end": null,
          "aa_length": 187,
          "cds_start": 334,
          "cds_end": null,
          "cds_length": 564,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001323364.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.757-1825C>T",
          "hgvs_p": null,
          "transcript": "ENST00000881504.1",
          "protein_id": "ENSP00000551563.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881504.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.757-1825C>T",
          "hgvs_p": null,
          "transcript": "ENST00000946769.1",
          "protein_id": "ENSP00000616828.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946769.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "c.757-1825C>T",
          "hgvs_p": null,
          "transcript": "ENST00000946775.1",
          "protein_id": "ENSP00000616834.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 280,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 843,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000946775.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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.689C>T",
          "hgvs_p": null,
          "transcript": "ENST00000462152.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": "pseudogene",
          "feature": "ENST00000462152.5"
        },
        {
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.660C>T",
          "hgvs_p": null,
          "transcript": "ENST00000477899.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": "pseudogene",
          "feature": "ENST00000477899.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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.*467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000486249.5",
          "protein_id": "ENSP00000420047.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": "ENST00000486249.5"
        },
        {
          "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": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.550C>T",
          "hgvs_p": null,
          "transcript": "ENST00000493953.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": "pseudogene",
          "feature": "ENST00000493953.1"
        },
        {
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.*467C>T",
          "hgvs_p": null,
          "transcript": "ENST00000486249.5",
          "protein_id": "ENSP00000420047.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": "ENST00000486249.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.435-1825C>T",
          "hgvs_p": null,
          "transcript": "ENST00000474595.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": "pseudogene",
          "feature": "ENST00000474595.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ST3GAL6",
          "gene_hgnc_id": 18080,
          "hgvs_c": "n.-9C>T",
          "hgvs_p": null,
          "transcript": "ENST00000491912.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": "pseudogene",
          "feature": "ENST00000491912.1"
        }
      ],
      "gene_symbol": "ST3GAL6",
      "gene_hgnc_id": 18080,
      "dbsnp": "rs780413810",
      "frequency_reference_population": 0.0000062277436,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.00000412787,
      "gnomad_genomes_af": 0.000026284,
      "gnomad_exomes_ac": 6,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5397180914878845,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.138,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2943,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.2,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.312,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 2,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2",
      "acmg_by_gene": [
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001271145.2",
          "gene_symbol": "ST3GAL6",
          "hgnc_id": 18080,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.925C>T",
          "hgvs_p": "p.His309Tyr"
        }
      ],
      "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
}