← 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: 12-57302894-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 57302894,
      "ref": "G",
      "alt": "A",
      "effect": "intron_variant",
      "transcript": "NM_001351204.2",
      "consequences": [
        {
          "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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001394031.1",
          "protein_id": "NP_001380960.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000402412.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394031.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000402412.6",
          "protein_id": "ENSP00000385839.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001394031.1",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000402412.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000347140.7",
          "protein_id": "ENSP00000317903.6",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000347140.7"
        },
        {
          "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": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351204.2",
          "protein_id": "NP_001338133.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351204.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": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351205.2",
          "protein_id": "NP_001338134.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351205.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": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351206.2",
          "protein_id": "NP_001338135.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351206.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": 27,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351207.2",
          "protein_id": "NP_001338136.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351207.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": 24,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351208.2",
          "protein_id": "NP_001338137.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351208.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945082.1",
          "protein_id": "ENSP00000615141.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1022,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3069,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945082.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001330121.2",
          "protein_id": "NP_001317050.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330121.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": 24,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001330122.2",
          "protein_id": "NP_001317051.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330122.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": 24,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000403821.6",
          "protein_id": "ENSP00000385169.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1010,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3033,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000403821.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": 24,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351209.2",
          "protein_id": "NP_001338138.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351209.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": 26,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878714.1",
          "protein_id": "ENSP00000548773.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878714.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878715.1",
          "protein_id": "ENSP00000548774.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878715.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878717.1",
          "protein_id": "ENSP00000548776.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878717.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351211.2",
          "protein_id": "NP_001338140.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351211.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": 26,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878710.1",
          "protein_id": "ENSP00000548769.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878710.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878711.1",
          "protein_id": "ENSP00000548770.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878711.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": 26,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945076.1",
          "protein_id": "ENSP00000615135.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945076.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": 26,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945078.1",
          "protein_id": "ENSP00000615137.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945078.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945077.1",
          "protein_id": "ENSP00000615136.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 996,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2991,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945077.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351212.2",
          "protein_id": "NP_001338141.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351212.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": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351213.2",
          "protein_id": "NP_001338142.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351213.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": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351214.2",
          "protein_id": "NP_001338143.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351214.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": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351215.2",
          "protein_id": "NP_001338144.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 992,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2979,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351215.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878709.1",
          "protein_id": "ENSP00000548768.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878709.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000938446.1",
          "protein_id": "ENSP00000608505.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938446.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000938447.1",
          "protein_id": "ENSP00000608506.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938447.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000938448.1",
          "protein_id": "ENSP00000608507.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938448.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945075.1",
          "protein_id": "ENSP00000615134.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945075.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945081.1",
          "protein_id": "ENSP00000615139.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945081.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945084.1",
          "protein_id": "ENSP00000615143.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945084.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": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945085.1",
          "protein_id": "ENSP00000615144.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945085.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": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351216.2",
          "protein_id": "NP_001338145.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351216.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878716.1",
          "protein_id": "ENSP00000548775.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878716.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000938444.1",
          "protein_id": "ENSP00000608503.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938444.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000938445.1",
          "protein_id": "ENSP00000608504.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 988,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2967,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938445.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_014925.5",
          "protein_id": "NP_055740.3",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_014925.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": 22,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000358907.6",
          "protein_id": "ENSP00000351784.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 976,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2931,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000358907.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": 24,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878712.1",
          "protein_id": "ENSP00000548771.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878712.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": 24,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001330123.2",
          "protein_id": "NP_001317052.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001330123.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": 24,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000634871.1",
          "protein_id": "ENSP00000489424.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 966,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2901,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000634871.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": 22,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351217.2",
          "protein_id": "NP_001338146.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351217.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": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "NM_001351218.2",
          "protein_id": "NP_001338147.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001351218.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": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878713.1",
          "protein_id": "ENSP00000548772.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 943,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2832,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878713.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000945080.1",
          "protein_id": "ENSP00000615138.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 928,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2787,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945080.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": 23,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.-811+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000441731.6",
          "protein_id": "ENSP00000408536.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 671,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2016,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000441731.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": 27,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428506.1",
          "protein_id": "XP_047284462.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1099,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3300,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428506.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": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.327+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428507.1",
          "protein_id": "XP_047284463.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1082,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3249,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428507.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": 26,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428508.1",
          "protein_id": "XP_047284464.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1065,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3198,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428508.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.354+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428509.1",
          "protein_id": "XP_047284465.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1057,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3174,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428509.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": 27,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428510.1",
          "protein_id": "XP_047284466.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428510.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": 27,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428511.1",
          "protein_id": "XP_047284467.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428511.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": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428512.1",
          "protein_id": "XP_047284468.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428512.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": 28,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428513.1",
          "protein_id": "XP_047284469.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428513.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": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428514.1",
          "protein_id": "XP_047284470.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428514.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": 26,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428515.1",
          "protein_id": "XP_047284471.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1050,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3153,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428515.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428516.1",
          "protein_id": "XP_047284472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1047,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3144,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428516.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": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428517.1",
          "protein_id": "XP_047284473.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1042,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3129,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428517.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.354+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428518.1",
          "protein_id": "XP_047284474.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1039,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3120,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428518.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.354+282C>T",
          "hgvs_p": null,
          "transcript": "XM_024448885.2",
          "protein_id": "XP_024304653.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1037,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3114,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024448885.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": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_017019009.2",
          "protein_id": "XP_016874498.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1033,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3102,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017019009.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428519.1",
          "protein_id": "XP_047284475.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1032,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3099,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428519.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": 24,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_017019012.2",
          "protein_id": "XP_016874501.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1027,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3084,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017019012.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.354+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428520.1",
          "protein_id": "XP_047284476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1025,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3078,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428520.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428521.1",
          "protein_id": "XP_047284477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1024,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3075,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428521.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": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.354+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428522.1",
          "protein_id": "XP_047284478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1019,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3060,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428522.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": 26,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428523.1",
          "protein_id": "XP_047284479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1016,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3051,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428523.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": 24,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428524.1",
          "protein_id": "XP_047284480.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1015,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3048,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428524.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": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428525.1",
          "protein_id": "XP_047284481.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1008,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3027,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428525.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": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.354+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428526.1",
          "protein_id": "XP_047284482.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1007,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3024,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428526.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.231+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428527.1",
          "protein_id": "XP_047284483.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 998,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2997,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428527.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": 23,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.378+282C>T",
          "hgvs_p": null,
          "transcript": "XM_017019020.2",
          "protein_id": "XP_016874509.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 995,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2988,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017019020.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": 24,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428528.1",
          "protein_id": "XP_047284484.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428528.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": 23,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428529.1",
          "protein_id": "XP_047284485.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 990,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2973,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428529.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": 24,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.48+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428530.1",
          "protein_id": "XP_047284486.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 989,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2970,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428530.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": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428532.1",
          "protein_id": "XP_047284488.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 970,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2913,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428532.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": 23,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428533.1",
          "protein_id": "XP_047284489.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 958,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2877,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428533.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": 22,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null,
          "transcript": "XM_047428534.1",
          "protein_id": "XP_047284490.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 938,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2817,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047428534.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "n.230+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000551465.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": "ENST00000551465.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "R3HDM2",
          "gene_hgnc_id": 29167,
          "hgvs_c": "n.5+282C>T",
          "hgvs_p": null,
          "transcript": "ENST00000552428.6",
          "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": "pseudogene",
          "feature": "ENST00000552428.6"
        }
      ],
      "gene_symbol": "R3HDM2",
      "gene_hgnc_id": 29167,
      "dbsnp": "rs11172147",
      "frequency_reference_population": 0.18645093,
      "hom_count_reference_population": 3111,
      "allele_count_reference_population": 28348,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.186451,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 28348,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 3111,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8399999737739563,
      "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.84,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.038,
      "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": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_001351204.2",
          "gene_symbol": "R3HDM2",
          "hgnc_id": 29167,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.207+282C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}