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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "7",
      "pos": 92095154,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_005751.5",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9710G>T",
          "hgvs_p": "p.Arg3237Leu",
          "transcript": "NM_005751.5",
          "protein_id": "NP_005742.4",
          "transcript_support_level": null,
          "aa_start": 3237,
          "aa_end": null,
          "aa_length": 3907,
          "cds_start": 9710,
          "cds_end": null,
          "cds_length": 11724,
          "cdna_start": 9948,
          "cdna_end": null,
          "cdna_length": 12476,
          "mane_select": "ENST00000356239.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9710G>T",
          "hgvs_p": "p.Arg3237Leu",
          "transcript": "ENST00000356239.8",
          "protein_id": "ENSP00000348573.3",
          "transcript_support_level": 1,
          "aa_start": 3237,
          "aa_end": null,
          "aa_length": 3907,
          "cds_start": 9710,
          "cds_end": null,
          "cds_length": 11724,
          "cdna_start": 9948,
          "cdna_end": null,
          "cdna_length": 12476,
          "mane_select": "NM_005751.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.4355G>T",
          "hgvs_p": "p.Arg1452Leu",
          "transcript": "ENST00000491695.2",
          "protein_id": "ENSP00000494626.2",
          "transcript_support_level": 1,
          "aa_start": 1452,
          "aa_end": null,
          "aa_length": 2122,
          "cds_start": 4355,
          "cds_end": null,
          "cds_length": 6369,
          "cdna_start": 4898,
          "cdna_end": null,
          "cdna_length": 7413,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.3203G>T",
          "hgvs_p": "p.Arg1068Leu",
          "transcript": "ENST00000394534.7",
          "protein_id": "ENSP00000378042.3",
          "transcript_support_level": 1,
          "aa_start": 1068,
          "aa_end": null,
          "aa_length": 1571,
          "cds_start": 3203,
          "cds_end": null,
          "cds_length": 4716,
          "cdna_start": 3203,
          "cdna_end": null,
          "cdna_length": 5149,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9782G>T",
          "hgvs_p": "p.Arg3261Leu",
          "transcript": "ENST00000359028.7",
          "protein_id": "ENSP00000351922.4",
          "transcript_support_level": 5,
          "aa_start": 3261,
          "aa_end": null,
          "aa_length": 3931,
          "cds_start": 9782,
          "cds_end": null,
          "cds_length": 11796,
          "cdna_start": 9782,
          "cdna_end": null,
          "cdna_length": 12219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9710G>T",
          "hgvs_p": "p.Arg3237Leu",
          "transcript": "ENST00000681412.1",
          "protein_id": "ENSP00000506486.1",
          "transcript_support_level": null,
          "aa_start": 3237,
          "aa_end": null,
          "aa_length": 3923,
          "cds_start": 9710,
          "cds_end": null,
          "cds_length": 11772,
          "cdna_start": 9932,
          "cdna_end": null,
          "cdna_length": 13915,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9749G>T",
          "hgvs_p": "p.Arg3250Leu",
          "transcript": "ENST00000680534.1",
          "protein_id": "ENSP00000506674.1",
          "transcript_support_level": null,
          "aa_start": 3250,
          "aa_end": null,
          "aa_length": 3920,
          "cds_start": 9749,
          "cds_end": null,
          "cds_length": 11763,
          "cdna_start": 10009,
          "cdna_end": null,
          "cdna_length": 12537,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9686G>T",
          "hgvs_p": "p.Arg3229Leu",
          "transcript": "ENST00000681722.1",
          "protein_id": "ENSP00000506566.1",
          "transcript_support_level": null,
          "aa_start": 3229,
          "aa_end": null,
          "aa_length": 3915,
          "cds_start": 9686,
          "cds_end": null,
          "cds_length": 11748,
          "cdna_start": 9924,
          "cdna_end": null,
          "cdna_length": 12328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9686G>T",
          "hgvs_p": "p.Arg3229Leu",
          "transcript": "NM_147185.3",
          "protein_id": "NP_671714.1",
          "transcript_support_level": null,
          "aa_start": 3229,
          "aa_end": null,
          "aa_length": 3899,
          "cds_start": 9686,
          "cds_end": null,
          "cds_length": 11700,
          "cdna_start": 9924,
          "cdna_end": null,
          "cdna_length": 12452,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 50,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9686G>T",
          "hgvs_p": "p.Arg3229Leu",
          "transcript": "ENST00000680766.1",
          "protein_id": "ENSP00000505204.1",
          "transcript_support_level": null,
          "aa_start": 3229,
          "aa_end": null,
          "aa_length": 3899,
          "cds_start": 9686,
          "cds_end": null,
          "cds_length": 11700,
          "cdna_start": 9908,
          "cdna_end": null,
          "cdna_length": 12423,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9656G>T",
          "hgvs_p": "p.Arg3219Leu",
          "transcript": "ENST00000679521.1",
          "protein_id": "ENSP00000505456.1",
          "transcript_support_level": null,
          "aa_start": 3219,
          "aa_end": null,
          "aa_length": 3889,
          "cds_start": 9656,
          "cds_end": null,
          "cds_length": 11670,
          "cdna_start": 9894,
          "cdna_end": null,
          "cdna_length": 12422,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9617G>T",
          "hgvs_p": "p.Arg3206Leu",
          "transcript": "ENST00000680181.1",
          "protein_id": "ENSP00000505548.1",
          "transcript_support_level": null,
          "aa_start": 3206,
          "aa_end": null,
          "aa_length": 3876,
          "cds_start": 9617,
          "cds_end": null,
          "cds_length": 11631,
          "cdna_start": 9855,
          "cdna_end": null,
          "cdna_length": 12370,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9569G>T",
          "hgvs_p": "p.Arg3190Leu",
          "transcript": "ENST00000680513.1",
          "protein_id": "ENSP00000505284.1",
          "transcript_support_level": null,
          "aa_start": 3190,
          "aa_end": null,
          "aa_length": 3860,
          "cds_start": 9569,
          "cds_end": null,
          "cds_length": 11583,
          "cdna_start": 9829,
          "cdna_end": null,
          "cdna_length": 12357,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9533G>T",
          "hgvs_p": "p.Arg3178Leu",
          "transcript": "ENST00000680072.1",
          "protein_id": "ENSP00000506581.1",
          "transcript_support_level": null,
          "aa_start": 3178,
          "aa_end": null,
          "aa_length": 3848,
          "cds_start": 9533,
          "cds_end": null,
          "cds_length": 11547,
          "cdna_start": 9793,
          "cdna_end": null,
          "cdna_length": 12321,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 40,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9686G>T",
          "hgvs_p": "p.Arg3229Leu",
          "transcript": "ENST00000680952.1",
          "protein_id": "ENSP00000506407.1",
          "transcript_support_level": null,
          "aa_start": 3229,
          "aa_end": null,
          "aa_length": 3827,
          "cds_start": 9686,
          "cds_end": null,
          "cds_length": 11484,
          "cdna_start": 9908,
          "cdna_end": null,
          "cdna_length": 12118,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 39,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.9452G>T",
          "hgvs_p": "p.Arg3151Leu",
          "transcript": "ENST00000679821.1",
          "protein_id": "ENSP00000506040.1",
          "transcript_support_level": null,
          "aa_start": 3151,
          "aa_end": null,
          "aa_length": 3821,
          "cds_start": 9452,
          "cds_end": null,
          "cds_length": 11466,
          "cdna_start": 9692,
          "cdna_end": null,
          "cdna_length": 12207,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "c.4355G>T",
          "hgvs_p": "p.Arg1452Leu",
          "transcript": "NM_001379277.1",
          "protein_id": "NP_001366206.1",
          "transcript_support_level": null,
          "aa_start": 1452,
          "aa_end": null,
          "aa_length": 2122,
          "cds_start": 4355,
          "cds_end": null,
          "cds_length": 6369,
          "cdna_start": 4946,
          "cdna_end": null,
          "cdna_length": 7474,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.1460G>T",
          "hgvs_p": null,
          "transcript": "ENST00000487258.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 3983,
          "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": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.1788G>T",
          "hgvs_p": null,
          "transcript": "ENST00000487692.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": 3897,
          "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": 41,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.*590G>T",
          "hgvs_p": null,
          "transcript": "ENST00000679448.1",
          "protein_id": "ENSP00000505889.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12677,
          "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": 40,
          "exon_rank_end": null,
          "exon_count": 48,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.9686G>T",
          "hgvs_p": null,
          "transcript": "ENST00000679457.1",
          "protein_id": "ENSP00000505450.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13676,
          "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": 40,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.9908G>T",
          "hgvs_p": null,
          "transcript": "ENST00000679474.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13320,
          "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": 40,
          "exon_rank_end": null,
          "exon_count": 49,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.9908G>T",
          "hgvs_p": null,
          "transcript": "ENST00000680047.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13866,
          "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": 13,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.3203G>T",
          "hgvs_p": null,
          "transcript": "ENST00000680365.1",
          "protein_id": "ENSP00000506019.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5863,
          "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": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.*758G>T",
          "hgvs_p": null,
          "transcript": "ENST00000681216.1",
          "protein_id": "ENSP00000505551.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 41,
          "exon_rank_end": null,
          "exon_count": 51,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.*590G>T",
          "hgvs_p": null,
          "transcript": "ENST00000679448.1",
          "protein_id": "ENSP00000505889.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12677,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "AKAP9",
          "gene_hgnc_id": 379,
          "hgvs_c": "n.*758G>T",
          "hgvs_p": null,
          "transcript": "ENST00000681216.1",
          "protein_id": "ENSP00000505551.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5984,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "CYP51A1",
          "gene_hgnc_id": 2649,
          "hgvs_c": "c.1352-9552C>A",
          "hgvs_p": null,
          "transcript": "ENST00000691309.1",
          "protein_id": "ENSP00000510368.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "AKAP9",
      "gene_hgnc_id": 379,
      "dbsnp": "rs757123477",
      "frequency_reference_population": 0.000002052194,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 3,
      "gnomad_exomes_af": 0.00000205219,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 3,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.18490073084831238,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.143,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1504,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.43,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.864,
      "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": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_005751.5",
          "gene_symbol": "AKAP9",
          "hgnc_id": 379,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,AR",
          "hgvs_c": "c.9710G>T",
          "hgvs_p": "p.Arg3237Leu"
        },
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000691309.1",
          "gene_symbol": "CYP51A1",
          "hgnc_id": 2649,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1352-9552C>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Cardiovascular phenotype",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Cardiovascular phenotype",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}