← 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-89697090-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 89697090,
      "ref": "A",
      "alt": "T",
      "effect": "intron_variant",
      "transcript": "ENST00000428670.8",
      "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+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7062,
          "mane_select": "ENST00000428670.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7062,
          "mane_select": "NM_001366521.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7054,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-417+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7162,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11304T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7264,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-417+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-325+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7070,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3663,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3624,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6928,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6954,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7216,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7121,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3522,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7119,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3465,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7013,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6724,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6813,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3408,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6921,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6501,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-417+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6560,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6645,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-417+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11304T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7351,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+10678T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3750,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7041,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+12129T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 3423,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7108,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ATP2B1",
          "gene_hgnc_id": 814,
          "hgvs_c": "c.-222+11506T>A",
          "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": -4,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ATP2B1",
      "gene_hgnc_id": 814,
      "dbsnp": "rs12230074",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.9100000262260437,
      "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.91,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.108,
      "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": "ENST00000428670.8",
          "gene_symbol": "ATP2B1",
          "hgnc_id": 814,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.-222+11506T>A",
          "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
}