← 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: 18-62187732-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 62187732,
      "ref": "C",
      "alt": "T",
      "effect": "5_prime_UTR_premature_start_codon_gain_variant",
      "transcript": "NM_001346235.2",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "NM_001346231.2",
          "protein_id": "NP_001333160.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000644646.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346231.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000644646.2",
          "protein_id": "ENSP00000494314.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001346231.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000644646.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000398130.6",
          "protein_id": "ENSP00000381198.2",
          "transcript_support_level": 1,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000398130.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.-2147C>T",
          "hgvs_p": null,
          "transcript": "NM_001346235.2",
          "protein_id": "NP_001333164.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346235.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000950689.1",
          "protein_id": "ENSP00000620748.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1258,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3777,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950689.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "NM_001346229.2",
          "protein_id": "NP_001333158.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346229.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000256858.10",
          "protein_id": "ENSP00000256858.5",
          "transcript_support_level": 5,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000256858.10"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000882912.1",
          "protein_id": "ENSP00000552971.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1250,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3753,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882912.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "NM_001346230.2",
          "protein_id": "NP_001333159.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346230.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000882911.1",
          "protein_id": "ENSP00000552970.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882911.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "NM_020854.4",
          "protein_id": "NP_065905.2",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1216,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3651,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020854.4"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000939328.1",
          "protein_id": "ENSP00000609387.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1215,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3648,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939328.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000939327.1",
          "protein_id": "ENSP00000609386.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939327.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000950690.1",
          "protein_id": "ENSP00000620749.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000950690.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "NM_001346233.2",
          "protein_id": "NP_001333162.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346233.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000882913.1",
          "protein_id": "ENSP00000552972.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882913.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000939329.1",
          "protein_id": "ENSP00000609388.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1212,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3639,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939329.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000882914.1",
          "protein_id": "ENSP00000552973.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882914.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000882915.1",
          "protein_id": "ENSP00000552974.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1192,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3579,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000882915.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "ENST00000939326.1",
          "protein_id": "ENSP00000609385.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939326.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "NM_001346234.2",
          "protein_id": "NP_001333163.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346234.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_011526111.3",
          "protein_id": "XP_011524413.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1224,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3675,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526111.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_011526112.3",
          "protein_id": "XP_011524414.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011526112.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437685.1",
          "protein_id": "XP_047293641.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437685.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437686.1",
          "protein_id": "XP_047293642.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1163,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3492,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437686.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437687.1",
          "protein_id": "XP_047293643.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437687.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437688.1",
          "protein_id": "XP_047293644.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1087,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3264,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437688.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437689.1",
          "protein_id": "XP_047293645.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1051,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3156,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437689.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437690.1",
          "protein_id": "XP_047293646.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437690.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437691.1",
          "protein_id": "XP_047293647.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1017,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3054,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437691.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437692.1",
          "protein_id": "XP_047293648.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 1007,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3024,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437692.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.227C>T",
          "hgvs_p": "p.Ser76Leu",
          "transcript": "XM_047437693.1",
          "protein_id": "XP_047293649.1",
          "transcript_support_level": null,
          "aa_start": 76,
          "aa_end": null,
          "aa_length": 999,
          "cds_start": 227,
          "cds_end": null,
          "cds_length": 3000,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437693.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "c.-2147C>T",
          "hgvs_p": null,
          "transcript": "NM_001346235.2",
          "protein_id": "NP_001333164.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1914,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346235.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.227C>T",
          "hgvs_p": null,
          "transcript": "ENST00000587725.5",
          "protein_id": "ENSP00000468816.1",
          "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": "non_stop_decay",
          "feature": "ENST00000587725.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144403.2",
          "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": "pseudogene",
          "feature": "NR_144403.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144404.2",
          "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": "pseudogene",
          "feature": "NR_144404.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144405.2",
          "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": "pseudogene",
          "feature": "NR_144405.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144406.2",
          "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": "pseudogene",
          "feature": "NR_144406.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144407.2",
          "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": "pseudogene",
          "feature": "NR_144407.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144408.2",
          "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": "pseudogene",
          "feature": "NR_144408.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144409.2",
          "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": "pseudogene",
          "feature": "NR_144409.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144410.2",
          "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": "pseudogene",
          "feature": "NR_144410.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "NR_144412.2",
          "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": "pseudogene",
          "feature": "NR_144412.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RELCH",
          "gene_hgnc_id": 29289,
          "hgvs_c": "n.478C>T",
          "hgvs_p": null,
          "transcript": "XR_935239.4",
          "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": "pseudogene",
          "feature": "XR_935239.4"
        }
      ],
      "gene_symbol": "RELCH",
      "gene_hgnc_id": 29289,
      "dbsnp": "rs1169252134",
      "frequency_reference_population": 0.0000068643035,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 10,
      "gnomad_exomes_af": 0.0000068643,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.18097570538520813,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.026,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0885,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.49,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.587,
      "phylop100way_prediction": "Uncertain_significance",
      "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": -6,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_by_gene": [
        {
          "score": -6,
          "benign_score": 6,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_001346235.2",
          "gene_symbol": "RELCH",
          "hgnc_id": 29289,
          "effects": [
            "5_prime_UTR_premature_start_codon_gain_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.-2147C>T",
          "hgvs_p": null
        }
      ],
      "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
}