← 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: 19-48135713-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 48135713,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_000234.3",
      "consequences": [
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "NM_000234.3",
          "protein_id": "NP_000225.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000263274.12",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_000234.3"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000263274.12",
          "protein_id": "ENSP00000263274.6",
          "transcript_support_level": 1,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_000234.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000263274.12"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1487A>G",
          "hgvs_p": null,
          "transcript": "ENST00000594759.5",
          "protein_id": "ENSP00000471380.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": "ENST00000594759.5"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1592A>G",
          "hgvs_p": "p.Glu531Gly",
          "transcript": "ENST00000916675.1",
          "protein_id": "ENSP00000586734.1",
          "transcript_support_level": null,
          "aa_start": 531,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": 1592,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916675.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000699868.1",
          "protein_id": "ENSP00000514664.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699868.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000884164.1",
          "protein_id": "ENSP00000554222.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884164.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000916664.1",
          "protein_id": "ENSP00000586723.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916664.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "NM_001320970.2",
          "protein_id": "NP_001307899.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320970.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000699866.1",
          "protein_id": "ENSP00000514663.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699866.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000699875.1",
          "protein_id": "ENSP00000514671.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699875.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000916667.1",
          "protein_id": "ENSP00000586726.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916667.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000916672.1",
          "protein_id": "ENSP00000586731.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916672.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000968338.1",
          "protein_id": "ENSP00000638397.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968338.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000968339.1",
          "protein_id": "ENSP00000638398.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968339.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1484A>G",
          "hgvs_p": "p.Glu495Gly",
          "transcript": "ENST00000884159.1",
          "protein_id": "ENSP00000554218.1",
          "transcript_support_level": null,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 1484,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884159.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1484A>G",
          "hgvs_p": "p.Glu495Gly",
          "transcript": "ENST00000916666.1",
          "protein_id": "ENSP00000586725.1",
          "transcript_support_level": null,
          "aa_start": 495,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 1484,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916666.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000916674.1",
          "protein_id": "ENSP00000586733.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916674.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1481A>G",
          "hgvs_p": "p.Glu494Gly",
          "transcript": "ENST00000884161.1",
          "protein_id": "ENSP00000554220.1",
          "transcript_support_level": null,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 1481,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884161.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000884160.1",
          "protein_id": "ENSP00000554219.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 901,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2706,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884160.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000916679.1",
          "protein_id": "ENSP00000586738.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 901,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2706,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916679.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1400A>G",
          "hgvs_p": "p.Glu467Gly",
          "transcript": "NM_001320971.2",
          "protein_id": "NP_001307900.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001320971.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1400A>G",
          "hgvs_p": "p.Glu467Gly",
          "transcript": "ENST00000699874.1",
          "protein_id": "ENSP00000514670.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699874.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1400A>G",
          "hgvs_p": "p.Glu467Gly",
          "transcript": "ENST00000968336.1",
          "protein_id": "ENSP00000638395.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968336.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1400A>G",
          "hgvs_p": "p.Glu467Gly",
          "transcript": "ENST00000968337.1",
          "protein_id": "ENSP00000638396.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000968337.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1397A>G",
          "hgvs_p": "p.Glu466Gly",
          "transcript": "NM_001289063.2",
          "protein_id": "NP_001275992.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289063.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1397A>G",
          "hgvs_p": "p.Glu466Gly",
          "transcript": "ENST00000427526.6",
          "protein_id": "ENSP00000442841.1",
          "transcript_support_level": 2,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000427526.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1397A>G",
          "hgvs_p": "p.Glu466Gly",
          "transcript": "ENST00000916665.1",
          "protein_id": "ENSP00000586724.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916665.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000916669.1",
          "protein_id": "ENSP00000586728.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916669.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1394A>G",
          "hgvs_p": "p.Glu465Gly",
          "transcript": "ENST00000916670.1",
          "protein_id": "ENSP00000586729.1",
          "transcript_support_level": null,
          "aa_start": 465,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 1394,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916670.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1391A>G",
          "hgvs_p": "p.Glu464Gly",
          "transcript": "ENST00000699871.1",
          "protein_id": "ENSP00000514667.1",
          "transcript_support_level": null,
          "aa_start": 464,
          "aa_end": null,
          "aa_length": 886,
          "cds_start": 1391,
          "cds_end": null,
          "cds_length": 2661,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699871.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1382A>G",
          "hgvs_p": "p.Glu461Gly",
          "transcript": "ENST00000884157.1",
          "protein_id": "ENSP00000554216.1",
          "transcript_support_level": null,
          "aa_start": 461,
          "aa_end": null,
          "aa_length": 883,
          "cds_start": 1382,
          "cds_end": null,
          "cds_length": 2652,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884157.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1379A>G",
          "hgvs_p": "p.Glu460Gly",
          "transcript": "ENST00000916680.1",
          "protein_id": "ENSP00000586739.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": 1379,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916680.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1352A>G",
          "hgvs_p": "p.Glu451Gly",
          "transcript": "ENST00000884162.1",
          "protein_id": "ENSP00000554221.1",
          "transcript_support_level": null,
          "aa_start": 451,
          "aa_end": null,
          "aa_length": 873,
          "cds_start": 1352,
          "cds_end": null,
          "cds_length": 2622,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884162.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000916668.1",
          "protein_id": "ENSP00000586727.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 870,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2613,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916668.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "ENST00000884156.1",
          "protein_id": "ENSP00000554215.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 868,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 2607,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884156.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1487A>G",
          "hgvs_p": "p.Glu496Gly",
          "transcript": "ENST00000699877.1",
          "protein_id": "ENSP00000514672.1",
          "transcript_support_level": null,
          "aa_start": 496,
          "aa_end": null,
          "aa_length": 867,
          "cds_start": 1487,
          "cds_end": null,
          "cds_length": 2604,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699877.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1397A>G",
          "hgvs_p": "p.Glu466Gly",
          "transcript": "ENST00000916676.1",
          "protein_id": "ENSP00000586735.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 856,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2571,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916676.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1292A>G",
          "hgvs_p": "p.Glu431Gly",
          "transcript": "ENST00000916671.1",
          "protein_id": "ENSP00000586730.1",
          "transcript_support_level": null,
          "aa_start": 431,
          "aa_end": null,
          "aa_length": 853,
          "cds_start": 1292,
          "cds_end": null,
          "cds_length": 2562,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916671.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Glu429Gly",
          "transcript": "NM_001289064.2",
          "protein_id": "NP_001275993.1",
          "transcript_support_level": null,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001289064.2"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1286A>G",
          "hgvs_p": "p.Glu429Gly",
          "transcript": "ENST00000596549.6",
          "protein_id": "ENSP00000471861.2",
          "transcript_support_level": 4,
          "aa_start": 429,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 1286,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000596549.6"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1382A>G",
          "hgvs_p": "p.Glu461Gly",
          "transcript": "ENST00000916678.1",
          "protein_id": "ENSP00000586737.1",
          "transcript_support_level": null,
          "aa_start": 461,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 1382,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916678.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1382A>G",
          "hgvs_p": "p.Glu461Gly",
          "transcript": "ENST00000884158.1",
          "protein_id": "ENSP00000554217.1",
          "transcript_support_level": null,
          "aa_start": 461,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 1382,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000884158.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1400A>G",
          "hgvs_p": "p.Glu467Gly",
          "transcript": "ENST00000916681.1",
          "protein_id": "ENSP00000586740.1",
          "transcript_support_level": null,
          "aa_start": 467,
          "aa_end": null,
          "aa_length": 838,
          "cds_start": 1400,
          "cds_end": null,
          "cds_length": 2517,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916681.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1397A>G",
          "hgvs_p": "p.Glu466Gly",
          "transcript": "ENST00000916673.1",
          "protein_id": "ENSP00000586732.1",
          "transcript_support_level": null,
          "aa_start": 466,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 1397,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916673.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1382A>G",
          "hgvs_p": "p.Glu461Gly",
          "transcript": "ENST00000916677.1",
          "protein_id": "ENSP00000586736.1",
          "transcript_support_level": null,
          "aa_start": 461,
          "aa_end": null,
          "aa_length": 832,
          "cds_start": 1382,
          "cds_end": null,
          "cds_length": 2499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916677.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.569A>G",
          "hgvs_p": "p.Glu190Gly",
          "transcript": "XM_047438833.1",
          "protein_id": "XP_047294789.1",
          "transcript_support_level": null,
          "aa_start": 190,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 569,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438833.1"
        },
        {
          "aa_ref": "E",
          "aa_alt": "G",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly",
          "transcript": "XM_047438834.1",
          "protein_id": "XP_047294790.1",
          "transcript_support_level": null,
          "aa_start": 497,
          "aa_end": null,
          "aa_length": 529,
          "cds_start": 1490,
          "cds_end": null,
          "cds_length": 1590,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438834.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1246A>G",
          "hgvs_p": null,
          "transcript": "ENST00000594067.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000594067.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.*634A>G",
          "hgvs_p": null,
          "transcript": "ENST00000596672.6",
          "protein_id": "ENSP00000472331.2",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000596672.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.2255A>G",
          "hgvs_p": null,
          "transcript": "ENST00000597901.2",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": "ENST00000597901.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1490A>G",
          "hgvs_p": null,
          "transcript": "ENST00000601091.5",
          "protein_id": "ENSP00000471836.1",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000601091.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1507A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699867.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699867.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1397A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699869.1",
          "protein_id": "ENSP00000514665.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699869.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1382A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699870.1",
          "protein_id": "ENSP00000514666.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699870.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.*1259A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699872.1",
          "protein_id": "ENSP00000514668.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699872.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1400A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699873.1",
          "protein_id": "ENSP00000514669.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699873.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1858A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699876.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699876.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1487A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699878.1",
          "protein_id": "ENSP00000514673.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699878.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1648A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699879.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000699879.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1648A>G",
          "hgvs_p": null,
          "transcript": "NR_110296.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_110296.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1651A>G",
          "hgvs_p": null,
          "transcript": "NR_135497.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135497.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1566A>G",
          "hgvs_p": null,
          "transcript": "NR_135498.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135498.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1561A>G",
          "hgvs_p": null,
          "transcript": "NR_135499.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135499.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1828A>G",
          "hgvs_p": null,
          "transcript": "NR_135500.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135500.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.1558A>G",
          "hgvs_p": null,
          "transcript": "NR_135501.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_135501.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.*634A>G",
          "hgvs_p": null,
          "transcript": "ENST00000596672.6",
          "protein_id": "ENSP00000472331.2",
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000596672.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LIG1",
          "gene_hgnc_id": 6598,
          "hgvs_c": "n.*1259A>G",
          "hgvs_p": null,
          "transcript": "ENST00000699872.1",
          "protein_id": "ENSP00000514668.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000699872.1"
        }
      ],
      "gene_symbol": "LIG1",
      "gene_hgnc_id": 6598,
      "dbsnp": "rs74929288",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": 0.0000205264,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 30,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.011004477739334106,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.159,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2378,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.36,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 5.59,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.03,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -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_000234.3",
          "gene_symbol": "LIG1",
          "hgnc_id": 6598,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1490A>G",
          "hgvs_p": "p.Glu497Gly"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.