← 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: 12-89687411-T-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 89687411,
      "ref": "T",
      "alt": "G",
      "effect": "intron_variant",
      "transcript": "NM_001366524.1",
      "consequences": [
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001366521.1",
          "protein_id": "NP_001353450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7062,
          "mane_select": "ENST00000428670.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366521.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000428670.8",
          "protein_id": "ENSP00000392043.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7062,
          "mane_select": "NM_001366521.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000428670.8"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000960959.1",
          "protein_id": "ENSP00000631018.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960959.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000960960.1",
          "protein_id": "ENSP00000631019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960960.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001366524.1",
          "protein_id": "NP_001353453.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366524.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001366525.1",
          "protein_id": "NP_001353454.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366525.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-416-9595A>C",
          "hgvs_p": null,
          "transcript": "NM_001366520.1",
          "protein_id": "NP_001353449.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366520.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+20983A>C",
          "hgvs_p": null,
          "transcript": "NM_001366522.1",
          "protein_id": "NP_001353451.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366522.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-416-9595A>C",
          "hgvs_p": null,
          "transcript": "NM_001413046.1",
          "protein_id": "NP_001399975.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413046.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-325+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413047.1",
          "protein_id": "NP_001399976.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413047.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001682.3",
          "protein_id": "NP_001673.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001682.3"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000900650.1",
          "protein_id": "ENSP00000570709.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900650.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+20983A>C",
          "hgvs_p": null,
          "transcript": "ENST00000939929.1",
          "protein_id": "ENSP00000609988.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939929.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-416-9595A>C",
          "hgvs_p": null,
          "transcript": "ENST00000939931.1",
          "protein_id": "ENSP00000609990.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1220,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939931.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000939930.1",
          "protein_id": "ENSP00000609989.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1218,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3657,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939930.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413048.1",
          "protein_id": "NP_001399977.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1207,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6928,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413048.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001413049.1",
          "protein_id": "NP_001399978.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413049.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413050.1",
          "protein_id": "NP_001399979.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413050.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000960961.1",
          "protein_id": "ENSP00000631020.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1177,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3534,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4507,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960961.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001001323.2",
          "protein_id": "NP_001001323.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001001323.2"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001366523.1",
          "protein_id": "NP_001353452.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366523.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000359142.8",
          "protein_id": "ENSP00000352054.3",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359142.8"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000551310.2",
          "protein_id": "ENSP00000447041.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000551310.2"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413051.1",
          "protein_id": "NP_001399980.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413051.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001413052.1",
          "protein_id": "NP_001399981.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413052.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000939932.1",
          "protein_id": "ENSP00000609991.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1173,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939932.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001366526.1",
          "protein_id": "NP_001353455.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366526.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001366527.1",
          "protein_id": "NP_001353456.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366527.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000705822.1",
          "protein_id": "ENSP00000516172.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000705822.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413053.1",
          "protein_id": "NP_001399982.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1154,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3465,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413053.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000900652.1",
          "protein_id": "ENSP00000570711.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1154,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3465,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900652.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001366528.1",
          "protein_id": "NP_001353457.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366528.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413054.1",
          "protein_id": "NP_001399983.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413054.1"
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001413055.1",
          "protein_id": "NP_001399984.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413055.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001366529.1",
          "protein_id": "NP_001353458.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366529.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413056.1",
          "protein_id": "NP_001399985.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413056.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000960958.1",
          "protein_id": "ENSP00000631017.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1135,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5040,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960958.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001366530.1",
          "protein_id": "NP_001353459.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366530.1"
        },
        {
          "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": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "ENST00000900651.1",
          "protein_id": "ENSP00000570710.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1080,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3243,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4267,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000900651.1"
        },
        {
          "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": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001413057.1",
          "protein_id": "NP_001399986.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413057.1"
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001413058.1",
          "protein_id": "NP_001399987.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413058.1"
        },
        {
          "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": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-416-9595A>C",
          "hgvs_p": null,
          "transcript": "NM_001413059.1",
          "protein_id": "NP_001399988.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413059.1"
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001413060.1",
          "protein_id": "NP_001399989.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001413060.1"
        },
        {
          "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": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "ENST00000939928.1",
          "protein_id": "ENSP00000609987.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939928.1"
        },
        {
          "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": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "NM_001366531.1",
          "protein_id": "NP_001353460.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366531.1"
        },
        {
          "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": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "NM_001366532.1",
          "protein_id": "NP_001353461.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366532.1"
        },
        {
          "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": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-416-9595A>C",
          "hgvs_p": null,
          "transcript": "XM_047428890.1",
          "protein_id": "XP_047284846.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428890.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+20983A>C",
          "hgvs_p": null,
          "transcript": "XM_047428892.1",
          "protein_id": "XP_047284848.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428892.1"
        },
        {
          "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": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+20357A>C",
          "hgvs_p": null,
          "transcript": "XM_047428893.1",
          "protein_id": "XP_047284849.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1249,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428893.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "XM_017019357.3",
          "protein_id": "XP_016874846.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017019357.3"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null,
          "transcript": "XM_047428898.1",
          "protein_id": "XP_047284854.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428898.1"
        },
        {
          "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": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "XM_024448993.2",
          "protein_id": "XP_024304761.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1140,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448993.2"
        },
        {
          "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": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+21185A>C",
          "hgvs_p": null,
          "transcript": "XM_047428900.1",
          "protein_id": "XP_047284856.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428900.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "n.148+21808A>C",
          "hgvs_p": null,
          "transcript": "NR_182093.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_182093.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "n.148+21808A>C",
          "hgvs_p": null,
          "transcript": "NR_182094.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_182094.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "n.243+21185A>C",
          "hgvs_p": null,
          "transcript": "NR_182095.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_182095.1"
        }
      ],
      "gene_symbol": "ATP2B1",
      "gene_hgnc_id": 814,
      "dbsnp": "rs7136259",
      "frequency_reference_population": 0.000032917258,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 5,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.0000329173,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 5,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9700000286102295,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "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": -0.97,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.213,
      "phylop100way_prediction": "Benign",
      "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": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001366524.1",
          "gene_symbol": "ATP2B1",
          "hgnc_id": 814,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.-222+21808A>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.