← 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-113104005-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 113104005,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_001193520.2",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "NM_001301202.2",
          "protein_id": "NP_001288131.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000548055.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001301202.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "ENST00000548055.2",
          "protein_id": "ENSP00000448510.1",
          "transcript_support_level": 1,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001301202.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000548055.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "ENST00000546530.5",
          "protein_id": "ENSP00000450244.1",
          "transcript_support_level": 1,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000546530.5"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2042G>C",
          "hgvs_p": "p.Cys681Ser",
          "transcript": "ENST00000261729.9",
          "protein_id": "ENSP00000261729.5",
          "transcript_support_level": 1,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 2042,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000261729.9"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1958G>C",
          "hgvs_p": "p.Cys653Ser",
          "transcript": "ENST00000446861.7",
          "protein_id": "ENSP00000395920.3",
          "transcript_support_level": 1,
          "aa_start": 653,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1958,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446861.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "n.2319G>C",
          "hgvs_p": null,
          "transcript": "ENST00000551051.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000551051.5"
        },
        {
          "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": 17,
          "intron_rank": 15,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "n.2331+1709G>C",
          "hgvs_p": null,
          "transcript": "ENST00000546727.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000546727.5"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "NM_001193520.2",
          "protein_id": "NP_001180449.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193520.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "NM_001394081.1",
          "protein_id": "NP_001381010.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394081.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "ENST00000888554.1",
          "protein_id": "ENSP00000558613.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888554.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "ENST00000888555.1",
          "protein_id": "ENSP00000558614.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888555.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "NM_001394082.1",
          "protein_id": "NP_001381011.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394082.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "NM_001394083.1",
          "protein_id": "NP_001381012.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394083.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "NM_001394084.1",
          "protein_id": "NP_001381013.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394084.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "ENST00000888551.1",
          "protein_id": "ENSP00000558610.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888551.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "ENST00000888552.1",
          "protein_id": "ENSP00000558611.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888552.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "ENST00000888553.1",
          "protein_id": "ENSP00000558612.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888553.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "ENST00000888558.1",
          "protein_id": "ENSP00000558617.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888558.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2042G>C",
          "hgvs_p": "p.Cys681Ser",
          "transcript": "NM_001394085.1",
          "protein_id": "NP_001381014.1",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 2042,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394085.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2042G>C",
          "hgvs_p": "p.Cys681Ser",
          "transcript": "NM_004658.3",
          "protein_id": "NP_004649.2",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 2042,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004658.3"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2042G>C",
          "hgvs_p": "p.Cys681Ser",
          "transcript": "ENST00000888550.1",
          "protein_id": "ENSP00000558609.1",
          "transcript_support_level": null,
          "aa_start": 681,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 2042,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888550.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1961G>C",
          "hgvs_p": "p.Cys654Ser",
          "transcript": "ENST00000888557.1",
          "protein_id": "ENSP00000558616.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888557.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1994G>C",
          "hgvs_p": "p.Cys665Ser",
          "transcript": "ENST00000955437.1",
          "protein_id": "ENSP00000625496.1",
          "transcript_support_level": null,
          "aa_start": 665,
          "aa_end": null,
          "aa_length": 788,
          "cds_start": 1994,
          "cds_end": null,
          "cds_length": 2367,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000955437.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1985G>C",
          "hgvs_p": "p.Cys662Ser",
          "transcript": "ENST00000888556.1",
          "protein_id": "ENSP00000558615.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 1985,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888556.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1961G>C",
          "hgvs_p": "p.Cys654Ser",
          "transcript": "NM_001394086.1",
          "protein_id": "NP_001381015.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394086.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1961G>C",
          "hgvs_p": "p.Cys654Ser",
          "transcript": "ENST00000888559.1",
          "protein_id": "ENSP00000558618.1",
          "transcript_support_level": null,
          "aa_start": 654,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": 1961,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000888559.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1958G>C",
          "hgvs_p": "p.Cys653Ser",
          "transcript": "NM_001193521.3",
          "protein_id": "NP_001180450.1",
          "transcript_support_level": null,
          "aa_start": 653,
          "aa_end": null,
          "aa_length": 776,
          "cds_start": 1958,
          "cds_end": null,
          "cds_length": 2331,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001193521.3"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1856G>C",
          "hgvs_p": "p.Cys619Ser",
          "transcript": "NM_001394087.1",
          "protein_id": "NP_001381016.1",
          "transcript_support_level": null,
          "aa_start": 619,
          "aa_end": null,
          "aa_length": 742,
          "cds_start": 1856,
          "cds_end": null,
          "cds_length": 2229,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394087.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1682G>C",
          "hgvs_p": "p.Cys561Ser",
          "transcript": "NM_001394088.1",
          "protein_id": "NP_001381017.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 684,
          "cds_start": 1682,
          "cds_end": null,
          "cds_length": 2055,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394088.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1379G>C",
          "hgvs_p": "p.Cys460Ser",
          "transcript": "NM_001394089.1",
          "protein_id": "NP_001381018.1",
          "transcript_support_level": null,
          "aa_start": 460,
          "aa_end": null,
          "aa_length": 583,
          "cds_start": 1379,
          "cds_end": null,
          "cds_length": 1752,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394089.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "XM_005253950.5",
          "protein_id": "XP_005254007.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005253950.5"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "XM_006719641.4",
          "protein_id": "XP_006719704.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006719641.4"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "XM_047429676.1",
          "protein_id": "XP_047285632.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429676.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "XM_006719642.4",
          "protein_id": "XP_006719705.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006719642.4"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "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": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.1964G>C",
          "hgvs_p": "p.Cys655Ser",
          "transcript": "XM_047429677.1",
          "protein_id": "XP_047285633.1",
          "transcript_support_level": null,
          "aa_start": 655,
          "aa_end": null,
          "aa_length": 778,
          "cds_start": 1964,
          "cds_end": null,
          "cds_length": 2337,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429677.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser",
          "transcript": "XM_047429678.1",
          "protein_id": "XP_047285634.1",
          "transcript_support_level": null,
          "aa_start": 683,
          "aa_end": null,
          "aa_length": 705,
          "cds_start": 2048,
          "cds_end": null,
          "cds_length": 2118,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429678.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.2045G>C",
          "hgvs_p": "p.Cys682Ser",
          "transcript": "XM_047429679.1",
          "protein_id": "XP_047285635.1",
          "transcript_support_level": null,
          "aa_start": 682,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 2045,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047429679.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "c.971G>C",
          "hgvs_p": "p.Cys324Ser",
          "transcript": "XM_011538854.3",
          "protein_id": "XP_011537156.1",
          "transcript_support_level": null,
          "aa_start": 324,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 971,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011538854.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "n.2361G>C",
          "hgvs_p": null,
          "transcript": "ENST00000418411.6",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": "pseudogene",
          "feature": "ENST00000418411.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000295497",
          "gene_hgnc_id": null,
          "hgvs_c": "n.27C>G",
          "hgvs_p": null,
          "transcript": "ENST00000730483.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000730483.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RASAL1",
          "gene_hgnc_id": 9873,
          "hgvs_c": "n.2347G>C",
          "hgvs_p": null,
          "transcript": "XR_007063139.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007063139.1"
        }
      ],
      "gene_symbol": "RASAL1",
      "gene_hgnc_id": 9873,
      "dbsnp": null,
      "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.8223495483398438,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.553,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.3192,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.12,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.547,
      "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": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001193520.2",
          "gene_symbol": "RASAL1",
          "hgnc_id": 9873,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.2048G>C",
          "hgvs_p": "p.Cys683Ser"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000730483.1",
          "gene_symbol": "ENSG00000295497",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.27C>G",
          "hgvs_p": null
        }
      ],
      "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
}