← 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: 13-51937503-GATGGCCACATCCGTGCCGGTGCCA-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "13",
      "pos": 51937503,
      "ref": "GATGGCCACATCCGTGCCGGTGCCA",
      "alt": "G",
      "effect": "disruptive_inframe_deletion",
      "transcript": "ENST00000242839.10",
      "consequences": [
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3852_3875delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1285_Ile1292del",
          "transcript": "NM_000053.4",
          "protein_id": "NP_000044.2",
          "transcript_support_level": null,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1465,
          "cds_start": 3852,
          "cds_end": null,
          "cds_length": 4398,
          "cdna_start": 3988,
          "cdna_end": null,
          "cdna_length": 6598,
          "mane_select": "ENST00000242839.10",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3852_3875delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1285_Ile1292del",
          "transcript": "ENST00000242839.10",
          "protein_id": "ENSP00000242839.5",
          "transcript_support_level": 1,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1465,
          "cds_start": 3852,
          "cds_end": null,
          "cds_length": 4398,
          "cdna_start": 3988,
          "cdna_end": null,
          "cdna_length": 6598,
          "mane_select": "NM_000053.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3708_3731delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1237_Ile1244del",
          "transcript": "ENST00000634844.1",
          "protein_id": "ENSP00000489398.1",
          "transcript_support_level": 1,
          "aa_start": 1236,
          "aa_end": null,
          "aa_length": 1417,
          "cds_start": 3708,
          "cds_end": null,
          "cds_length": 4254,
          "cdna_start": 3805,
          "cdna_end": null,
          "cdna_length": 4398,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3657_3680delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1220_Ile1227del",
          "transcript": "ENST00000418097.7",
          "protein_id": "ENSP00000393343.2",
          "transcript_support_level": 1,
          "aa_start": 1219,
          "aa_end": null,
          "aa_length": 1400,
          "cds_start": 3657,
          "cds_end": null,
          "cds_length": 4203,
          "cdna_start": 3754,
          "cdna_end": null,
          "cdna_length": 4340,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3600_3623delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1201_Ile1208del",
          "transcript": "ENST00000448424.7",
          "protein_id": "ENSP00000416738.3",
          "transcript_support_level": 1,
          "aa_start": 1200,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 3600,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 3876,
          "cdna_end": null,
          "cdna_length": 6451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3519_3542delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1174_Ile1181del",
          "transcript": "ENST00000400366.6",
          "protein_id": "ENSP00000383217.3",
          "transcript_support_level": 1,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1354,
          "cds_start": 3519,
          "cds_end": null,
          "cds_length": 4065,
          "cdna_start": 3542,
          "cdna_end": null,
          "cdna_length": 4065,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.2562_2585delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly855_Ile862del",
          "transcript": "ENST00000400370.8",
          "protein_id": "ENSP00000383221.3",
          "transcript_support_level": 1,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": 2562,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": 2659,
          "cdna_end": null,
          "cdna_length": 3252,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.*953_*976delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000634308.1",
          "protein_id": "ENSP00000489234.1",
          "transcript_support_level": 1,
          "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": 4321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.4596_4619delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000634620.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 5653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.3197_3220delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000634810.1",
          "protein_id": null,
          "transcript_support_level": 1,
          "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": 5825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.*953_*976delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000634308.1",
          "protein_id": "ENSP00000489234.1",
          "transcript_support_level": 1,
          "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": 4321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3852_3875delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1285_Ile1292del",
          "transcript": "NM_001406511.1",
          "protein_id": "NP_001393440.1",
          "transcript_support_level": null,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1465,
          "cds_start": 3852,
          "cds_end": null,
          "cds_length": 4398,
          "cdna_start": 4042,
          "cdna_end": null,
          "cdna_length": 6652,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3852_3875delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1285_Ile1292del",
          "transcript": "NM_001406512.1",
          "protein_id": "NP_001393441.1",
          "transcript_support_level": null,
          "aa_start": 1284,
          "aa_end": null,
          "aa_length": 1465,
          "cds_start": 3852,
          "cds_end": null,
          "cds_length": 4398,
          "cdna_start": 4281,
          "cdna_end": null,
          "cdna_length": 6891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3846_3869delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1283_Ile1290del",
          "transcript": "NM_001406513.1",
          "protein_id": "NP_001393442.1",
          "transcript_support_level": null,
          "aa_start": 1282,
          "aa_end": null,
          "aa_length": 1463,
          "cds_start": 3846,
          "cds_end": null,
          "cds_length": 4392,
          "cdna_start": 4036,
          "cdna_end": null,
          "cdna_length": 6646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3819_3842delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1274_Ile1281del",
          "transcript": "NM_001406514.1",
          "protein_id": "NP_001393443.1",
          "transcript_support_level": null,
          "aa_start": 1273,
          "aa_end": null,
          "aa_length": 1454,
          "cds_start": 3819,
          "cds_end": null,
          "cds_length": 4365,
          "cdna_start": 3955,
          "cdna_end": null,
          "cdna_length": 6565,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3798_3821delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1267_Ile1274del",
          "transcript": "NM_001406515.1",
          "protein_id": "NP_001393444.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": 3798,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": 3934,
          "cdna_end": null,
          "cdna_length": 6544,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3798_3821delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1267_Ile1274del",
          "transcript": "NM_001406516.1",
          "protein_id": "NP_001393445.1",
          "transcript_support_level": null,
          "aa_start": 1266,
          "aa_end": null,
          "aa_length": 1447,
          "cds_start": 3798,
          "cds_end": null,
          "cds_length": 4344,
          "cdna_start": 4227,
          "cdna_end": null,
          "cdna_length": 6837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3756_3779delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1253_Ile1260del",
          "transcript": "NM_001406517.1",
          "protein_id": "NP_001393446.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1433,
          "cds_start": 3756,
          "cds_end": null,
          "cds_length": 4302,
          "cdna_start": 3892,
          "cdna_end": null,
          "cdna_length": 6502,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3756_3779delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1253_Ile1260del",
          "transcript": "NM_001406518.1",
          "protein_id": "NP_001393447.1",
          "transcript_support_level": null,
          "aa_start": 1252,
          "aa_end": null,
          "aa_length": 1433,
          "cds_start": 3756,
          "cds_end": null,
          "cds_length": 4302,
          "cdna_start": 4079,
          "cdna_end": null,
          "cdna_length": 6689,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3717_3740delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1240_Ile1247del",
          "transcript": "NM_001406519.1",
          "protein_id": "NP_001393448.1",
          "transcript_support_level": null,
          "aa_start": 1239,
          "aa_end": null,
          "aa_length": 1420,
          "cds_start": 3717,
          "cds_end": null,
          "cds_length": 4263,
          "cdna_start": 3853,
          "cdna_end": null,
          "cdna_length": 6463,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3708_3731delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1237_Ile1244del",
          "transcript": "NM_001406520.1",
          "protein_id": "NP_001393449.1",
          "transcript_support_level": null,
          "aa_start": 1236,
          "aa_end": null,
          "aa_length": 1417,
          "cds_start": 3708,
          "cds_end": null,
          "cds_length": 4254,
          "cdna_start": 3844,
          "cdna_end": null,
          "cdna_length": 6454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3708_3731delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1237_Ile1244del",
          "transcript": "NM_001406521.1",
          "protein_id": "NP_001393450.1",
          "transcript_support_level": null,
          "aa_start": 1236,
          "aa_end": null,
          "aa_length": 1417,
          "cds_start": 3708,
          "cds_end": null,
          "cds_length": 4254,
          "cdna_start": 3898,
          "cdna_end": null,
          "cdna_length": 6508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3708_3731delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1237_Ile1244del",
          "transcript": "NM_001406522.1",
          "protein_id": "NP_001393451.1",
          "transcript_support_level": null,
          "aa_start": 1236,
          "aa_end": null,
          "aa_length": 1417,
          "cds_start": 3708,
          "cds_end": null,
          "cds_length": 4254,
          "cdna_start": 4137,
          "cdna_end": null,
          "cdna_length": 6747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3675_3698delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1226_Ile1233del",
          "transcript": "NM_001406524.1",
          "protein_id": "NP_001393453.1",
          "transcript_support_level": null,
          "aa_start": 1225,
          "aa_end": null,
          "aa_length": 1406,
          "cds_start": 3675,
          "cds_end": null,
          "cds_length": 4221,
          "cdna_start": 3811,
          "cdna_end": null,
          "cdna_length": 6421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3669_3692delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1224_Ile1231del",
          "transcript": "NM_001406523.1",
          "protein_id": "NP_001393452.1",
          "transcript_support_level": null,
          "aa_start": 1223,
          "aa_end": null,
          "aa_length": 1404,
          "cds_start": 3669,
          "cds_end": null,
          "cds_length": 4215,
          "cdna_start": 3805,
          "cdna_end": null,
          "cdna_length": 6415,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3657_3680delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1220_Ile1227del",
          "transcript": "NM_001406525.1",
          "protein_id": "NP_001393454.1",
          "transcript_support_level": null,
          "aa_start": 1219,
          "aa_end": null,
          "aa_length": 1400,
          "cds_start": 3657,
          "cds_end": null,
          "cds_length": 4203,
          "cdna_start": 3793,
          "cdna_end": null,
          "cdna_length": 6403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3618_3641delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1207_Ile1214del",
          "transcript": "NM_001330578.2",
          "protein_id": "NP_001317507.1",
          "transcript_support_level": null,
          "aa_start": 1206,
          "aa_end": null,
          "aa_length": 1387,
          "cds_start": 3618,
          "cds_end": null,
          "cds_length": 4164,
          "cdna_start": 3754,
          "cdna_end": null,
          "cdna_length": 6364,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3618_3641delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1207_Ile1214del",
          "transcript": "NM_001406527.1",
          "protein_id": "NP_001393456.1",
          "transcript_support_level": null,
          "aa_start": 1206,
          "aa_end": null,
          "aa_length": 1387,
          "cds_start": 3618,
          "cds_end": null,
          "cds_length": 4164,
          "cdna_start": 3808,
          "cdna_end": null,
          "cdna_length": 6418,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3618_3641delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1207_Ile1214del",
          "transcript": "NM_001406528.1",
          "protein_id": "NP_001393457.1",
          "transcript_support_level": null,
          "aa_start": 1206,
          "aa_end": null,
          "aa_length": 1387,
          "cds_start": 3618,
          "cds_end": null,
          "cds_length": 4164,
          "cdna_start": 3992,
          "cdna_end": null,
          "cdna_length": 6602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3618_3641delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1207_Ile1214del",
          "transcript": "ENST00000673772.1",
          "protein_id": "ENSP00000501168.1",
          "transcript_support_level": null,
          "aa_start": 1206,
          "aa_end": null,
          "aa_length": 1387,
          "cds_start": 3618,
          "cds_end": null,
          "cds_length": 4164,
          "cdna_start": 3715,
          "cdna_end": null,
          "cdna_length": 4308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3612_3635delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1205_Ile1212del",
          "transcript": "NM_001406530.1",
          "protein_id": "NP_001393459.1",
          "transcript_support_level": null,
          "aa_start": 1204,
          "aa_end": null,
          "aa_length": 1385,
          "cds_start": 3612,
          "cds_end": null,
          "cds_length": 4158,
          "cdna_start": 3748,
          "cdna_end": null,
          "cdna_length": 6358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3600_3623delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1201_Ile1208del",
          "transcript": "NM_001330579.2",
          "protein_id": "NP_001317508.1",
          "transcript_support_level": null,
          "aa_start": 1200,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 3600,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 3736,
          "cdna_end": null,
          "cdna_length": 6346,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3600_3623delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1201_Ile1208del",
          "transcript": "NM_001406531.1",
          "protein_id": "NP_001393460.1",
          "transcript_support_level": null,
          "aa_start": 1200,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 3600,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 3790,
          "cdna_end": null,
          "cdna_length": 6400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3600_3623delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1201_Ile1208del",
          "transcript": "NM_001406532.1",
          "protein_id": "NP_001393461.1",
          "transcript_support_level": null,
          "aa_start": 1200,
          "aa_end": null,
          "aa_length": 1381,
          "cds_start": 3600,
          "cds_end": null,
          "cds_length": 4146,
          "cdna_start": 4213,
          "cdna_end": null,
          "cdna_length": 6823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3564_3587delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1189_Ile1196del",
          "transcript": "NM_001406534.1",
          "protein_id": "NP_001393463.1",
          "transcript_support_level": null,
          "aa_start": 1188,
          "aa_end": null,
          "aa_length": 1369,
          "cds_start": 3564,
          "cds_end": null,
          "cds_length": 4110,
          "cdna_start": 3700,
          "cdna_end": null,
          "cdna_length": 6310,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3522_3545delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1175_Ile1182del",
          "transcript": "NM_001406535.1",
          "protein_id": "NP_001393464.1",
          "transcript_support_level": null,
          "aa_start": 1174,
          "aa_end": null,
          "aa_length": 1355,
          "cds_start": 3522,
          "cds_end": null,
          "cds_length": 4068,
          "cdna_start": 3658,
          "cdna_end": null,
          "cdna_length": 6268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3522_3545delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1175_Ile1182del",
          "transcript": "NM_001406536.1",
          "protein_id": "NP_001393465.1",
          "transcript_support_level": null,
          "aa_start": 1174,
          "aa_end": null,
          "aa_length": 1355,
          "cds_start": 3522,
          "cds_end": null,
          "cds_length": 4068,
          "cdna_start": 3658,
          "cdna_end": null,
          "cdna_length": 6268,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3519_3542delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1174_Ile1181del",
          "transcript": "NM_001243182.2",
          "protein_id": "NP_001230111.1",
          "transcript_support_level": null,
          "aa_start": 1173,
          "aa_end": null,
          "aa_length": 1354,
          "cds_start": 3519,
          "cds_end": null,
          "cds_length": 4065,
          "cdna_start": 3655,
          "cdna_end": null,
          "cdna_length": 6265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3513_3536delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1172_Ile1179del",
          "transcript": "NM_001406537.1",
          "protein_id": "NP_001393466.1",
          "transcript_support_level": null,
          "aa_start": 1171,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": 3513,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": 3703,
          "cdna_end": null,
          "cdna_length": 6313,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3474_3497delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1159_Ile1166del",
          "transcript": "NM_001406538.1",
          "protein_id": "NP_001393467.1",
          "transcript_support_level": null,
          "aa_start": 1158,
          "aa_end": null,
          "aa_length": 1339,
          "cds_start": 3474,
          "cds_end": null,
          "cds_length": 4020,
          "cdna_start": 3610,
          "cdna_end": null,
          "cdna_length": 6220,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3423_3446delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1142_Ile1149del",
          "transcript": "NM_001406539.1",
          "protein_id": "NP_001393468.1",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1322,
          "cds_start": 3423,
          "cds_end": null,
          "cds_length": 3969,
          "cdna_start": 3688,
          "cdna_end": null,
          "cdna_length": 6298,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3405_3428delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1136_Ile1143del",
          "transcript": "NM_001406540.1",
          "protein_id": "NP_001393469.1",
          "transcript_support_level": null,
          "aa_start": 1135,
          "aa_end": null,
          "aa_length": 1316,
          "cds_start": 3405,
          "cds_end": null,
          "cds_length": 3951,
          "cdna_start": 3541,
          "cdna_end": null,
          "cdna_length": 6151,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3366_3389delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1123_Ile1130del",
          "transcript": "NM_001406541.1",
          "protein_id": "NP_001393470.1",
          "transcript_support_level": null,
          "aa_start": 1122,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": 3366,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": 3556,
          "cdna_end": null,
          "cdna_length": 6166,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3366_3389delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1123_Ile1130del",
          "transcript": "NM_001406542.1",
          "protein_id": "NP_001393471.1",
          "transcript_support_level": null,
          "aa_start": 1122,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": 3366,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": 3502,
          "cdna_end": null,
          "cdna_length": 6112,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3366_3389delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1123_Ile1130del",
          "transcript": "ENST00000713660.1",
          "protein_id": "ENSP00000518962.1",
          "transcript_support_level": null,
          "aa_start": 1122,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": 3366,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": 3443,
          "cdna_end": null,
          "cdna_length": 6048,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3360_3383delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1121_Ile1128del",
          "transcript": "NM_001406543.1",
          "protein_id": "NP_001393472.1",
          "transcript_support_level": null,
          "aa_start": 1120,
          "aa_end": null,
          "aa_length": 1301,
          "cds_start": 3360,
          "cds_end": null,
          "cds_length": 3906,
          "cdna_start": 3679,
          "cdna_end": null,
          "cdna_length": 6289,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3270_3293delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1091_Ile1098del",
          "transcript": "NM_001406544.1",
          "protein_id": "NP_001393473.1",
          "transcript_support_level": null,
          "aa_start": 1090,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 3270,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 3406,
          "cdna_end": null,
          "cdna_length": 6016,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3231_3254delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1078_Ile1085del",
          "transcript": "NM_001005918.3",
          "protein_id": "NP_001005918.1",
          "transcript_support_level": null,
          "aa_start": 1077,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 3231,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": 3367,
          "cdna_end": null,
          "cdna_length": 5977,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3231_3254delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1078_Ile1085del",
          "transcript": "ENST00000674147.2",
          "protein_id": "ENSP00000500964.2",
          "transcript_support_level": null,
          "aa_start": 1077,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 3231,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": 3367,
          "cdna_end": null,
          "cdna_length": 5972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3204_3227delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1069_Ile1076del",
          "transcript": "NM_001406545.1",
          "protein_id": "NP_001393474.1",
          "transcript_support_level": null,
          "aa_start": 1068,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": 3204,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": 3340,
          "cdna_end": null,
          "cdna_length": 5950,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3204_3227delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1069_Ile1076del",
          "transcript": "ENST00000713659.1",
          "protein_id": "ENSP00000518961.1",
          "transcript_support_level": null,
          "aa_start": 1068,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": 3204,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": 4005,
          "cdna_end": null,
          "cdna_length": 8132,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3171_3194delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1058_Ile1065del",
          "transcript": "NM_001406546.1",
          "protein_id": "NP_001393475.1",
          "transcript_support_level": null,
          "aa_start": 1057,
          "aa_end": null,
          "aa_length": 1238,
          "cds_start": 3171,
          "cds_end": null,
          "cds_length": 3717,
          "cdna_start": 3307,
          "cdna_end": null,
          "cdna_length": 5917,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3009_3032delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1004_Ile1011del",
          "transcript": "NM_001406547.1",
          "protein_id": "NP_001393476.1",
          "transcript_support_level": null,
          "aa_start": 1003,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": 3009,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": 3145,
          "cdna_end": null,
          "cdna_length": 5755,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "IGTGTDVAI",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "disruptive_inframe_deletion"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.2562_2585delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly855_Ile862del",
          "transcript": "NM_001406548.1",
          "protein_id": "NP_001393477.1",
          "transcript_support_level": null,
          "aa_start": 854,
          "aa_end": null,
          "aa_length": 1035,
          "cds_start": 2562,
          "cds_end": null,
          "cds_length": 3108,
          "cdna_start": 2698,
          "cdna_end": null,
          "cdna_length": 5308,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.*1502_*1525delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000634296.2",
          "protein_id": "ENSP00000489512.2",
          "transcript_support_level": 5,
          "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": 4305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.1093_1116delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000673696.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": 2800,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.*2596_*2619delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000673864.2",
          "protein_id": "ENSP00000501045.2",
          "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": 7022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.3991_4014delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000673867.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": 6613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.718_741delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000673923.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": 3336,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.*1502_*1525delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000634296.2",
          "protein_id": "ENSP00000489512.2",
          "transcript_support_level": 5,
          "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": 4305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "n.*2596_*2619delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "ENST00000673864.2",
          "protein_id": "ENSP00000501045.2",
          "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": 7022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP7B",
          "gene_hgnc_id": 870,
          "hgvs_c": "c.3700-134_3700-111delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": null,
          "transcript": "NM_001406526.1",
          "protein_id": "NP_001393455.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1397,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4194,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ATP7B",
      "gene_hgnc_id": 870,
      "dbsnp": "rs1555283826",
      "frequency_reference_population": 0.0000054730117,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 8,
      "gnomad_exomes_af": 0.00000547301,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 8,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": null,
      "splice_prediction_selected": null,
      "splice_source_selected": null,
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 9.924,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": null,
      "spliceai_max_prediction": null,
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM1,PM4,PP3,PP5",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM1",
            "PM4",
            "PP3",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000242839.10",
          "gene_symbol": "ATP7B",
          "hgnc_id": 870,
          "effects": [
            "disruptive_inframe_deletion"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3852_3875delTGGCACCGGCACGGATGTGGCCAT",
          "hgvs_p": "p.Gly1285_Ile1292del"
        }
      ],
      "clinvar_disease": "Wilson disease",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:1 US:1",
      "phenotype_combined": "Wilson disease",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}