← 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: 9-114403992-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 114403992,
      "ref": "G",
      "alt": "A",
      "effect": "synonymous_variant",
      "transcript": "NM_015404.4",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2322C>T",
          "hgvs_p": "p.Ser774Ser",
          "transcript": "NM_015404.4",
          "protein_id": "NP_056219.3",
          "transcript_support_level": null,
          "aa_start": 774,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": 2322,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000362057.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015404.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2322C>T",
          "hgvs_p": "p.Ser774Ser",
          "transcript": "ENST00000362057.4",
          "protein_id": "ENSP00000354623.3",
          "transcript_support_level": 1,
          "aa_start": 774,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": 2322,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_015404.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000362057.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1173C>T",
          "hgvs_p": "p.Ser391Ser",
          "transcript": "ENST00000265134.10",
          "protein_id": "ENSP00000265134.6",
          "transcript_support_level": 1,
          "aa_start": 391,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 1173,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000265134.10"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2319C>T",
          "hgvs_p": "p.Ser773Ser",
          "transcript": "NM_001173425.2",
          "protein_id": "NP_001166896.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 2319,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001173425.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2319C>T",
          "hgvs_p": "p.Ser773Ser",
          "transcript": "ENST00000866780.1",
          "protein_id": "ENSP00000536839.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 2319,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866780.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2193C>T",
          "hgvs_p": "p.Ser731Ser",
          "transcript": "ENST00000929560.1",
          "protein_id": "ENSP00000599619.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 2193,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929560.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2112C>T",
          "hgvs_p": "p.Ser704Ser",
          "transcript": "ENST00000674036.9",
          "protein_id": "ENSP00000501297.5",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 2112,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000674036.9"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2109C>T",
          "hgvs_p": "p.Ser703Ser",
          "transcript": "ENST00000929558.1",
          "protein_id": "ENSP00000599617.1",
          "transcript_support_level": null,
          "aa_start": 703,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 2109,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929558.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1986C>T",
          "hgvs_p": "p.Ser662Ser",
          "transcript": "ENST00000866781.1",
          "protein_id": "ENSP00000536840.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 1986,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000866781.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1659C>T",
          "hgvs_p": "p.Ser553Ser",
          "transcript": "ENST00000929559.1",
          "protein_id": "ENSP00000599618.1",
          "transcript_support_level": null,
          "aa_start": 553,
          "aa_end": null,
          "aa_length": 686,
          "cds_start": 1659,
          "cds_end": null,
          "cds_length": 2061,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929559.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1656C>T",
          "hgvs_p": "p.Ser552Ser",
          "transcript": "ENST00000929561.1",
          "protein_id": "ENSP00000599620.1",
          "transcript_support_level": null,
          "aa_start": 552,
          "aa_end": null,
          "aa_length": 685,
          "cds_start": 1656,
          "cds_end": null,
          "cds_length": 2058,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000929561.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1269C>T",
          "hgvs_p": "p.Ser423Ser",
          "transcript": "NM_001346890.1",
          "protein_id": "NP_001333819.1",
          "transcript_support_level": null,
          "aa_start": 423,
          "aa_end": null,
          "aa_length": 556,
          "cds_start": 1269,
          "cds_end": null,
          "cds_length": 1671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346890.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1173C>T",
          "hgvs_p": "p.Ser391Ser",
          "transcript": "NM_001083885.3",
          "protein_id": "NP_001077354.2",
          "transcript_support_level": null,
          "aa_start": 391,
          "aa_end": null,
          "aa_length": 524,
          "cds_start": 1173,
          "cds_end": null,
          "cds_length": 1575,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001083885.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.666C>T",
          "hgvs_p": "p.Ser222Ser",
          "transcript": "ENST00000699485.1",
          "protein_id": "ENSP00000514396.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 355,
          "cds_start": 666,
          "cds_end": null,
          "cds_length": 1068,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000699485.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2355C>T",
          "hgvs_p": "p.Ser785Ser",
          "transcript": "XM_011518485.2",
          "protein_id": "XP_011516787.1",
          "transcript_support_level": null,
          "aa_start": 785,
          "aa_end": null,
          "aa_length": 918,
          "cds_start": 2355,
          "cds_end": null,
          "cds_length": 2757,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011518485.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2352C>T",
          "hgvs_p": "p.Ser784Ser",
          "transcript": "XM_011518486.3",
          "protein_id": "XP_011516788.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 917,
          "cds_start": 2352,
          "cds_end": null,
          "cds_length": 2754,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011518486.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2322C>T",
          "hgvs_p": "p.Ser774Ser",
          "transcript": "XM_047423161.1",
          "protein_id": "XP_047279117.1",
          "transcript_support_level": null,
          "aa_start": 774,
          "aa_end": null,
          "aa_length": 907,
          "cds_start": 2322,
          "cds_end": null,
          "cds_length": 2724,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423161.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2319C>T",
          "hgvs_p": "p.Ser773Ser",
          "transcript": "XM_047423163.1",
          "protein_id": "XP_047279119.1",
          "transcript_support_level": null,
          "aa_start": 773,
          "aa_end": null,
          "aa_length": 906,
          "cds_start": 2319,
          "cds_end": null,
          "cds_length": 2721,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423163.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2229C>T",
          "hgvs_p": "p.Ser743Ser",
          "transcript": "XM_011518487.3",
          "protein_id": "XP_011516789.1",
          "transcript_support_level": null,
          "aa_start": 743,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 2229,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011518487.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2196C>T",
          "hgvs_p": "p.Ser732Ser",
          "transcript": "XM_047423164.1",
          "protein_id": "XP_047279120.1",
          "transcript_support_level": null,
          "aa_start": 732,
          "aa_end": null,
          "aa_length": 865,
          "cds_start": 2196,
          "cds_end": null,
          "cds_length": 2598,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423164.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2193C>T",
          "hgvs_p": "p.Ser731Ser",
          "transcript": "XM_047423165.1",
          "protein_id": "XP_047279121.1",
          "transcript_support_level": null,
          "aa_start": 731,
          "aa_end": null,
          "aa_length": 864,
          "cds_start": 2193,
          "cds_end": null,
          "cds_length": 2595,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423165.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2112C>T",
          "hgvs_p": "p.Ser704Ser",
          "transcript": "XM_047423166.1",
          "protein_id": "XP_047279122.1",
          "transcript_support_level": null,
          "aa_start": 704,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 2112,
          "cds_end": null,
          "cds_length": 2514,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423166.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.2109C>T",
          "hgvs_p": "p.Ser703Ser",
          "transcript": "XM_047423167.1",
          "protein_id": "XP_047279123.1",
          "transcript_support_level": null,
          "aa_start": 703,
          "aa_end": null,
          "aa_length": 836,
          "cds_start": 2109,
          "cds_end": null,
          "cds_length": 2511,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423167.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1986C>T",
          "hgvs_p": "p.Ser662Ser",
          "transcript": "XM_047423168.1",
          "protein_id": "XP_047279124.1",
          "transcript_support_level": null,
          "aa_start": 662,
          "aa_end": null,
          "aa_length": 795,
          "cds_start": 1986,
          "cds_end": null,
          "cds_length": 2388,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423168.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "c.1983C>T",
          "hgvs_p": "p.Ser661Ser",
          "transcript": "XM_047423169.1",
          "protein_id": "XP_047279125.1",
          "transcript_support_level": null,
          "aa_start": 661,
          "aa_end": null,
          "aa_length": 794,
          "cds_start": 1983,
          "cds_end": null,
          "cds_length": 2385,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047423169.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "WHRN",
          "gene_hgnc_id": 16361,
          "hgvs_c": "n.2203C>T",
          "hgvs_p": null,
          "transcript": "ENST00000674048.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000674048.1"
        }
      ],
      "gene_symbol": "WHRN",
      "gene_hgnc_id": 16361,
      "dbsnp": "rs55966714",
      "frequency_reference_population": 0.00096304703,
      "hom_count_reference_population": 1,
      "allele_count_reference_population": 1553,
      "gnomad_exomes_af": 0.000999816,
      "gnomad_genomes_af": 0.000610549,
      "gnomad_exomes_ac": 1460,
      "gnomad_genomes_ac": 93,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.6700000166893005,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.67,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.546,
      "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": -10,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6,BP7,BS1",
      "acmg_by_gene": [
        {
          "score": -10,
          "benign_score": 10,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6",
            "BP7",
            "BS1"
          ],
          "verdict": "Benign",
          "transcript": "NM_015404.4",
          "gene_symbol": "WHRN",
          "hgnc_id": 16361,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AR,Unknown",
          "hgvs_c": "c.2322C>T",
          "hgvs_p": "p.Ser774Ser"
        }
      ],
      "clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 31,Usher syndrome type 2D,not provided,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:5",
      "phenotype_combined": "not specified|Autosomal recessive nonsyndromic hearing loss 31|not provided|Usher syndrome type 2D",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.