← 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: 16-59477-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 59477,
      "ref": "C",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_022450.5",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "NM_022450.5",
          "protein_id": "NP_071895.3",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000262316.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_022450.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000262316.10",
          "protein_id": "ENSP00000262316.5",
          "transcript_support_level": 1,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_022450.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000262316.10"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1943G>C",
          "hgvs_p": "p.Arg648Pro",
          "transcript": "ENST00000944434.1",
          "protein_id": "ENSP00000614493.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 1943,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944434.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1943G>C",
          "hgvs_p": "p.Arg648Pro",
          "transcript": "ENST00000944435.1",
          "protein_id": "ENSP00000614494.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 1943,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944435.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1943G>C",
          "hgvs_p": "p.Arg648Pro",
          "transcript": "ENST00000944437.1",
          "protein_id": "ENSP00000614496.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 1943,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944437.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1943G>C",
          "hgvs_p": "p.Arg648Pro",
          "transcript": "ENST00000944440.1",
          "protein_id": "ENSP00000614499.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 891,
          "cds_start": 1943,
          "cds_end": null,
          "cds_length": 2676,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944440.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000886898.1",
          "protein_id": "ENSP00000556957.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886898.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000886900.1",
          "protein_id": "ENSP00000556959.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886900.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000886902.1",
          "protein_id": "ENSP00000556961.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886902.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000886904.1",
          "protein_id": "ENSP00000556963.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886904.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000917250.1",
          "protein_id": "ENSP00000587309.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917250.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000944433.1",
          "protein_id": "ENSP00000614492.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944433.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000944436.1",
          "protein_id": "ENSP00000614495.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944436.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000944444.1",
          "protein_id": "ENSP00000614503.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944444.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1832G>C",
          "hgvs_p": "p.Arg611Pro",
          "transcript": "ENST00000944442.1",
          "protein_id": "ENSP00000614501.1",
          "transcript_support_level": null,
          "aa_start": 611,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 1832,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944442.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1943G>C",
          "hgvs_p": "p.Arg648Pro",
          "transcript": "ENST00000944439.1",
          "protein_id": "ENSP00000614498.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 846,
          "cds_start": 1943,
          "cds_end": null,
          "cds_length": 2541,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944439.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1787G>C",
          "hgvs_p": "p.Arg596Pro",
          "transcript": "ENST00000944443.1",
          "protein_id": "ENSP00000614502.1",
          "transcript_support_level": null,
          "aa_start": 596,
          "aa_end": null,
          "aa_length": 839,
          "cds_start": 1787,
          "cds_end": null,
          "cds_length": 2520,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944443.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1781G>C",
          "hgvs_p": "p.Arg594Pro",
          "transcript": "ENST00000944438.1",
          "protein_id": "ENSP00000614497.1",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 1781,
          "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": "ENST00000944438.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1781G>C",
          "hgvs_p": "p.Arg594Pro",
          "transcript": "ENST00000944441.1",
          "protein_id": "ENSP00000614500.1",
          "transcript_support_level": null,
          "aa_start": 594,
          "aa_end": null,
          "aa_length": 837,
          "cds_start": 1781,
          "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": "ENST00000944441.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1757G>C",
          "hgvs_p": "p.Arg586Pro",
          "transcript": "ENST00000886903.1",
          "protein_id": "ENSP00000556962.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 1757,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886903.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000886899.1",
          "protein_id": "ENSP00000556958.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886899.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "ENST00000917253.1",
          "protein_id": "ENSP00000587312.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 810,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2433,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917253.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1673G>C",
          "hgvs_p": "p.Arg558Pro",
          "transcript": "ENST00000886901.1",
          "protein_id": "ENSP00000556960.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 1673,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000886901.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1673G>C",
          "hgvs_p": "p.Arg558Pro",
          "transcript": "ENST00000917251.1",
          "protein_id": "ENSP00000587310.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 1673,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917251.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1673G>C",
          "hgvs_p": "p.Arg558Pro",
          "transcript": "ENST00000917252.1",
          "protein_id": "ENSP00000587311.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 1673,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000917252.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.47G>C",
          "hgvs_p": "p.Arg16Pro",
          "transcript": "ENST00000448893.1",
          "protein_id": "ENSP00000406397.1",
          "transcript_support_level": 3,
          "aa_start": 16,
          "aa_end": null,
          "aa_length": 231,
          "cds_start": 47,
          "cds_end": null,
          "cds_length": 696,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000448893.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.2066G>C",
          "hgvs_p": "p.Arg689Pro",
          "transcript": "XM_047434478.1",
          "protein_id": "XP_047290434.1",
          "transcript_support_level": null,
          "aa_start": 689,
          "aa_end": null,
          "aa_length": 932,
          "cds_start": 2066,
          "cds_end": null,
          "cds_length": 2799,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047434478.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1997G>C",
          "hgvs_p": "p.Arg666Pro",
          "transcript": "XM_047434479.1",
          "protein_id": "XP_047290435.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 909,
          "cds_start": 1997,
          "cds_end": null,
          "cds_length": 2730,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047434479.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1904G>C",
          "hgvs_p": "p.Arg635Pro",
          "transcript": "XM_006720921.2",
          "protein_id": "XP_006720984.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 1904,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006720921.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1904G>C",
          "hgvs_p": "p.Arg635Pro",
          "transcript": "XM_017023556.2",
          "protein_id": "XP_016879045.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 878,
          "cds_start": 1904,
          "cds_end": null,
          "cds_length": 2637,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017023556.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro",
          "transcript": "XM_047434480.1",
          "protein_id": "XP_047290436.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": 1835,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047434480.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1742G>C",
          "hgvs_p": "p.Arg581Pro",
          "transcript": "XM_047434481.1",
          "protein_id": "XP_047290437.1",
          "transcript_support_level": null,
          "aa_start": 581,
          "aa_end": null,
          "aa_length": 824,
          "cds_start": 1742,
          "cds_end": null,
          "cds_length": 2475,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047434481.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "c.1673G>C",
          "hgvs_p": "p.Arg558Pro",
          "transcript": "XM_047434482.1",
          "protein_id": "XP_047290438.1",
          "transcript_support_level": null,
          "aa_start": 558,
          "aa_end": null,
          "aa_length": 801,
          "cds_start": 1673,
          "cds_end": null,
          "cds_length": 2406,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047434482.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "n.*1149G>C",
          "hgvs_p": null,
          "transcript": "ENST00000428730.5",
          "protein_id": "ENSP00000411508.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000428730.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "n.480G>C",
          "hgvs_p": null,
          "transcript": "ENST00000486045.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "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": "ENST00000486045.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "n.691G>C",
          "hgvs_p": null,
          "transcript": "ENST00000493647.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": "ENST00000493647.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RHBDF1",
          "gene_hgnc_id": 20561,
          "hgvs_c": "n.*1149G>C",
          "hgvs_p": null,
          "transcript": "ENST00000428730.5",
          "protein_id": "ENSP00000411508.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000428730.5"
        }
      ],
      "gene_symbol": "RHBDF1",
      "gene_hgnc_id": 20561,
      "dbsnp": "rs778357157",
      "frequency_reference_population": 6.8435685e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84357e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8413469791412354,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.425,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.8441,
      "alphamissense_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.22,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 7.842,
      "phylop100way_prediction": "Pathogenic",
      "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": 4,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_by_gene": [
        {
          "score": 4,
          "benign_score": 0,
          "pathogenic_score": 4,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_022450.5",
          "gene_symbol": "RHBDF1",
          "hgnc_id": 20561,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1835G>C",
          "hgvs_p": "p.Arg612Pro"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}