← Back to variant description

GeneBe API Showcase

This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.

API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.

Documentation & Advanced Usage

Complete API documentation:docs.genebe.net/docs/api/overview/

Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/

Python client for pandas:pypi.org/project/genebe/

Java CLI for VCF files:github.com/pstawinski/genebe-cli

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-130979301-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 130979301,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_001378511.1",
      "consequences": [
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001378687.1",
          "protein_id": "NP_001365616.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000510168.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378687.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000510168.6",
          "protein_id": "ENSP00000427461.1",
          "transcript_support_level": 5,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001378687.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000510168.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000359644.7",
          "protein_id": "ENSP00000352665.3",
          "transcript_support_level": 1,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359644.7"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000422190.6",
          "protein_id": "ENSP00000402677.2",
          "transcript_support_level": 1,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000422190.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1575G>C",
          "hgvs_p": "p.Leu525Phe",
          "transcript": "ENST00000513801.5",
          "protein_id": "ENSP00000422872.1",
          "transcript_support_level": 1,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1575,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000513801.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000428331.6",
          "protein_id": "ENSP00000395809.2",
          "transcript_support_level": 1,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000428331.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000508532.5",
          "protein_id": "ENSP00000424783.1",
          "transcript_support_level": 1,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000508532.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1575G>C",
          "hgvs_p": "p.Leu525Phe",
          "transcript": "ENST00000504948.5",
          "protein_id": "ENSP00000423330.1",
          "transcript_support_level": 1,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 1575,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000504948.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000328560.12",
          "protein_id": "ENSP00000329664.8",
          "transcript_support_level": 1,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000328560.12"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000533801.6",
          "protein_id": "ENSP00000432956.3",
          "transcript_support_level": 1,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533801.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "n.1793G>C",
          "hgvs_p": null,
          "transcript": "ENST00000514654.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000514654.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1725G>C",
          "hgvs_p": "p.Leu575Phe",
          "transcript": "NM_001378511.1",
          "protein_id": "NP_001365440.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 1725,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378511.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1725G>C",
          "hgvs_p": "p.Leu575Phe",
          "transcript": "NM_001199180.2",
          "protein_id": "NP_001186109.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 1725,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199180.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1725G>C",
          "hgvs_p": "p.Leu575Phe",
          "transcript": "ENST00000507488.6",
          "protein_id": "ENSP00000421326.3",
          "transcript_support_level": 2,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 1725,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000507488.6"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1725G>C",
          "hgvs_p": "p.Leu575Phe",
          "transcript": "NM_001199181.3",
          "protein_id": "NP_001186110.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": 1725,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199181.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1725G>C",
          "hgvs_p": "p.Leu575Phe",
          "transcript": "ENST00000505330.5",
          "protein_id": "ENSP00000423774.2",
          "transcript_support_level": 2,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": 1725,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000505330.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001001486.2",
          "protein_id": "NP_001001486.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001001486.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001378512.1",
          "protein_id": "NP_001365441.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378512.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1608G>C",
          "hgvs_p": "p.Leu536Phe",
          "transcript": "NM_001199182.2",
          "protein_id": "NP_001186111.1",
          "transcript_support_level": null,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 1608,
          "cds_end": null,
          "cds_length": 2835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199182.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1608G>C",
          "hgvs_p": "p.Leu536Phe",
          "transcript": "ENST00000504381.5",
          "protein_id": "ENSP00000425320.2",
          "transcript_support_level": 2,
          "aa_start": 536,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 1608,
          "cds_end": null,
          "cds_length": 2835,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000504381.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1686G>C",
          "hgvs_p": "p.Leu562Phe",
          "transcript": "ENST00000950719.1",
          "protein_id": "ENSP00000620778.1",
          "transcript_support_level": null,
          "aa_start": 562,
          "aa_end": null,
          "aa_length": 940,
          "cds_start": 1686,
          "cds_end": null,
          "cds_length": 2823,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950719.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001001487.2",
          "protein_id": "NP_001001487.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001001487.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001378513.1",
          "protein_id": "NP_001365442.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378513.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1575G>C",
          "hgvs_p": "p.Leu525Phe",
          "transcript": "NM_001378514.1",
          "protein_id": "NP_001365443.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 1575,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378514.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000939833.1",
          "protein_id": "ENSP00000609892.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 931,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2796,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939833.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1575G>C",
          "hgvs_p": "p.Leu525Phe",
          "transcript": "NM_001199183.2",
          "protein_id": "NP_001186112.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1575,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199183.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001199179.3",
          "protein_id": "NP_001186108.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199179.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_014382.5",
          "protein_id": "NP_055197.2",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014382.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000939831.1",
          "protein_id": "ENSP00000609890.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939831.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000939834.1",
          "protein_id": "ENSP00000609893.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939834.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000950716.1",
          "protein_id": "ENSP00000620775.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950716.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000950722.1",
          "protein_id": "ENSP00000620781.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950722.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1620G>C",
          "hgvs_p": "p.Leu540Phe",
          "transcript": "ENST00000939829.1",
          "protein_id": "ENSP00000609888.1",
          "transcript_support_level": null,
          "aa_start": 540,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 1620,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939829.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000868512.1",
          "protein_id": "ENSP00000538571.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868512.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "ENST00000939830.1",
          "protein_id": "ENSP00000609889.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939830.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1575G>C",
          "hgvs_p": "p.Leu525Phe",
          "transcript": "NM_001199184.3",
          "protein_id": "NP_001186113.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 1575,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199184.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1482G>C",
          "hgvs_p": "p.Leu494Phe",
          "transcript": "ENST00000504612.5",
          "protein_id": "ENSP00000425228.1",
          "transcript_support_level": 2,
          "aa_start": 494,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 1482,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000504612.5"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1533G>C",
          "hgvs_p": "p.Leu511Phe",
          "transcript": "ENST00000950717.1",
          "protein_id": "ENSP00000620776.1",
          "transcript_support_level": null,
          "aa_start": 511,
          "aa_end": null,
          "aa_length": 889,
          "cds_start": 1533,
          "cds_end": null,
          "cds_length": 2670,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950717.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001001485.3",
          "protein_id": "NP_001001485.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001001485.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1623G>C",
          "hgvs_p": "p.Leu541Phe",
          "transcript": "NM_001199185.2",
          "protein_id": "NP_001186114.1",
          "transcript_support_level": null,
          "aa_start": 541,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1623,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001199185.2"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1527G>C",
          "hgvs_p": "p.Leu509Phe",
          "transcript": "ENST00000950720.1",
          "protein_id": "ENSP00000620779.1",
          "transcript_support_level": null,
          "aa_start": 509,
          "aa_end": null,
          "aa_length": 887,
          "cds_start": 1527,
          "cds_end": null,
          "cds_length": 2664,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950720.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1506G>C",
          "hgvs_p": "p.Leu502Phe",
          "transcript": "ENST00000868511.1",
          "protein_id": "ENSP00000538570.1",
          "transcript_support_level": null,
          "aa_start": 502,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 1506,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000868511.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1506G>C",
          "hgvs_p": "p.Leu502Phe",
          "transcript": "ENST00000950718.1",
          "protein_id": "ENSP00000620777.1",
          "transcript_support_level": null,
          "aa_start": 502,
          "aa_end": null,
          "aa_length": 880,
          "cds_start": 1506,
          "cds_end": null,
          "cds_length": 2643,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950718.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1359G>C",
          "hgvs_p": "p.Leu453Phe",
          "transcript": "ENST00000939828.1",
          "protein_id": "ENSP00000609887.1",
          "transcript_support_level": null,
          "aa_start": 453,
          "aa_end": null,
          "aa_length": 831,
          "cds_start": 1359,
          "cds_end": null,
          "cds_length": 2496,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939828.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1098G>C",
          "hgvs_p": "p.Leu366Phe",
          "transcript": "ENST00000950723.1",
          "protein_id": "ENSP00000620782.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1098,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950723.1"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.789G>C",
          "hgvs_p": "p.Leu263Phe",
          "transcript": "XM_011512686.3",
          "protein_id": "XP_011510988.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 789,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011512686.3"
        },
        {
          "aa_ref": "L",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.789G>C",
          "hgvs_p": "p.Leu263Phe",
          "transcript": "XM_047447965.1",
          "protein_id": "XP_047303921.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 789,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447965.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1413+9905G>C",
          "hgvs_p": null,
          "transcript": "ENST00000939827.1",
          "protein_id": "ENSP00000609886.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939827.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1413+9905G>C",
          "hgvs_p": null,
          "transcript": "ENST00000939832.1",
          "protein_id": "ENSP00000609891.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939832.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1280-1281G>C",
          "hgvs_p": null,
          "transcript": "ENST00000950721.1",
          "protein_id": "ENSP00000620780.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 765,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2298,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950721.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.293-1281G>C",
          "hgvs_p": null,
          "transcript": "ENST00000508660.5",
          "protein_id": "ENSP00000424930.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 941,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000508660.5"
        },
        {
          "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": 27,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1673-1281G>C",
          "hgvs_p": null,
          "transcript": "XM_047447960.1",
          "protein_id": "XP_047303916.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447960.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1673-1281G>C",
          "hgvs_p": null,
          "transcript": "XM_047447961.1",
          "protein_id": "XP_047303917.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447961.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571-1281G>C",
          "hgvs_p": null,
          "transcript": "XM_047447962.1",
          "protein_id": "XP_047303918.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 892,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2679,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447962.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571-1281G>C",
          "hgvs_p": null,
          "transcript": "XM_047447963.1",
          "protein_id": "XP_047303919.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447963.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 17,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1672+3813G>C",
          "hgvs_p": null,
          "transcript": "XM_047447966.1",
          "protein_id": "XP_047303922.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047447966.1"
        },
        {
          "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": 6,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "n.631+3813G>C",
          "hgvs_p": null,
          "transcript": "ENST00000504571.5",
          "protein_id": "ENSP00000422489.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000504571.5"
        }
      ],
      "gene_symbol": "ATP2C1",
      "gene_hgnc_id": 13211,
      "dbsnp": "rs61731516",
      "frequency_reference_population": 0.0008472097,
      "hom_count_reference_population": 11,
      "allele_count_reference_population": 1367,
      "gnomad_exomes_af": 0.00044682,
      "gnomad_genomes_af": 0.00469447,
      "gnomad_exomes_ac": 653,
      "gnomad_genomes_ac": 714,
      "gnomad_exomes_homalt": 6,
      "gnomad_genomes_homalt": 5,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.013946324586868286,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.671,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.4571,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.16,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 3.987,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001378511.1",
          "gene_symbol": "ATP2C1",
          "hgnc_id": 13211,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1725G>C",
          "hgvs_p": "p.Leu575Phe"
        }
      ],
      "clinvar_disease": "ATP2C1-related disorder,Familial benign pemphigus,not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:4",
      "phenotype_combined": "not provided|Familial benign pemphigus|ATP2C1-related disorder",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.