← 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: 3-129671077-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TMCC1",
          "hgnc_id": 29116,
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "inheritance_mode": "",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_001017395.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 15,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.6117,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.16,
      "chr": "3",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8164616823196411,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6303,
          "cdna_start": 1416,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001017395.5",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000393238.8",
          "protein_coding": true,
          "protein_id": "NP_001017395.2",
          "strand": false,
          "transcript": "NM_001017395.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6303,
          "cdna_start": 1416,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000393238.8",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001017395.5",
          "protein_coding": true,
          "protein_id": "ENSP00000376930.3",
          "strand": false,
          "transcript": "ENST00000393238.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5631,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000432054.6",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.-209G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000404711.2",
          "strand": false,
          "transcript": "ENST00000432054.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6466,
          "cdna_start": 1579,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001349263.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336192.1",
          "strand": false,
          "transcript": "NM_001349263.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6306,
          "cdna_start": 1419,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349264.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336193.1",
          "strand": false,
          "transcript": "NM_001349264.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6299,
          "cdna_start": 1412,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349265.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336194.1",
          "strand": false,
          "transcript": "NM_001349265.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6462,
          "cdna_start": 1575,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001349266.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336195.1",
          "strand": false,
          "transcript": "NM_001349266.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6052,
          "cdna_start": 1165,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349268.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336197.1",
          "strand": false,
          "transcript": "NM_001349268.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5580,
          "cdna_start": 1602,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000858270.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528329.1",
          "strand": false,
          "transcript": "ENST00000858270.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5087,
          "cdna_start": 1089,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000858271.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528330.1",
          "strand": false,
          "transcript": "ENST00000858271.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3776,
          "cdna_start": 1646,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000858272.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528331.1",
          "strand": false,
          "transcript": "ENST00000858272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3510,
          "cdna_start": 1380,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000858273.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528332.1",
          "strand": false,
          "transcript": "ENST00000858273.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3453,
          "cdna_start": 1329,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000858274.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528333.1",
          "strand": false,
          "transcript": "ENST00000858274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3435,
          "cdna_start": 1305,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000858275.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528334.1",
          "strand": false,
          "transcript": "ENST00000858275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4486,
          "cdna_start": 2367,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000858276.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528335.1",
          "strand": false,
          "transcript": "ENST00000858276.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5853,
          "cdna_start": 966,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000915954.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586013.1",
          "strand": false,
          "transcript": "ENST00000915954.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3509,
          "cdna_start": 1379,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000915955.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586014.1",
          "strand": false,
          "transcript": "ENST00000915955.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3563,
          "cdna_start": 1433,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000915956.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586015.1",
          "strand": false,
          "transcript": "ENST00000915956.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3298,
          "cdna_start": 1176,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000915957.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586016.1",
          "strand": false,
          "transcript": "ENST00000915957.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3638,
          "cdna_start": 1508,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000915958.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586017.1",
          "strand": false,
          "transcript": "ENST00000915958.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3538,
          "cdna_start": 1570,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000915959.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586018.1",
          "strand": false,
          "transcript": "ENST00000915959.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4396,
          "cdna_start": 2266,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000915960.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000586019.1",
          "strand": false,
          "transcript": "ENST00000915960.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3856,
          "cdna_start": 1730,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000955168.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625227.1",
          "strand": false,
          "transcript": "ENST00000955168.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3574,
          "cdna_start": 1451,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955169.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625228.1",
          "strand": false,
          "transcript": "ENST00000955169.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3472,
          "cdna_start": 1354,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955170.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625229.1",
          "strand": false,
          "transcript": "ENST00000955170.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3574,
          "cdna_start": 1451,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955171.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625230.1",
          "strand": false,
          "transcript": "ENST00000955171.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3586,
          "cdna_start": 1463,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955172.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625231.1",
          "strand": false,
          "transcript": "ENST00000955172.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3210,
          "cdna_start": 1088,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000955173.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625232.1",
          "strand": false,
          "transcript": "ENST00000955173.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3618,
          "cdna_start": 1499,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000955174.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625233.1",
          "strand": false,
          "transcript": "ENST00000955174.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3352,
          "cdna_start": 1228,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955175.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625234.1",
          "strand": false,
          "transcript": "ENST00000955175.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3512,
          "cdna_start": 1388,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000955176.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625235.1",
          "strand": false,
          "transcript": "ENST00000955176.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3328,
          "cdna_start": 1204,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955177.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625236.1",
          "strand": false,
          "transcript": "ENST00000955177.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3400,
          "cdna_start": 1283,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000955178.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625237.1",
          "strand": false,
          "transcript": "ENST00000955178.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3300,
          "cdna_start": 1176,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000955179.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625238.1",
          "strand": false,
          "transcript": "ENST00000955179.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2937,
          "cdna_start": 1404,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000955180.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625239.1",
          "strand": false,
          "transcript": "ENST00000955180.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3249,
          "cdna_start": 1125,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000955181.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625240.1",
          "strand": false,
          "transcript": "ENST00000955181.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 653,
          "aa_ref": "R",
          "aa_start": 255,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6726,
          "cdna_start": 3534,
          "cds_end": null,
          "cds_length": 1962,
          "cds_start": 764,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000955182.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.764G>A",
          "hgvs_p": "p.Arg255Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625241.1",
          "strand": false,
          "transcript": "ENST00000955182.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "R",
          "aa_start": 141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5621,
          "cdna_start": 734,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001128224.3",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.422G>A",
          "hgvs_p": "p.Arg141Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001121696.1",
          "strand": false,
          "transcript": "NM_001128224.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "R",
          "aa_start": 141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6035,
          "cdna_start": 1148,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001349269.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.422G>A",
          "hgvs_p": "p.Arg141Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336198.1",
          "strand": false,
          "transcript": "NM_001349269.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "R",
          "aa_start": 141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5872,
          "cdna_start": 985,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "NM_001349270.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.422G>A",
          "hgvs_p": "p.Arg141Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336199.1",
          "strand": false,
          "transcript": "NM_001349270.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "R",
          "aa_start": 141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5484,
          "cdna_start": 599,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000426664.6",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.422G>A",
          "hgvs_p": "p.Arg141Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000389892.2",
          "strand": false,
          "transcript": "ENST00000426664.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 539,
          "aa_ref": "R",
          "aa_start": 141,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6250,
          "cdna_start": 1398,
          "cds_end": null,
          "cds_length": 1620,
          "cds_start": 422,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000648771.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.422G>A",
          "hgvs_p": "p.Arg141Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000497993.1",
          "strand": false,
          "transcript": "ENST00000648771.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 529,
          "aa_ref": "R",
          "aa_start": 131,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5547,
          "cdna_start": 660,
          "cds_end": null,
          "cds_length": 1590,
          "cds_start": 392,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001349271.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.392G>A",
          "hgvs_p": "p.Arg131Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336200.1",
          "strand": false,
          "transcript": "NM_001349271.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 480,
          "aa_ref": "R",
          "aa_start": 82,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5333,
          "cdna_start": 446,
          "cds_end": null,
          "cds_length": 1443,
          "cds_start": 245,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001349272.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.245G>A",
          "hgvs_p": "p.Arg82Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336201.1",
          "strand": false,
          "transcript": "NM_001349272.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 76,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5364,
          "cdna_start": 477,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 227,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001349273.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.227G>A",
          "hgvs_p": "p.Arg76Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336202.1",
          "strand": false,
          "transcript": "NM_001349273.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 474,
          "aa_ref": "R",
          "aa_start": 76,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5257,
          "cdna_start": 405,
          "cds_end": null,
          "cds_length": 1425,
          "cds_start": 227,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000698215.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.227G>A",
          "hgvs_p": "p.Arg76Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513609.1",
          "strand": false,
          "transcript": "ENST00000698215.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "R",
          "aa_start": 72,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5225,
          "cdna_start": 338,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 215,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001349274.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.215G>A",
          "hgvs_p": "p.Arg72Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336203.1",
          "strand": false,
          "transcript": "NM_001349274.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 470,
          "aa_ref": "R",
          "aa_start": 72,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5197,
          "cdna_start": 345,
          "cds_end": null,
          "cds_length": 1413,
          "cds_start": 215,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000698214.1",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.215G>A",
          "hgvs_p": "p.Arg72Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513608.1",
          "strand": false,
          "transcript": "ENST00000698214.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "R",
          "aa_start": 65,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5600,
          "cdna_start": 713,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 194,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349275.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.194G>A",
          "hgvs_p": "p.Arg65Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336204.1",
          "strand": false,
          "transcript": "NM_001349275.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 463,
          "aa_ref": "R",
          "aa_start": 65,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5909,
          "cdna_start": 1022,
          "cds_end": null,
          "cds_length": 1392,
          "cds_start": 194,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001349276.2",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.194G>A",
          "hgvs_p": "p.Arg65Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001336205.1",
          "strand": false,
          "transcript": "NM_001349276.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 329,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5631,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 990,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 4,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_015008.5",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.-209G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_055823.1",
          "strand": false,
          "transcript": "NM_015008.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 82,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 402,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 250,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000505616.5",
          "gene_hgnc_id": 29116,
          "gene_symbol": "TMCC1",
          "hgvs_c": "c.*172G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000422544.1",
          "strand": true,
          "transcript": "ENST00000505616.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs138263570",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000092929085,
      "gene_hgnc_id": 29116,
      "gene_symbol": "TMCC1",
      "gnomad_exomes_ac": 10,
      "gnomad_exomes_af": 0.00000684051,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 5,
      "gnomad_genomes_af": 0.0000328399,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 7.875,
      "pos": 129671077,
      "ref": "C",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.517,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001017395.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.