← 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: 9-70536087-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "9",
      "pos": 70536087,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001366147.2",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.5026C>T",
          "hgvs_p": "p.Arg1676Trp",
          "transcript": "NM_001366145.2",
          "protein_id": "NP_001353074.1",
          "transcript_support_level": null,
          "aa_start": 1676,
          "aa_end": null,
          "aa_length": 1719,
          "cds_start": 5026,
          "cds_end": null,
          "cds_length": 5160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000677713.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366145.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.5026C>T",
          "hgvs_p": "p.Arg1676Trp",
          "transcript": "ENST00000677713.2",
          "protein_id": "ENSP00000503830.2",
          "transcript_support_level": null,
          "aa_start": 1676,
          "aa_end": null,
          "aa_length": 1719,
          "cds_start": 5026,
          "cds_end": null,
          "cds_length": 5160,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001366145.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000677713.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4990C>T",
          "hgvs_p": "p.Arg1664Trp",
          "transcript": "ENST00000377110.9",
          "protein_id": "ENSP00000366314.4",
          "transcript_support_level": 1,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1707,
          "cds_start": 4990,
          "cds_end": null,
          "cds_length": 5124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377110.9"
        },
        {
          "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": 25,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3956-636C>T",
          "hgvs_p": null,
          "transcript": "ENST00000377111.8",
          "protein_id": "ENSP00000366315.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377111.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 27,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.5101C>T",
          "hgvs_p": "p.Arg1701Trp",
          "transcript": "NM_001366147.2",
          "protein_id": "NP_001353076.1",
          "transcript_support_level": null,
          "aa_start": 1701,
          "aa_end": null,
          "aa_length": 1744,
          "cds_start": 5101,
          "cds_end": null,
          "cds_length": 5235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366147.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.5002C>T",
          "hgvs_p": "p.Arg1668Trp",
          "transcript": "ENST00000357533.7",
          "protein_id": "ENSP00000350140.2",
          "transcript_support_level": 5,
          "aa_start": 1668,
          "aa_end": null,
          "aa_length": 1711,
          "cds_start": 5002,
          "cds_end": null,
          "cds_length": 5136,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000357533.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4996C>T",
          "hgvs_p": "p.Arg1666Trp",
          "transcript": "NM_001366141.2",
          "protein_id": "NP_001353070.1",
          "transcript_support_level": null,
          "aa_start": 1666,
          "aa_end": null,
          "aa_length": 1709,
          "cds_start": 4996,
          "cds_end": null,
          "cds_length": 5130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366141.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4996C>T",
          "hgvs_p": "p.Arg1666Trp",
          "transcript": "NM_001366149.2",
          "protein_id": "NP_001353078.1",
          "transcript_support_level": null,
          "aa_start": 1666,
          "aa_end": null,
          "aa_length": 1709,
          "cds_start": 4996,
          "cds_end": null,
          "cds_length": 5130,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366149.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4990C>T",
          "hgvs_p": "p.Arg1664Trp",
          "transcript": "NM_001007471.4",
          "protein_id": "NP_001007472.2",
          "transcript_support_level": null,
          "aa_start": 1664,
          "aa_end": null,
          "aa_length": 1707,
          "cds_start": 4990,
          "cds_end": null,
          "cds_length": 5124,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001007471.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4924C>T",
          "hgvs_p": "p.Arg1642Trp",
          "transcript": "ENST00000707140.1",
          "protein_id": "ENSP00000516762.1",
          "transcript_support_level": null,
          "aa_start": 1642,
          "aa_end": null,
          "aa_length": 1685,
          "cds_start": 4924,
          "cds_end": null,
          "cds_length": 5058,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000707140.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4606C>T",
          "hgvs_p": "p.Arg1536Trp",
          "transcript": "NM_206946.5",
          "protein_id": "NP_996829.3",
          "transcript_support_level": null,
          "aa_start": 1536,
          "aa_end": null,
          "aa_length": 1579,
          "cds_start": 4606,
          "cds_end": null,
          "cds_length": 4740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206946.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4606C>T",
          "hgvs_p": "p.Arg1536Trp",
          "transcript": "ENST00000396292.8",
          "protein_id": "ENSP00000379587.4",
          "transcript_support_level": 5,
          "aa_start": 1536,
          "aa_end": null,
          "aa_length": 1579,
          "cds_start": 4606,
          "cds_end": null,
          "cds_length": 4740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396292.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4576C>T",
          "hgvs_p": "p.Arg1526Trp",
          "transcript": "NM_206947.5",
          "protein_id": "NP_996830.3",
          "transcript_support_level": null,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1569,
          "cds_start": 4576,
          "cds_end": null,
          "cds_length": 4710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206947.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4576C>T",
          "hgvs_p": "p.Arg1526Trp",
          "transcript": "ENST00000358082.7",
          "protein_id": "ENSP00000350791.3",
          "transcript_support_level": 5,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1569,
          "cds_start": 4576,
          "cds_end": null,
          "cds_length": 4710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000358082.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4576C>T",
          "hgvs_p": "p.Arg1526Trp",
          "transcript": "ENST00000360823.6",
          "protein_id": "ENSP00000354066.2",
          "transcript_support_level": 5,
          "aa_start": 1526,
          "aa_end": null,
          "aa_length": 1569,
          "cds_start": 4576,
          "cds_end": null,
          "cds_length": 4710,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000360823.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4567C>T",
          "hgvs_p": "p.Arg1523Trp",
          "transcript": "NM_024971.7",
          "protein_id": "NP_079247.5",
          "transcript_support_level": null,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1566,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_024971.7"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 26,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4567C>T",
          "hgvs_p": "p.Arg1523Trp",
          "transcript": "ENST00000377105.5",
          "protein_id": "ENSP00000366309.1",
          "transcript_support_level": 5,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1566,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000377105.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4567C>T",
          "hgvs_p": "p.Arg1523Trp",
          "transcript": "ENST00000396285.5",
          "protein_id": "ENSP00000379581.1",
          "transcript_support_level": 5,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1566,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396285.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4567C>T",
          "hgvs_p": "p.Arg1523Trp",
          "transcript": "ENST00000408909.6",
          "protein_id": "ENSP00000386127.2",
          "transcript_support_level": 5,
          "aa_start": 1523,
          "aa_end": null,
          "aa_length": 1566,
          "cds_start": 4567,
          "cds_end": null,
          "cds_length": 4701,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000408909.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4537C>T",
          "hgvs_p": "p.Arg1513Trp",
          "transcript": "NM_206945.5",
          "protein_id": "NP_996828.3",
          "transcript_support_level": null,
          "aa_start": 1513,
          "aa_end": null,
          "aa_length": 1556,
          "cds_start": 4537,
          "cds_end": null,
          "cds_length": 4671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206945.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 23,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4537C>T",
          "hgvs_p": "p.Arg1513Trp",
          "transcript": "ENST00000396280.9",
          "protein_id": "ENSP00000379576.5",
          "transcript_support_level": 5,
          "aa_start": 1513,
          "aa_end": null,
          "aa_length": 1556,
          "cds_start": 4537,
          "cds_end": null,
          "cds_length": 4671,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000396280.9"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4531C>T",
          "hgvs_p": "p.Arg1511Trp",
          "transcript": "NM_020952.6",
          "protein_id": "NP_066003.3",
          "transcript_support_level": null,
          "aa_start": 1511,
          "aa_end": null,
          "aa_length": 1554,
          "cds_start": 4531,
          "cds_end": null,
          "cds_length": 4665,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_020952.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 24,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4501C>T",
          "hgvs_p": "p.Arg1501Trp",
          "transcript": "NM_206944.5",
          "protein_id": "NP_996827.3",
          "transcript_support_level": null,
          "aa_start": 1501,
          "aa_end": null,
          "aa_length": 1544,
          "cds_start": 4501,
          "cds_end": null,
          "cds_length": 4635,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_206944.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.*789C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704573.1",
          "protein_id": "ENSP00000515949.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1171,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3516,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000704573.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4079-636C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704568.1",
          "protein_id": "ENSP00000515945.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1366,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4101,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000704568.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": 27,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4067-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366152.2",
          "protein_id": "NP_001353081.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1362,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4089,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366152.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.4037-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366148.2",
          "protein_id": "NP_001353077.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1352,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4059,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366148.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3998-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366142.2",
          "protein_id": "NP_001353071.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1339,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4020,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366142.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3992-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366146.2",
          "protein_id": "NP_001353075.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366146.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": 25,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3962-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366143.2",
          "protein_id": "NP_001353072.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1327,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3984,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366143.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": 25,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3956-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366151.2",
          "protein_id": "NP_001353080.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1325,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3978,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366151.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": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3926-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366150.2",
          "protein_id": "NP_001353079.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1315,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3948,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366150.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": 25,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3620-636C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704566.1",
          "protein_id": "ENSP00000515943.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1213,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3642,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000704566.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3533-636C>T",
          "hgvs_p": null,
          "transcript": "NM_001366154.2",
          "protein_id": "NP_001353083.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001366154.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3533-636C>T",
          "hgvs_p": null,
          "transcript": "ENST00000677594.1",
          "protein_id": "ENSP00000504011.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1184,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3555,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000677594.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": 26,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "c.3497-636C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704567.1",
          "protein_id": "ENSP00000515944.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1172,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 3519,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000704567.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "n.*4019C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715550.1",
          "protein_id": "ENSP00000520470.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715550.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 25,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "n.*4019C>T",
          "hgvs_p": null,
          "transcript": "ENST00000715550.1",
          "protein_id": "ENSP00000520470.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000715550.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": 24,
          "intron_rank": 23,
          "intron_rank_end": null,
          "gene_symbol": "TRPM3",
          "gene_hgnc_id": 17992,
          "hgvs_c": "n.*2944-636C>T",
          "hgvs_p": null,
          "transcript": "ENST00000704565.1",
          "protein_id": "ENSP00000515942.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000704565.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.520+73232G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833041.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833041.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.344+73232G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833042.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833042.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.389-65920G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833043.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833043.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.352-65920G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833044.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833044.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.423-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833045.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833045.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.462-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833046.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833046.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.474-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833047.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833047.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.439-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833048.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833048.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.417-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833049.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833049.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.660-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833050.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833050.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.234-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833051.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833051.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.353-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833052.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833052.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.590-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833058.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833058.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000308298",
          "gene_hgnc_id": null,
          "hgvs_c": "n.322-14192G>A",
          "hgvs_p": null,
          "transcript": "ENST00000833065.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000833065.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "KLF9-DT",
          "gene_hgnc_id": 54815,
          "hgvs_c": "n.467-14192G>A",
          "hgvs_p": null,
          "transcript": "XR_001746707.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_001746707.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "KLF9-DT",
          "gene_hgnc_id": 54815,
          "hgvs_c": "n.390-14192G>A",
          "hgvs_p": null,
          "transcript": "XR_001746710.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_001746710.3"
        }
      ],
      "gene_symbol": "TRPM3",
      "gene_hgnc_id": 17992,
      "dbsnp": "rs41287375",
      "frequency_reference_population": 0.00014991927,
      "hom_count_reference_population": 2,
      "allele_count_reference_population": 242,
      "gnomad_exomes_af": 0.000153227,
      "gnomad_genomes_af": 0.000118172,
      "gnomad_exomes_ac": 224,
      "gnomad_genomes_ac": 18,
      "gnomad_exomes_homalt": 2,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.09732234477996826,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.215,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2071,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.14,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.6,
      "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": -7,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS2",
      "acmg_by_gene": [
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_001366147.2",
          "gene_symbol": "TRPM3",
          "hgnc_id": 17992,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.5101C>T",
          "hgvs_p": "p.Arg1701Trp"
        },
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000833041.1",
          "gene_symbol": "ENSG00000308298",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.520+73232G>A",
          "hgvs_p": null
        },
        {
          "score": -7,
          "benign_score": 7,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "XR_001746707.3",
          "gene_symbol": "KLF9-DT",
          "hgnc_id": 54815,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.467-14192G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Inborn genetic diseases,not specified",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:1 LB:1",
      "phenotype_combined": "Inborn genetic diseases|not specified",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}