← 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: 11-72108102-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "LRTOMT",
          "hgnc_id": 25033,
          "hgvs_c": "c.538G>A",
          "hgvs_p": "p.Gly180Ser",
          "inheritance_mode": "AR,Unknown",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_001145308.5",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "TOMT",
          "hgnc_id": 55527,
          "hgvs_c": "c.439G>A",
          "hgvs_p": "p.Gly147Ser",
          "inheritance_mode": "",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_001393500.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3_Moderate"
          ],
          "effects": [
            "3_prime_UTR_variant"
          ],
          "gene_symbol": "ANAPC15",
          "hgnc_id": 24531,
          "hgvs_c": "c.*717C>T",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 4,
          "score": 4,
          "transcript": "NM_001393443.1",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3_Moderate",
      "acmg_score": 4,
      "allele_count_reference_population": 32,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3004,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.22,
      "chr": "11",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 63",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.8872798681259155,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": "G",
          "aa_start": 147,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1476,
          "cdna_start": 467,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": 439,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "NM_001393500.2",
          "gene_hgnc_id": 55527,
          "gene_symbol": "TOMT",
          "hgvs_c": "c.439G>A",
          "hgvs_p": "p.Gly147Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000541899.3",
          "protein_coding": true,
          "protein_id": "NP_001380429.1",
          "strand": true,
          "transcript": "NM_001393500.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": "G",
          "aa_start": 147,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1476,
          "cdna_start": 467,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": 439,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000541899.3",
          "gene_hgnc_id": 55527,
          "gene_symbol": "TOMT",
          "hgvs_c": "c.439G>A",
          "hgvs_p": "p.Gly147Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001393500.2",
          "protein_coding": true,
          "protein_id": "ENSP00000494667.1",
          "strand": true,
          "transcript": "ENST00000541899.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 291,
          "aa_ref": "G",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3604,
          "cdna_start": 1414,
          "cds_end": null,
          "cds_length": 876,
          "cds_start": 538,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000307198.11",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "c.538G>A",
          "hgvs_p": "p.Gly180Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000305742.7",
          "strand": true,
          "transcript": "ENST00000307198.11",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 105,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1481,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 318,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000502597.2",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.64-497C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000441774.1",
          "strand": false,
          "transcript": "ENST00000502597.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3299,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000427369.6",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "n.*257G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000409403.2",
          "strand": true,
          "transcript": "ENST00000427369.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3182,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000544409.5",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "n.*257G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000440969.1",
          "strand": true,
          "transcript": "ENST00000544409.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3299,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000427369.6",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "n.*257G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000409403.2",
          "strand": true,
          "transcript": "ENST00000427369.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3182,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000544409.5",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "n.*257G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000440969.1",
          "strand": true,
          "transcript": "ENST00000544409.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 291,
          "aa_ref": "G",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3090,
          "cdna_start": 895,
          "cds_end": null,
          "cds_length": 876,
          "cds_start": 538,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001145308.5",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "c.538G>A",
          "hgvs_p": "p.Gly180Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138780.1",
          "strand": true,
          "transcript": "NM_001145308.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 291,
          "aa_ref": "G",
          "aa_start": 180,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3311,
          "cdna_start": 1116,
          "cds_end": null,
          "cds_length": 876,
          "cds_start": 538,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001145309.4",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "c.538G>A",
          "hgvs_p": "p.Gly180Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138781.1",
          "strand": true,
          "transcript": "NM_001145309.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 258,
          "aa_ref": "G",
          "aa_start": 147,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4156,
          "cdna_start": 1962,
          "cds_end": null,
          "cds_length": 777,
          "cds_start": 439,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000864603.1",
          "gene_hgnc_id": 55527,
          "gene_symbol": "TOMT",
          "hgvs_c": "c.439G>A",
          "hgvs_p": "p.Gly147Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000534662.1",
          "strand": true,
          "transcript": "ENST00000864603.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "S",
          "aa_end": null,
          "aa_length": 251,
          "aa_ref": "G",
          "aa_start": 140,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3191,
          "cdna_start": 996,
          "cds_end": null,
          "cds_length": 756,
          "cds_start": 418,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001145310.4",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "c.418G>A",
          "hgvs_p": "p.Gly140Ser",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001138782.1",
          "strand": true,
          "transcript": "NM_001145310.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 124,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2963,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 375,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001393443.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.*717C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380372.1",
          "strand": false,
          "transcript": "NM_001393443.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 124,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3229,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 375,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001393444.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.*717C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380373.1",
          "strand": false,
          "transcript": "NM_001393444.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 124,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3224,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 375,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "NM_001393445.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.*717C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380374.1",
          "strand": false,
          "transcript": "NM_001393445.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1693,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330321.2",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317250.1",
          "strand": false,
          "transcript": "NM_001330321.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1688,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393427.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380356.1",
          "strand": false,
          "transcript": "NM_001393427.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1663,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393428.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380357.1",
          "strand": false,
          "transcript": "NM_001393428.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1608,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393429.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380358.1",
          "strand": false,
          "transcript": "NM_001393429.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1603,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393430.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380359.1",
          "strand": false,
          "transcript": "NM_001393430.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1959,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393431.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380360.1",
          "strand": false,
          "transcript": "NM_001393431.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 190,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 807,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 573,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000543050.5",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.319-497C>T",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437360.1",
          "strand": false,
          "transcript": "ENST00000543050.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 156,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 801,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 471,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000439209.5",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "c.438-503G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000395139.1",
          "strand": true,
          "transcript": "ENST00000439209.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 156,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1002,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 471,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000643715.1",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "c.438-503G>A",
          "hgvs_p": null,
          "intron_rank": 5,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000496019.1",
          "strand": true,
          "transcript": "ENST00000643715.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 105,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1478,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 318,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001393459.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "c.64-497C>T",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001380388.1",
          "strand": false,
          "transcript": "NM_001393459.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3071,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NR_171687.1",
          "gene_hgnc_id": 24531,
          "gene_symbol": "ANAPC15",
          "hgvs_c": "n.1341C>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "NR_171687.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 773,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000646163.1",
          "gene_hgnc_id": 25033,
          "gene_symbol": "LRTOMT",
          "hgvs_c": "n.*257G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000494749.1",
          "strand": true,
          "transcript": "ENST00000646163.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs529549122",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000021007218,
      "gene_hgnc_id": 25033,
      "gene_symbol": "LRTOMT",
      "gnomad_exomes_ac": 27,
      "gnomad_exomes_af": 0.0000196931,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 5,
      "gnomad_genomes_af": 0.0000328407,
      "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": "Autosomal recessive nonsyndromic hearing loss 63",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.253,
      "pos": 72108102,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.866,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.03999999910593033,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.04,
      "transcript": "NM_001145308.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.