← 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: 14-24233587-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "14",
      "pos": 24233587,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001002002.3",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "NM_001002002.3",
          "protein_id": "NP_001002002.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 1595,
          "mane_select": "ENST00000399440.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000399440.7",
          "protein_id": "ENSP00000382369.2",
          "transcript_support_level": 1,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 1595,
          "mane_select": "NM_001002002.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.250G>A",
          "hgvs_p": "p.Val84Ile",
          "transcript": "ENST00000557854.5",
          "protein_id": "ENSP00000454038.1",
          "transcript_support_level": 1,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 427,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 1284,
          "cdna_start": 527,
          "cdna_end": null,
          "cdna_length": 2025,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.250G>A",
          "hgvs_p": "p.Val84Ile",
          "transcript": "ENST00000420554.6",
          "protein_id": "ENSP00000392859.2",
          "transcript_support_level": 1,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 549,
          "cdna_end": null,
          "cdna_length": 1864,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000355299.8",
          "protein_id": "ENSP00000347449.4",
          "transcript_support_level": 1,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 657,
          "cdna_end": null,
          "cdna_length": 1972,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000559836.5",
          "protein_id": "ENSP00000453299.1",
          "transcript_support_level": 1,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 578,
          "cdna_end": null,
          "cdna_length": 1893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000456667.7",
          "protein_id": "ENSP00000405743.3",
          "transcript_support_level": 1,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": 261,
          "cdna_end": null,
          "cdna_length": 1484,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.196G>A",
          "hgvs_p": null,
          "transcript": "ENST00000559287.5",
          "protein_id": "ENSP00000453594.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1748,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.196G>A",
          "hgvs_p": null,
          "transcript": "ENST00000561038.5",
          "protein_id": "ENSP00000452670.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2160,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.250G>A",
          "hgvs_p": "p.Val84Ile",
          "transcript": "NM_001283022.2",
          "protein_id": "NP_001269951.1",
          "transcript_support_level": null,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 427,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 1284,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 2019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "NM_001351022.2",
          "protein_id": "NP_001337951.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": 457,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "NM_001351023.2",
          "protein_id": "NP_001337952.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 409,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1230,
          "cdna_start": 398,
          "cdna_end": null,
          "cdna_length": 1896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.250G>A",
          "hgvs_p": "p.Val84Ile",
          "transcript": "NM_016576.5",
          "protein_id": "NP_057660.2",
          "transcript_support_level": null,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 366,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 1101,
          "cdna_start": 521,
          "cdna_end": null,
          "cdna_length": 1836,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "NM_001002000.3",
          "protein_id": "NP_001002000.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 457,
          "cdna_end": null,
          "cdna_length": 1772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "NM_001002001.3",
          "protein_id": "NP_001002001.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 348,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 1047,
          "cdna_start": 398,
          "cdna_end": null,
          "cdna_length": 1713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.250G>A",
          "hgvs_p": "p.Val84Ile",
          "transcript": "ENST00000559104.5",
          "protein_id": "ENSP00000453355.1",
          "transcript_support_level": 5,
          "aa_start": 84,
          "aa_end": null,
          "aa_length": 333,
          "cds_start": 250,
          "cds_end": null,
          "cds_length": 1002,
          "cdna_start": 503,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "NM_001283023.2",
          "protein_id": "NP_001269952.1",
          "transcript_support_level": null,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 320,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 963,
          "cdna_start": 280,
          "cdna_end": null,
          "cdna_length": 1511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000559910.5",
          "protein_id": "ENSP00000453537.1",
          "transcript_support_level": 5,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 315,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 948,
          "cdna_start": 384,
          "cdna_end": null,
          "cdna_length": 1562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000561035.5",
          "protein_id": "ENSP00000454009.1",
          "transcript_support_level": 5,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 719,
          "cdna_start": 354,
          "cdna_end": null,
          "cdna_length": 877,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile",
          "transcript": "ENST00000560139.5",
          "protein_id": "ENSP00000453714.1",
          "transcript_support_level": 5,
          "aa_start": 66,
          "aa_end": null,
          "aa_length": 130,
          "cds_start": 196,
          "cds_end": null,
          "cds_length": 395,
          "cdna_start": 384,
          "cdna_end": null,
          "cdna_length": 583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.34G>A",
          "hgvs_p": "p.Val12Ile",
          "transcript": "ENST00000558279.5",
          "protein_id": "ENSP00000453079.1",
          "transcript_support_level": 2,
          "aa_start": 12,
          "aa_end": null,
          "aa_length": 56,
          "cds_start": 34,
          "cds_end": null,
          "cds_length": 173,
          "cdna_start": 207,
          "cdna_end": null,
          "cdna_length": 346,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.316G>A",
          "hgvs_p": null,
          "transcript": "ENST00000558701.1",
          "protein_id": null,
          "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": 402,
          "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": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.250G>A",
          "hgvs_p": null,
          "transcript": "ENST00000558760.5",
          "protein_id": "ENSP00000452840.1",
          "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": 817,
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.250G>A",
          "hgvs_p": null,
          "transcript": "ENST00000559102.1",
          "protein_id": "ENSP00000453895.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": 721,
          "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": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.378G>A",
          "hgvs_p": null,
          "transcript": "ENST00000559801.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": 466,
          "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": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.196G>A",
          "hgvs_p": null,
          "transcript": "ENST00000561130.5",
          "protein_id": "ENSP00000453560.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": 842,
          "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": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "n.457G>A",
          "hgvs_p": null,
          "transcript": "NR_104265.2",
          "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": 1796,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.-48G>A",
          "hgvs_p": null,
          "transcript": "NM_001283021.2",
          "protein_id": "NP_001269950.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 373,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1122,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2031,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.-48G>A",
          "hgvs_p": null,
          "transcript": "NM_001351024.2",
          "protein_id": "NP_001337953.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1907,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.-48G>A",
          "hgvs_p": null,
          "transcript": "NM_001351025.2",
          "protein_id": "NP_001337954.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1848,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.-48G>A",
          "hgvs_p": null,
          "transcript": "NM_001351026.2",
          "protein_id": "NP_001337955.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 312,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 939,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_donor_variant",
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.195+1G>A",
          "hgvs_p": null,
          "transcript": "ENST00000559409.5",
          "protein_id": "ENSP00000453761.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 150,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 453,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 601,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "GMPR2",
          "gene_hgnc_id": 4377,
          "hgvs_c": "c.-256+799G>A",
          "hgvs_p": null,
          "transcript": "ENST00000558865.5",
          "protein_id": "ENSP00000454138.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 124,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 735,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "GMPR2",
      "gene_hgnc_id": 4377,
      "dbsnp": "rs767604015",
      "frequency_reference_population": 0.000025310048,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 37,
      "gnomad_exomes_af": 0.00002531,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 37,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.2720000147819519,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "REVEL",
      "splice_score_selected": 0.20000000298023224,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.272,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.103,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.28,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 6.566,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0.2,
      "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": -1,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4",
      "acmg_by_gene": [
        {
          "score": -1,
          "benign_score": 1,
          "pathogenic_score": 0,
          "criteria": [
            "BP4"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001002002.3",
          "gene_symbol": "GMPR2",
          "hgnc_id": 4377,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.196G>A",
          "hgvs_p": "p.Val66Ile"
        }
      ],
      "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
}