← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 3-130975387-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 130975387,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000510168.6",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001378687.1",
          "protein_id": "NP_001365616.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1903,
          "cdna_end": null,
          "cdna_length": 4994,
          "mane_select": "ENST00000510168.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000510168.6",
          "protein_id": "ENSP00000427461.1",
          "transcript_support_level": 5,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1903,
          "cdna_end": null,
          "cdna_length": 4994,
          "mane_select": "NM_001378687.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000359644.7",
          "protein_id": "ENSP00000352665.3",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 3401,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000422190.6",
          "protein_id": "ENSP00000402677.2",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": 1598,
          "cdna_end": null,
          "cdna_length": 3386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1421G>T",
          "hgvs_p": "p.Cys474Phe",
          "transcript": "ENST00000513801.5",
          "protein_id": "ENSP00000422872.1",
          "transcript_support_level": 1,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 1623,
          "cdna_end": null,
          "cdna_length": 3439,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000428331.6",
          "protein_id": "ENSP00000395809.2",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 4795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000508532.5",
          "protein_id": "ENSP00000424783.1",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1878,
          "cdna_end": null,
          "cdna_length": 4969,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1421G>T",
          "hgvs_p": "p.Cys474Phe",
          "transcript": "ENST00000504948.5",
          "protein_id": "ENSP00000423330.1",
          "transcript_support_level": 1,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": 1623,
          "cdna_end": null,
          "cdna_length": 4714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000328560.12",
          "protein_id": "ENSP00000329664.8",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 1791,
          "cdna_end": null,
          "cdna_length": 3484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "ENST00000533801.6",
          "protein_id": "ENSP00000432956.3",
          "transcript_support_level": 1,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 1972,
          "cdna_end": null,
          "cdna_length": 3690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "n.1639G>T",
          "hgvs_p": null,
          "transcript": "ENST00000514654.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "NM_001378511.1",
          "protein_id": "NP_001365440.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 983,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2952,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 3643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "NM_001199180.2",
          "protein_id": "NP_001186109.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 3613,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "ENST00000507488.6",
          "protein_id": "ENSP00000421326.3",
          "transcript_support_level": 2,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 973,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2922,
          "cdna_start": 1791,
          "cdna_end": null,
          "cdna_length": 3579,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "NM_001199181.3",
          "protein_id": "NP_001186110.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 4888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "ENST00000505330.5",
          "protein_id": "ENSP00000423774.2",
          "transcript_support_level": 2,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 953,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2862,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 4888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001001486.2",
          "protein_id": "NP_001001486.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": 1903,
          "cdna_end": null,
          "cdna_length": 3749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001378512.1",
          "protein_id": "NP_001365441.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 949,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2850,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 3631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1454G>T",
          "hgvs_p": "p.Cys485Phe",
          "transcript": "NM_001199182.2",
          "protein_id": "NP_001186111.1",
          "transcript_support_level": null,
          "aa_start": 485,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 1454,
          "cds_end": null,
          "cds_length": 2835,
          "cdna_start": 1680,
          "cdna_end": null,
          "cdna_length": 3526,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1454G>T",
          "hgvs_p": "p.Cys485Phe",
          "transcript": "ENST00000504381.5",
          "protein_id": "ENSP00000425320.2",
          "transcript_support_level": 2,
          "aa_start": 485,
          "aa_end": null,
          "aa_length": 944,
          "cds_start": 1454,
          "cds_end": null,
          "cds_length": 2835,
          "cdna_start": 1680,
          "cdna_end": null,
          "cdna_length": 3498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001001487.2",
          "protein_id": "NP_001001487.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": 1903,
          "cdna_end": null,
          "cdna_length": 3719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001378513.1",
          "protein_id": "NP_001365442.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 939,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2820,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 3601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1421G>T",
          "hgvs_p": "p.Cys474Phe",
          "transcript": "NM_001378514.1",
          "protein_id": "NP_001365443.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 933,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2802,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 3563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1421G>T",
          "hgvs_p": "p.Cys474Phe",
          "transcript": "NM_001199183.2",
          "protein_id": "NP_001186112.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 923,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2772,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 3533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001199179.3",
          "protein_id": "NP_001186108.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1785,
          "cdna_end": null,
          "cdna_length": 4876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_014382.5",
          "protein_id": "NP_055197.2",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 919,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2760,
          "cdna_start": 1689,
          "cdna_end": null,
          "cdna_length": 4780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1421G>T",
          "hgvs_p": "p.Cys474Phe",
          "transcript": "NM_001199184.3",
          "protein_id": "NP_001186113.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 903,
          "cds_start": 1421,
          "cds_end": null,
          "cds_length": 2712,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 4808,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1328G>T",
          "hgvs_p": "p.Cys443Phe",
          "transcript": "ENST00000504612.5",
          "protein_id": "ENSP00000425228.1",
          "transcript_support_level": 2,
          "aa_start": 443,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": 1328,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": 1330,
          "cdna_end": null,
          "cdna_length": 3148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001001485.3",
          "protein_id": "NP_001001485.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 1903,
          "cdna_end": null,
          "cdna_length": 3624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "NM_001199185.2",
          "protein_id": "NP_001186114.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 888,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2667,
          "cdna_start": 1689,
          "cdna_end": null,
          "cdna_length": 3410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.191G>T",
          "hgvs_p": "p.Cys64Phe",
          "transcript": "ENST00000508660.5",
          "protein_id": "ENSP00000424930.1",
          "transcript_support_level": 5,
          "aa_start": 64,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": 191,
          "cds_end": null,
          "cds_length": 941,
          "cdna_start": 193,
          "cdna_end": null,
          "cdna_length": 943,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "XM_047447960.1",
          "protein_id": "XP_047303916.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 926,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2781,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 3472,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "XM_047447961.1",
          "protein_id": "XP_047303917.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 3442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "XM_047447962.1",
          "protein_id": "XP_047303918.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 892,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2679,
          "cdna_start": 1649,
          "cdna_end": null,
          "cdna_length": 3324,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe",
          "transcript": "XM_047447963.1",
          "protein_id": "XP_047303919.1",
          "transcript_support_level": null,
          "aa_start": 490,
          "aa_end": null,
          "aa_length": 882,
          "cds_start": 1469,
          "cds_end": null,
          "cds_length": 2649,
          "cdna_start": 1649,
          "cdna_end": null,
          "cdna_length": 3294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.635G>T",
          "hgvs_p": "p.Cys212Phe",
          "transcript": "XM_011512686.3",
          "protein_id": "XP_011510988.1",
          "transcript_support_level": null,
          "aa_start": 212,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": 635,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": 686,
          "cdna_end": null,
          "cdna_length": 2532,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.635G>T",
          "hgvs_p": "p.Cys212Phe",
          "transcript": "XM_047447965.1",
          "protein_id": "XP_047303921.1",
          "transcript_support_level": null,
          "aa_start": 212,
          "aa_end": null,
          "aa_length": 641,
          "cds_start": 635,
          "cds_end": null,
          "cds_length": 1926,
          "cdna_start": 671,
          "cdna_end": null,
          "cdna_length": 3762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "F",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "c.1571G>T",
          "hgvs_p": "p.Cys524Phe",
          "transcript": "XM_047447966.1",
          "protein_id": "XP_047303922.1",
          "transcript_support_level": null,
          "aa_start": 524,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 1571,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": 1797,
          "cdna_end": null,
          "cdna_length": 2017,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ATP2C1",
          "gene_hgnc_id": 13211,
          "hgvs_c": "n.530G>T",
          "hgvs_p": null,
          "transcript": "ENST00000504571.5",
          "protein_id": "ENSP00000422489.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 786,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ATP2C1",
      "gene_hgnc_id": 13211,
      "dbsnp": "rs137853014",
      "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.9844316244125366,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.961,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9882,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.59,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 9.28,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.03,
      "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": 7,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PP3_Strong,PP5",
      "acmg_by_gene": [
        {
          "score": 7,
          "benign_score": 0,
          "pathogenic_score": 7,
          "criteria": [
            "PM2",
            "PP3_Strong",
            "PP5"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000510168.6",
          "gene_symbol": "ATP2C1",
          "hgnc_id": 13211,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1469G>T",
          "hgvs_p": "p.Cys490Phe"
        }
      ],
      "clinvar_disease": "Familial benign pemphigus",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Familial benign pemphigus",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}