← Back to variant description

GeneBe API Showcase

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

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

Documentation & Advanced Usage

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

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

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

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

All tools documented at:docs.genebe.net

API Request Examples for Variant: 17-68515537-CA-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "17",
      "pos": 68515537,
      "ref": "CA",
      "alt": "C",
      "effect": "frameshift_variant",
      "transcript": "ENST00000589228.6",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_002734.5",
          "protein_id": "NP_002725.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 264,
          "cdna_end": null,
          "cdna_length": 4253,
          "mane_select": "ENST00000589228.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000589228.6",
          "protein_id": "ENSP00000464977.2",
          "transcript_support_level": 1,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 264,
          "cdna_end": null,
          "cdna_length": 4253,
          "mane_select": "NM_002734.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000358598.6",
          "protein_id": "ENSP00000351410.1",
          "transcript_support_level": 1,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 256,
          "cdna_end": null,
          "cdna_length": 3576,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000536854.6",
          "protein_id": "ENSP00000445625.1",
          "transcript_support_level": 1,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 3697,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000586397.5",
          "protein_id": "ENSP00000466459.1",
          "transcript_support_level": 1,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 718,
          "cdna_end": null,
          "cdna_length": 1940,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_001276289.2",
          "protein_id": "NP_001263218.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 397,
          "cdna_end": null,
          "cdna_length": 4386,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_001278433.2",
          "protein_id": "NP_001265362.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 318,
          "cdna_end": null,
          "cdna_length": 4307,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_001369389.1",
          "protein_id": "NP_001356318.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 421,
          "cdna_end": null,
          "cdna_length": 4410,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_001369390.1",
          "protein_id": "NP_001356319.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 232,
          "cdna_end": null,
          "cdna_length": 4221,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_212471.3",
          "protein_id": "NP_997636.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 288,
          "cdna_end": null,
          "cdna_length": 4277,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_212472.2",
          "protein_id": "NP_997637.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 346,
          "cdna_end": null,
          "cdna_length": 4335,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000392711.5",
          "protein_id": "ENSP00000376475.1",
          "transcript_support_level": 5,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 346,
          "cdna_end": null,
          "cdna_length": 4327,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000585427.6",
          "protein_id": "ENSP00000464715.2",
          "transcript_support_level": 4,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 229,
          "cdna_end": null,
          "cdna_length": 2726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000588178.6",
          "protein_id": "ENSP00000465013.2",
          "transcript_support_level": 4,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 242,
          "cdna_end": null,
          "cdna_length": 3562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000589017.6",
          "protein_id": "ENSP00000465445.2",
          "transcript_support_level": 3,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 641,
          "cdna_end": null,
          "cdna_length": 5749,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000589480.6",
          "protein_id": "ENSP00000466649.2",
          "transcript_support_level": 2,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 349,
          "cdna_end": null,
          "cdna_length": 3669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000592800.6",
          "protein_id": "ENSP00000466314.2",
          "transcript_support_level": 2,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 349,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1050,
          "cdna_start": 303,
          "cdna_end": null,
          "cdna_length": 3757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "NM_001276290.1",
          "protein_id": "NP_001263219.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 145,
          "cdna_end": null,
          "cdna_length": 1212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000585981.6",
          "protein_id": "ENSP00000467311.2",
          "transcript_support_level": 5,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 459,
          "cdna_end": null,
          "cdna_length": 1528,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000588188.7",
          "protein_id": "ENSP00000468106.2",
          "transcript_support_level": 3,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 264,
          "cdna_end": null,
          "cdna_length": 1334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000711037.1",
          "protein_id": "ENSP00000518555.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 337,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1014,
          "cdna_start": 231,
          "cdna_end": null,
          "cdna_length": 1301,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "ENST00000585815.5",
          "protein_id": "ENSP00000467867.1",
          "transcript_support_level": 5,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 64,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 196,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 553,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "XM_011524984.4",
          "protein_id": "XP_011523286.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 365,
          "cdna_end": null,
          "cdna_length": 4354,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "XM_047436369.1",
          "protein_id": "XP_047292325.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 694,
          "cdna_end": null,
          "cdna_length": 4683,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs",
          "transcript": "XM_047436370.1",
          "protein_id": "XP_047292326.1",
          "transcript_support_level": null,
          "aa_start": 47,
          "aa_end": null,
          "aa_length": 381,
          "cds_start": 139,
          "cds_end": null,
          "cds_length": 1146,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 4518,
          "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": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.139delA",
          "hgvs_p": null,
          "transcript": "ENST00000392710.8",
          "protein_id": "ENSP00000376474.4",
          "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": 3551,
          "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": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.264delA",
          "hgvs_p": null,
          "transcript": "ENST00000585460.1",
          "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": 680,
          "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": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.139delA",
          "hgvs_p": null,
          "transcript": "ENST00000585608.5",
          "protein_id": "ENSP00000466722.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": 848,
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000267009",
          "gene_hgnc_id": null,
          "hgvs_c": "n.318delA",
          "hgvs_p": null,
          "transcript": "ENST00000590353.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 719,
          "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": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.279delA",
          "hgvs_p": null,
          "transcript": "ENST00000592194.1",
          "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": 556,
          "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": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.258delA",
          "hgvs_p": null,
          "transcript": "ENST00000686019.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": 4477,
          "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": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.1633delA",
          "hgvs_p": null,
          "transcript": "ENST00000689625.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": 1671,
          "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": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "n.272delA",
          "hgvs_p": null,
          "transcript": "ENST00000691392.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": 6214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "PRKAR1A",
          "gene_hgnc_id": 9388,
          "hgvs_c": "c.*2delA",
          "hgvs_p": null,
          "transcript": "ENST00000589309.5",
          "protein_id": "ENSP00000467500.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 44,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 137,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "PRKAR1A",
      "gene_hgnc_id": 9388,
      "dbsnp": "rs281864789",
      "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": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0.029999999329447746,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 9.325,
      "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": 10,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_by_gene": [
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000589228.6",
          "gene_symbol": "PRKAR1A",
          "hgnc_id": 9388,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.139delA",
          "hgvs_p": "p.Met47fs"
        },
        {
          "score": 2,
          "benign_score": 0,
          "pathogenic_score": 2,
          "criteria": [
            "PM2"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000590353.1",
          "gene_symbol": "ENSG00000267009",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.318delA",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}