← 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: 6-130057456-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "L3MBTL3",
          "hgnc_id": 23035,
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "inheritance_mode": "AD",
          "pathogenic_score": 3,
          "score": 3,
          "transcript": "NM_032438.4",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_score": 3,
      "allele_count_reference_population": 2,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.3087,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.22,
      "chr": "6",
      "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.7560096383094788,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4206,
          "cdna_start": 896,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_032438.4",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000361794.7",
          "protein_coding": true,
          "protein_id": "NP_115814.1",
          "strand": true,
          "transcript": "NM_032438.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4206,
          "cdna_start": 896,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000361794.7",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_032438.4",
          "protein_coding": true,
          "protein_id": "ENSP00000354526.2",
          "strand": true,
          "transcript": "ENST00000361794.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3165,
          "cdna_start": 813,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000533560.5",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000437185.1",
          "strand": true,
          "transcript": "ENST00000533560.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3334,
          "cdna_start": 973,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000858931.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528990.1",
          "strand": true,
          "transcript": "ENST00000858931.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4837,
          "cdna_start": 1528,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000966136.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636195.1",
          "strand": true,
          "transcript": "ENST00000966136.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4245,
          "cdna_start": 924,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000368136.3",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000357118.2",
          "strand": true,
          "transcript": "ENST00000368136.3",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4320,
          "cdna_start": 1010,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000858923.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528982.1",
          "strand": true,
          "transcript": "ENST00000858923.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4328,
          "cdna_start": 1016,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000858926.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528985.1",
          "strand": true,
          "transcript": "ENST00000858926.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4309,
          "cdna_start": 999,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000858929.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528988.1",
          "strand": true,
          "transcript": "ENST00000858929.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3350,
          "cdna_start": 989,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000858930.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528989.1",
          "strand": true,
          "transcript": "ENST00000858930.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3251,
          "cdna_start": 898,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000858933.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528992.1",
          "strand": true,
          "transcript": "ENST00000858933.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3948,
          "cdna_start": 1615,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000858934.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528993.1",
          "strand": true,
          "transcript": "ENST00000858934.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4131,
          "cdna_start": 821,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001007102.4",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001007103.1",
          "strand": true,
          "transcript": "NM_001007102.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4117,
          "cdna_start": 807,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001346550.2",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333479.1",
          "strand": true,
          "transcript": "NM_001346550.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4225,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "NM_001346551.2",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001333480.1",
          "strand": true,
          "transcript": "NM_001346551.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4148,
          "cdna_start": 836,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 21,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000368139.6",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000357121.2",
          "strand": true,
          "transcript": "ENST00000368139.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3243,
          "cdna_start": 886,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000526019.5",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000436706.1",
          "strand": true,
          "transcript": "ENST00000526019.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4229,
          "cdna_start": 919,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000858924.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528983.1",
          "strand": true,
          "transcript": "ENST00000858924.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4194,
          "cdna_start": 884,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000858925.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528984.1",
          "strand": true,
          "transcript": "ENST00000858925.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4249,
          "cdna_start": 940,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000858927.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528986.1",
          "strand": true,
          "transcript": "ENST00000858927.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3280,
          "cdna_start": 937,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000858928.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528987.1",
          "strand": true,
          "transcript": "ENST00000858928.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3240,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000858932.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000528991.1",
          "strand": true,
          "transcript": "ENST00000858932.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3208,
          "cdna_start": 875,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000966137.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000636196.1",
          "strand": true,
          "transcript": "ENST00000966137.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4311,
          "cdna_start": 1001,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_006715576.4",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006715639.1",
          "strand": true,
          "transcript": "XM_006715576.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4405,
          "cdna_start": 1095,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419400.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275356.1",
          "strand": true,
          "transcript": "XM_047419400.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4381,
          "cdna_start": 1071,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419401.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275357.1",
          "strand": true,
          "transcript": "XM_047419401.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5635,
          "cdna_start": 2325,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419402.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275358.1",
          "strand": true,
          "transcript": "XM_047419402.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4624,
          "cdna_start": 1314,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419403.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275359.1",
          "strand": true,
          "transcript": "XM_047419403.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4344,
          "cdna_start": 1034,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419404.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275360.1",
          "strand": true,
          "transcript": "XM_047419404.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4297,
          "cdna_start": 987,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419405.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275361.1",
          "strand": true,
          "transcript": "XM_047419405.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 815,
          "aa_ref": "E",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4391,
          "cdna_start": 1081,
          "cds_end": null,
          "cds_length": 2448,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047419407.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.823G>A",
          "hgvs_p": "p.Glu275Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275363.1",
          "strand": true,
          "transcript": "XM_047419407.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4520,
          "cdna_start": 1210,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_005267161.5",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005267218.1",
          "strand": true,
          "transcript": "XM_005267161.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4265,
          "cdna_start": 955,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_006715578.4",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_006715641.1",
          "strand": true,
          "transcript": "XM_006715578.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4192,
          "cdna_start": 882,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011536179.4",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011534481.1",
          "strand": true,
          "transcript": "XM_011536179.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4300,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011536180.3",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011534482.1",
          "strand": true,
          "transcript": "XM_011536180.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4232,
          "cdna_start": 922,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011536181.3",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011534483.1",
          "strand": true,
          "transcript": "XM_011536181.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 780,
          "aa_ref": "E",
          "aa_start": 240,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4286,
          "cdna_start": 976,
          "cds_end": null,
          "cds_length": 2343,
          "cds_start": 718,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 23,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011536184.3",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.718G>A",
          "hgvs_p": "p.Glu240Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011534486.1",
          "strand": true,
          "transcript": "XM_011536184.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4192,
          "cdna_start": 882,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047419408.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275364.1",
          "strand": true,
          "transcript": "XM_047419408.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4451,
          "cdna_start": 1141,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047419409.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275365.1",
          "strand": true,
          "transcript": "XM_047419409.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4211,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047419410.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275366.1",
          "strand": true,
          "transcript": "XM_047419410.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "K",
          "aa_end": null,
          "aa_length": 755,
          "aa_ref": "E",
          "aa_start": 215,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4180,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 2268,
          "cds_start": 643,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_047419412.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "c.643G>A",
          "hgvs_p": "p.Glu215Lys",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047275368.1",
          "strand": true,
          "transcript": "XM_047419412.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 544,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000531313.1",
          "gene_hgnc_id": 23035,
          "gene_symbol": "L3MBTL3",
          "hgvs_c": "n.220G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000531313.1",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs374985069",
      "effect": "missense_variant",
      "frequency_reference_population": 0.0000012412492,
      "gene_hgnc_id": 23035,
      "gene_symbol": "L3MBTL3",
      "gnomad_exomes_ac": 1,
      "gnomad_exomes_af": 6.85371e-7,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656961,
      "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": "Uncertain_significance",
      "phylop100way_score": 6.433,
      "pos": 130057456,
      "ref": "G",
      "revel_prediction": "Pathogenic",
      "revel_score": 0.72,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_032438.4"
    }
  ]
}
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.