← 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: 17-3930377-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 3930377,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_174953.3",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_005173.4",
          "protein_id": "NP_005164.2",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 999,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3000,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000397041.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_005173.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000397041.8",
          "protein_id": "ENSP00000380234.3",
          "transcript_support_level": 1,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 999,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3000,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_005173.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397041.8"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000397043.7",
          "protein_id": "ENSP00000380236.3",
          "transcript_support_level": 1,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397043.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_174953.3",
          "protein_id": "NP_777613.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1052,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_174953.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000359983.7",
          "protein_id": "ENSP00000353072.3",
          "transcript_support_level": 5,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1052,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3159,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000359983.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_174954.3",
          "protein_id": "NP_777614.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1044,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3135,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_174954.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_174955.3",
          "protein_id": "NP_777615.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_174955.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000352011.7",
          "protein_id": "ENSP00000301387.6",
          "transcript_support_level": 5,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1043,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3132,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000352011.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2788G>A",
          "hgvs_p": "p.Val930Met",
          "transcript": "ENST00000905322.1",
          "protein_id": "ENSP00000575381.1",
          "transcript_support_level": null,
          "aa_start": 930,
          "aa_end": null,
          "aa_length": 1039,
          "cds_start": 2788,
          "cds_end": null,
          "cds_length": 3120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905322.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2788G>A",
          "hgvs_p": "p.Val930Met",
          "transcript": "ENST00000905321.1",
          "protein_id": "ENSP00000575380.1",
          "transcript_support_level": null,
          "aa_start": 930,
          "aa_end": null,
          "aa_length": 1038,
          "cds_start": 2788,
          "cds_end": null,
          "cds_length": 3117,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905321.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_174956.3",
          "protein_id": "NP_777616.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_174956.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_174958.3",
          "protein_id": "NP_777618.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_174958.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000309890.11",
          "protein_id": "ENSP00000312577.7",
          "transcript_support_level": 5,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000309890.11"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000397035.8",
          "protein_id": "ENSP00000380229.3",
          "transcript_support_level": 5,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1029,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3090,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397035.8"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2740G>A",
          "hgvs_p": "p.Val914Met",
          "transcript": "ENST00000905324.1",
          "protein_id": "ENSP00000575383.1",
          "transcript_support_level": null,
          "aa_start": 914,
          "aa_end": null,
          "aa_length": 1023,
          "cds_start": 2740,
          "cds_end": null,
          "cds_length": 3072,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905324.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "NM_174957.3",
          "protein_id": "NP_777617.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_174957.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2659G>A",
          "hgvs_p": "p.Val887Met",
          "transcript": "ENST00000905320.1",
          "protein_id": "ENSP00000575379.1",
          "transcript_support_level": null,
          "aa_start": 887,
          "aa_end": null,
          "aa_length": 996,
          "cds_start": 2659,
          "cds_end": null,
          "cds_length": 2991,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905320.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "ENST00000916223.1",
          "protein_id": "ENSP00000586282.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000916223.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2632G>A",
          "hgvs_p": "p.Val878Met",
          "transcript": "ENST00000905325.1",
          "protein_id": "ENSP00000575384.1",
          "transcript_support_level": null,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 987,
          "cds_start": 2632,
          "cds_end": null,
          "cds_length": 2964,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905325.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2542G>A",
          "hgvs_p": "p.Val848Met",
          "transcript": "ENST00000905323.1",
          "protein_id": "ENSP00000575382.1",
          "transcript_support_level": null,
          "aa_start": 848,
          "aa_end": null,
          "aa_length": 957,
          "cds_start": 2542,
          "cds_end": null,
          "cds_length": 2874,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000905323.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_011523881.3",
          "protein_id": "XP_011522183.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1114,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3345,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523881.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_011523882.3",
          "protein_id": "XP_011522184.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1084,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3255,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523882.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_011523884.4",
          "protein_id": "XP_011522186.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1069,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3210,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523884.4"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_011523885.2",
          "protein_id": "XP_011522187.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523885.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_047436150.1",
          "protein_id": "XP_047292106.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436150.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_047436151.1",
          "protein_id": "XP_047292107.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1041,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436151.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_011523888.3",
          "protein_id": "XP_011522190.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1028,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523888.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_047436152.1",
          "protein_id": "XP_047292108.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1028,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3087,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436152.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_011523889.2",
          "protein_id": "XP_011522191.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011523889.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met",
          "transcript": "XM_047436153.1",
          "protein_id": "XP_047292109.1",
          "transcript_support_level": null,
          "aa_start": 890,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": 2668,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047436153.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "n.495G>A",
          "hgvs_p": null,
          "transcript": "ENST00000570773.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000570773.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "n.51G>A",
          "hgvs_p": null,
          "transcript": "ENST00000571245.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000571245.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "n.965G>A",
          "hgvs_p": null,
          "transcript": "ENST00000576957.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000576957.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.-6G>A",
          "hgvs_p": null,
          "transcript": "ENST00000570845.5",
          "protein_id": "ENSP00000461480.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 153,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 462,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000570845.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2A3",
          "gene_hgnc_id": 813,
          "hgvs_c": "c.-6G>A",
          "hgvs_p": null,
          "transcript": "ENST00000572116.1",
          "protein_id": "ENSP00000458865.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 142,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 429,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000572116.1"
        }
      ],
      "gene_symbol": "ATP2A3",
      "gene_hgnc_id": 813,
      "dbsnp": "rs150775059",
      "frequency_reference_population": 0.00020572153,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 332,
      "gnomad_exomes_af": 0.000213466,
      "gnomad_genomes_af": 0.00013137,
      "gnomad_exomes_ac": 312,
      "gnomad_genomes_ac": 20,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.5903035402297974,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.645,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.1737,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.07,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 3.251,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "NM_174953.3",
          "gene_symbol": "ATP2A3",
          "hgnc_id": 813,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.2668G>A",
          "hgvs_p": "p.Val890Met"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}