← 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-23530033-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "18",
      "pos": 23530033,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_013326.5",
      "consequences": [
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1500C>T",
          "hgvs_p": "p.Tyr500Tyr",
          "transcript": "NM_013326.5",
          "protein_id": "NP_037458.3",
          "transcript_support_level": null,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 1500,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000269221.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_013326.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1500C>T",
          "hgvs_p": "p.Tyr500Tyr",
          "transcript": "ENST00000269221.8",
          "protein_id": "ENSP00000269221.2",
          "transcript_support_level": 1,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 657,
          "cds_start": 1500,
          "cds_end": null,
          "cds_length": 1974,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_013326.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000269221.8"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1356C>T",
          "hgvs_p": "p.Tyr452Tyr",
          "transcript": "ENST00000590868.5",
          "protein_id": "ENSP00000467007.1",
          "transcript_support_level": 2,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590868.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1500C>T",
          "hgvs_p": "p.Tyr500Tyr",
          "transcript": "ENST00000615148.5",
          "protein_id": "ENSP00000482573.2",
          "transcript_support_level": 5,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1500,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000615148.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.86-306G>A",
          "hgvs_p": null,
          "transcript": "ENST00000593280.2",
          "protein_id": "ENSP00000467150.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 41,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 126,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000593280.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.*1157C>T",
          "hgvs_p": null,
          "transcript": "ENST00000589215.5",
          "protein_id": "ENSP00000467852.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": "nonsense_mediated_decay",
          "feature": "ENST00000589215.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.*1157C>T",
          "hgvs_p": null,
          "transcript": "ENST00000589215.5",
          "protein_id": "ENSP00000467852.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": "nonsense_mediated_decay",
          "feature": "ENST00000589215.5"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1548C>T",
          "hgvs_p": "p.Tyr516Tyr",
          "transcript": "ENST00000897724.1",
          "protein_id": "ENSP00000567783.1",
          "transcript_support_level": null,
          "aa_start": 516,
          "aa_end": null,
          "aa_length": 673,
          "cds_start": 1548,
          "cds_end": null,
          "cds_length": 2022,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897724.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1515C>T",
          "hgvs_p": "p.Tyr505Tyr",
          "transcript": "ENST00000926737.1",
          "protein_id": "ENSP00000596796.1",
          "transcript_support_level": null,
          "aa_start": 505,
          "aa_end": null,
          "aa_length": 662,
          "cds_start": 1515,
          "cds_end": null,
          "cds_length": 1989,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000926737.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1497C>T",
          "hgvs_p": "p.Tyr499Tyr",
          "transcript": "ENST00000897720.1",
          "protein_id": "ENSP00000567779.1",
          "transcript_support_level": null,
          "aa_start": 499,
          "aa_end": null,
          "aa_length": 656,
          "cds_start": 1497,
          "cds_end": null,
          "cds_length": 1971,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897720.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1467C>T",
          "hgvs_p": "p.Tyr489Tyr",
          "transcript": "ENST00000897725.1",
          "protein_id": "ENSP00000567784.1",
          "transcript_support_level": null,
          "aa_start": 489,
          "aa_end": null,
          "aa_length": 646,
          "cds_start": 1467,
          "cds_end": null,
          "cds_length": 1941,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897725.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1443C>T",
          "hgvs_p": "p.Tyr481Tyr",
          "transcript": "ENST00000949335.1",
          "protein_id": "ENSP00000619394.1",
          "transcript_support_level": null,
          "aa_start": 481,
          "aa_end": null,
          "aa_length": 638,
          "cds_start": 1443,
          "cds_end": null,
          "cds_length": 1917,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949335.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1440C>T",
          "hgvs_p": "p.Tyr480Tyr",
          "transcript": "ENST00000949337.1",
          "protein_id": "ENSP00000619396.1",
          "transcript_support_level": null,
          "aa_start": 480,
          "aa_end": null,
          "aa_length": 637,
          "cds_start": 1440,
          "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": "ENST00000949337.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1422C>T",
          "hgvs_p": "p.Tyr474Tyr",
          "transcript": "ENST00000897721.1",
          "protein_id": "ENSP00000567780.1",
          "transcript_support_level": null,
          "aa_start": 474,
          "aa_end": null,
          "aa_length": 631,
          "cds_start": 1422,
          "cds_end": null,
          "cds_length": 1896,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897721.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1413C>T",
          "hgvs_p": "p.Tyr471Tyr",
          "transcript": "ENST00000897722.1",
          "protein_id": "ENSP00000567781.1",
          "transcript_support_level": null,
          "aa_start": 471,
          "aa_end": null,
          "aa_length": 628,
          "cds_start": 1413,
          "cds_end": null,
          "cds_length": 1887,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897722.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1371C>T",
          "hgvs_p": "p.Tyr457Tyr",
          "transcript": "ENST00000949339.1",
          "protein_id": "ENSP00000619398.1",
          "transcript_support_level": null,
          "aa_start": 457,
          "aa_end": null,
          "aa_length": 614,
          "cds_start": 1371,
          "cds_end": null,
          "cds_length": 1845,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949339.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1356C>T",
          "hgvs_p": "p.Tyr452Tyr",
          "transcript": "NM_001318709.1",
          "protein_id": "NP_001305638.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318709.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1500C>T",
          "hgvs_p": "p.Tyr500Tyr",
          "transcript": "ENST00000897726.1",
          "protein_id": "ENSP00000567785.1",
          "transcript_support_level": null,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": 1500,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897726.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1356C>T",
          "hgvs_p": "p.Tyr452Tyr",
          "transcript": "NM_001276342.1",
          "protein_id": "NP_001263271.1",
          "transcript_support_level": null,
          "aa_start": 452,
          "aa_end": null,
          "aa_length": 561,
          "cds_start": 1356,
          "cds_end": null,
          "cds_length": 1686,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001276342.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1194C>T",
          "hgvs_p": "p.Tyr398Tyr",
          "transcript": "ENST00000897723.1",
          "protein_id": "ENSP00000567782.1",
          "transcript_support_level": null,
          "aa_start": 398,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 1194,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897723.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1029C>T",
          "hgvs_p": "p.Tyr343Tyr",
          "transcript": "NM_001318707.1",
          "protein_id": "NP_001305636.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318707.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1026C>T",
          "hgvs_p": "p.Tyr342Tyr",
          "transcript": "ENST00000949336.1",
          "protein_id": "ENSP00000619395.1",
          "transcript_support_level": null,
          "aa_start": 342,
          "aa_end": null,
          "aa_length": 499,
          "cds_start": 1026,
          "cds_end": null,
          "cds_length": 1500,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949336.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1029C>T",
          "hgvs_p": "p.Tyr343Tyr",
          "transcript": "NM_001318708.1",
          "protein_id": "NP_001305637.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318708.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1029C>T",
          "hgvs_p": "p.Tyr343Tyr",
          "transcript": "XM_047437486.1",
          "protein_id": "XP_047293442.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437486.1"
        },
        {
          "aa_ref": "Y",
          "aa_alt": "Y",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1029C>T",
          "hgvs_p": "p.Tyr343Tyr",
          "transcript": "XM_047437487.1",
          "protein_id": "XP_047293443.1",
          "transcript_support_level": null,
          "aa_start": 343,
          "aa_end": null,
          "aa_length": 500,
          "cds_start": 1029,
          "cds_end": null,
          "cds_length": 1503,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437487.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 16,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "c.1495-196C>T",
          "hgvs_p": null,
          "transcript": "ENST00000949338.1",
          "protein_id": "ENSP00000619397.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000949338.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.430+3322G>A",
          "hgvs_p": null,
          "transcript": "ENST00000591107.6",
          "protein_id": "ENSP00000468438.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 178,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 537,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000591107.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.509-679G>A",
          "hgvs_p": null,
          "transcript": "ENST00000586150.5",
          "protein_id": "ENSP00000468321.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 174,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000586150.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.163+3322G>A",
          "hgvs_p": null,
          "transcript": "ENST00000590723.5",
          "protein_id": "ENSP00000464755.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 59,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 180,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590723.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3805+3322G>A",
          "hgvs_p": null,
          "transcript": "XM_005258277.1",
          "protein_id": "XP_005258334.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005258277.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3754+3322G>A",
          "hgvs_p": null,
          "transcript": "XM_005258279.3",
          "protein_id": "XP_005258336.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1286,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3861,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005258279.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3806-306G>A",
          "hgvs_p": null,
          "transcript": "XM_017025784.1",
          "protein_id": "XP_016881273.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1281,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3846,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017025784.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3805+3322G>A",
          "hgvs_p": null,
          "transcript": "XM_006722479.4",
          "protein_id": "XP_006722542.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006722479.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3806-679G>A",
          "hgvs_p": null,
          "transcript": "XM_017025785.1",
          "protein_id": "XP_016881274.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1273,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3822,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017025785.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3755-306G>A",
          "hgvs_p": null,
          "transcript": "XM_017025786.2",
          "protein_id": "XP_016881275.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1264,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3795,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017025786.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3754+3322G>A",
          "hgvs_p": null,
          "transcript": "XM_017025787.2",
          "protein_id": "XP_016881276.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017025787.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": 24,
          "intron_rank_end": null,
          "gene_symbol": "NPC1",
          "gene_hgnc_id": 7897,
          "hgvs_c": "c.3755-679G>A",
          "hgvs_p": null,
          "transcript": "XM_047437539.1",
          "protein_id": "XP_047293495.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1256,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3771,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047437539.1"
        },
        {
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.68C>T",
          "hgvs_p": null,
          "transcript": "ENST00000589409.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000589409.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.*501C>T",
          "hgvs_p": null,
          "transcript": "ENST00000590870.5",
          "protein_id": "ENSP00000464875.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000590870.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.169C>T",
          "hgvs_p": null,
          "transcript": "ENST00000591367.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000591367.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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.69C>T",
          "hgvs_p": null,
          "transcript": "ENST00000592682.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000592682.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.123C>T",
          "hgvs_p": null,
          "transcript": "ENST00000593081.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000593081.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RMC1",
          "gene_hgnc_id": 24326,
          "hgvs_c": "n.*501C>T",
          "hgvs_p": null,
          "transcript": "ENST00000590870.5",
          "protein_id": "ENSP00000464875.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000590870.5"
        }
      ],
      "gene_symbol": "RMC1",
      "gene_hgnc_id": 24326,
      "dbsnp": "rs34136453",
      "frequency_reference_population": 0.0064734947,
      "hom_count_reference_population": 63,
      "allele_count_reference_population": 10444,
      "gnomad_exomes_af": 0.00653095,
      "gnomad_genomes_af": 0.00592237,
      "gnomad_exomes_ac": 9542,
      "gnomad_genomes_ac": 902,
      "gnomad_exomes_homalt": 60,
      "gnomad_genomes_homalt": 3,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5600000023841858,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.56,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.154,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -21,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BP7,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -21,
          "benign_score": 21,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_013326.5",
          "gene_symbol": "RMC1",
          "hgnc_id": 24326,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1500C>T",
          "hgvs_p": "p.Tyr500Tyr"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000593280.2",
          "gene_symbol": "NPC1",
          "hgnc_id": 7897,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.86-306G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:2",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}