← 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-62197888-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 12,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "RELCH",
          "hgnc_id": 29289,
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -12,
          "transcript": "NM_001346229.2",
          "verdict": "Benign"
        }
      ],
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_score": -12,
      "allele_count_reference_population": 62850,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.92,
      "chr": "18",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.9200000166893005,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8617,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346231.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000644646.2",
          "protein_coding": true,
          "protein_id": "NP_001333160.1",
          "strand": true,
          "transcript": "NM_001346231.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 8617,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000644646.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001346231.2",
          "protein_coding": true,
          "protein_id": "ENSP00000494314.1",
          "strand": true,
          "transcript": "ENST00000644646.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6178,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000398130.6",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000381198.2",
          "strand": true,
          "transcript": "ENST00000398130.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5588,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000950689.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620748.1",
          "strand": true,
          "transcript": "ENST00000950689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8719,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346229.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333158.1",
          "strand": true,
          "transcript": "NM_001346229.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5579,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000256858.10",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000256858.5",
          "strand": true,
          "transcript": "ENST00000256858.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1250,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3753,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882912.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552971.1",
          "strand": true,
          "transcript": "ENST00000882912.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8641,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346230.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333159.1",
          "strand": true,
          "transcript": "NM_001346230.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5514,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882911.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552970.1",
          "strand": true,
          "transcript": "ENST00000882911.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1216,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8617,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3651,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_020854.4",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_065905.2",
          "strand": true,
          "transcript": "NM_020854.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1215,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5469,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3648,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000939328.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609387.1",
          "strand": true,
          "transcript": "ENST00000939328.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1213,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5474,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000939327.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609386.1",
          "strand": true,
          "transcript": "ENST00000939327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1213,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5450,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000950690.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000620749.1",
          "strand": true,
          "transcript": "ENST00000950690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1212,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8605,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3639,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346233.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333162.1",
          "strand": true,
          "transcript": "NM_001346233.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1212,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5417,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3639,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882913.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552972.1",
          "strand": true,
          "transcript": "ENST00000882913.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1212,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4303,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3639,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000939329.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609388.1",
          "strand": true,
          "transcript": "ENST00000939329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4222,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3579,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882914.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552973.1",
          "strand": true,
          "transcript": "ENST00000882914.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1192,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4207,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3579,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000882915.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000552974.1",
          "strand": true,
          "transcript": "ENST00000882915.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1184,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5796,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000939326.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609385.1",
          "strand": true,
          "transcript": "ENST00000939326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346234.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333163.1",
          "strand": true,
          "transcript": "NM_001346234.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 637,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9253,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1914,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001346235.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.-1848+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333164.1",
          "strand": true,
          "transcript": "NM_001346235.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8641,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011526111.3",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011524413.1",
          "strand": true,
          "transcript": "XM_011526111.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1171,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8570,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011526112.3",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011524414.1",
          "strand": true,
          "transcript": "XM_011526112.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1171,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8570,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437685.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293641.1",
          "strand": true,
          "transcript": "XM_047437685.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1163,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8546,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3492,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437686.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293642.1",
          "strand": true,
          "transcript": "XM_047437686.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3627,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437687.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293643.1",
          "strand": true,
          "transcript": "XM_047437687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1087,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5464,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3264,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437688.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293644.1",
          "strand": true,
          "transcript": "XM_047437688.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3568,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437689.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293645.1",
          "strand": true,
          "transcript": "XM_047437689.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1025,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3408,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3078,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437690.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293646.1",
          "strand": true,
          "transcript": "XM_047437690.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1017,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3569,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3054,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437691.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293647.1",
          "strand": true,
          "transcript": "XM_047437691.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1007,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3817,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3024,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437692.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293648.1",
          "strand": true,
          "transcript": "XM_047437692.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 999,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3793,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3000,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 23,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047437693.1",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "c.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047293649.1",
          "strand": true,
          "transcript": "XM_047437693.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "non_stop_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3268,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000587725.5",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.526+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000468816.1",
          "strand": true,
          "transcript": "ENST00000587725.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9375,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 32,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144403.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144403.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10519,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144404.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144404.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8739,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144405.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144405.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10543,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144406.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144406.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8822,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144407.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144407.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 9416,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144408.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144408.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 10748,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 32,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144409.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144409.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8700,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144410.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144410.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8791,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NR_144412.2",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "NR_144412.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3709,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XR_935239.4",
          "gene_hgnc_id": 29289,
          "gene_symbol": "RELCH",
          "hgvs_c": "n.777+9857G>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "XR_935239.4",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs9948708",
      "effect": "intron_variant",
      "frequency_reference_population": 0.4134814,
      "gene_hgnc_id": 29289,
      "gene_symbol": "RELCH",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": 62850,
      "gnomad_genomes_af": 0.413481,
      "gnomad_genomes_homalt": 13160,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 13160,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": -1.193,
      "pos": 62197888,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001346229.2"
    }
  ]
}
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.