← 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: X-77969525-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 77969525,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_001029891.3",
      "consequences": [
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PGAM4",
          "gene_hgnc_id": 21731,
          "hgvs_c": "c.114G>A",
          "hgvs_p": "p.Ala38Ala",
          "transcript": "NM_001029891.3",
          "protein_id": "NP_001025062.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 114,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 114,
          "cdna_end": null,
          "cdna_length": 1690,
          "mane_select": "ENST00000458128.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 1,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PGAM4",
          "gene_hgnc_id": 21731,
          "hgvs_c": "c.114G>A",
          "hgvs_p": "p.Ala38Ala",
          "transcript": "ENST00000458128.3",
          "protein_id": "ENSP00000412189.1",
          "transcript_support_level": 6,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 114,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 114,
          "cdna_end": null,
          "cdna_length": 1690,
          "mane_select": "NM_001029891.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "NM_000052.7",
          "protein_id": "NP_000043.4",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8492,
          "mane_select": "ENST00000341514.11",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000341514.11",
          "protein_id": "ENSP00000345728.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8492,
          "mane_select": "NM_000052.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.-2117C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689872.1",
          "protein_id": "ENSP00000509373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.-2117C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689872.1",
          "protein_id": "ENSP00000509373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.-2117C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689872.1",
          "protein_id": "ENSP00000509373.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5842,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 25,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689767.1",
          "protein_id": "ENSP00000509406.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1531,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4596,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 24,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.10-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000343533.10",
          "protein_id": "ENSP00000343026.6",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1510,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4533,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 24,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685264.1",
          "protein_id": "ENSP00000510136.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 24,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686133.1",
          "protein_id": "ENSP00000509233.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5003,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 24,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687086.1",
          "protein_id": "ENSP00000509566.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1500,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5092,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686033.1",
          "protein_id": "ENSP00000510693.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1435,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4308,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "NM_001282224.2",
          "protein_id": "NP_001269153.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1422,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686543.1",
          "protein_id": "ENSP00000509477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1422,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 23,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692908.1",
          "protein_id": "ENSP00000508627.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1422,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4908,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 16,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689530.1",
          "protein_id": "ENSP00000509707.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 971,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2916,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3250,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686688.1",
          "protein_id": "ENSP00000509416.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 929,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2790,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693398.1",
          "protein_id": "ENSP00000510089.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 929,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2790,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689649.1",
          "protein_id": "ENSP00000509277.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 844,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2535,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686480.1",
          "protein_id": "ENSP00000508978.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692110.1",
          "protein_id": "ENSP00000509366.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 695,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2088,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2202,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687416.1",
          "protein_id": "ENSP00000510310.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688249.1",
          "protein_id": "ENSP00000510644.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2183,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693051.1",
          "protein_id": "ENSP00000510332.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688338.1",
          "protein_id": "ENSP00000508672.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 557,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1674,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687599.1",
          "protein_id": "ENSP00000508745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687984.1",
          "protein_id": "ENSP00000510772.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1994,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689891.1",
          "protein_id": "ENSP00000508974.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691152.1",
          "protein_id": "ENSP00000508843.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 475,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1428,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2460,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.16-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685885.1",
          "protein_id": "ENSP00000510005.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 11,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "PGK1",
          "gene_hgnc_id": 8896,
          "hgvs_c": "c.-20+58690C>T",
          "hgvs_p": null,
          "transcript": "ENST00000644362.1",
          "protein_id": "ENSP00000496140.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686896.1",
          "protein_id": "ENSP00000509538.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 70,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 721,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688165.1",
          "protein_id": "ENSP00000509828.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 70,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689731.1",
          "protein_id": "ENSP00000510791.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 70,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 913,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693167.1",
          "protein_id": "ENSP00000509601.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 70,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2839,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686050.1",
          "protein_id": "ENSP00000510562.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 52,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 706,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686464.1",
          "protein_id": "ENSP00000510468.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 52,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1818,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000642651.1",
          "protein_id": "ENSP00000495628.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 49,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 571,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645454.1",
          "protein_id": "ENSP00000496603.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 49,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 978,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000684798.1",
          "protein_id": "ENSP00000510429.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 49,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686560.1",
          "protein_id": "ENSP00000509431.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 49,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 930,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692729.1",
          "protein_id": "ENSP00000509207.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 49,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 150,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 743,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000645094.1",
          "protein_id": "ENSP00000493605.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.142-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000682742.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.142-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685208.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2316,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.98-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685434.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.334-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686416.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2474,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.120-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686515.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2605,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.291-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686999.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2834,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 3,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.98-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687082.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1094,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.283-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687325.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.81-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000687628.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 9,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.132-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688746.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5087,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688889.1",
          "protein_id": "ENSP00000508610.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2524,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 8,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.289-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000689541.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.271-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691456.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 8,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.-21-2096C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693387.1",
          "protein_id": "ENSP00000508732.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP7A",
          "gene_hgnc_id": 869,
          "hgvs_c": "n.144-2096C>T",
          "hgvs_p": null,
          "transcript": "NR_104109.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PGAM4",
      "gene_hgnc_id": 21731,
      "dbsnp": "rs1171951930",
      "frequency_reference_population": 0.000017361384,
      "hom_count_reference_population": 5,
      "allele_count_reference_population": 21,
      "gnomad_exomes_af": 0.0000164025,
      "gnomad_genomes_af": 0.0000267408,
      "gnomad_exomes_ac": 18,
      "gnomad_genomes_ac": 3,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.47999998927116394,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0.019999999552965164,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.48,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.871,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Moderate,BP7,BS2",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 11,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BP7",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001029891.3",
          "gene_symbol": "PGAM4",
          "hgnc_id": 21731,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.114G>A",
          "hgvs_p": "p.Ala38Ala"
        },
        {
          "score": -10,
          "benign_score": 10,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_000052.7",
          "gene_symbol": "ATP7A",
          "hgnc_id": 869,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "XL,AD",
          "hgvs_c": "c.-21-2096C>T",
          "hgvs_p": null
        },
        {
          "score": -10,
          "benign_score": 10,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Moderate",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000644362.1",
          "gene_symbol": "PGK1",
          "hgnc_id": 8896,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.-20+58690C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "LB:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}