← 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-130052980-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "6",
      "pos": 130052980,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_032438.4",
      "consequences": [
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "NM_032438.4",
          "protein_id": "NP_115814.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 749,
          "cdna_end": null,
          "cdna_length": 4206,
          "mane_select": "ENST00000361794.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032438.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000361794.7",
          "protein_id": "ENSP00000354526.2",
          "transcript_support_level": 5,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 749,
          "cdna_end": null,
          "cdna_length": 4206,
          "mane_select": "NM_032438.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000361794.7"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000533560.5",
          "protein_id": "ENSP00000437185.1",
          "transcript_support_level": 1,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 666,
          "cdna_end": null,
          "cdna_length": 3165,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000533560.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "ENST00000858931.1",
          "protein_id": "ENSP00000528990.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 826,
          "cdna_end": null,
          "cdna_length": 3334,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858931.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "ENST00000966136.1",
          "protein_id": "ENSP00000636195.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 1381,
          "cdna_end": null,
          "cdna_length": 4837,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966136.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000368136.3",
          "protein_id": "ENSP00000357118.2",
          "transcript_support_level": 5,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 777,
          "cdna_end": null,
          "cdna_length": 4245,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000368136.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000858923.1",
          "protein_id": "ENSP00000528982.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 863,
          "cdna_end": null,
          "cdna_length": 4320,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858923.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000858926.1",
          "protein_id": "ENSP00000528985.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 869,
          "cdna_end": null,
          "cdna_length": 4328,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858926.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000858929.1",
          "protein_id": "ENSP00000528988.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 852,
          "cdna_end": null,
          "cdna_length": 4309,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858929.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000858930.1",
          "protein_id": "ENSP00000528989.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 842,
          "cdna_end": null,
          "cdna_length": 3350,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858930.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000858933.1",
          "protein_id": "ENSP00000528992.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 751,
          "cdna_end": null,
          "cdna_length": 3251,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858933.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "ENST00000858934.1",
          "protein_id": "ENSP00000528993.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 1468,
          "cdna_end": null,
          "cdna_length": 3948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858934.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "NM_001007102.4",
          "protein_id": "NP_001007103.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 674,
          "cdna_end": null,
          "cdna_length": 4131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001007102.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "NM_001346550.2",
          "protein_id": "NP_001333479.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 660,
          "cdna_end": null,
          "cdna_length": 4117,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346550.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "NM_001346551.2",
          "protein_id": "NP_001333480.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 768,
          "cdna_end": null,
          "cdna_length": 4225,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001346551.2"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000368139.6",
          "protein_id": "ENSP00000357121.2",
          "transcript_support_level": 5,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 689,
          "cdna_end": null,
          "cdna_length": 4148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000368139.6"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000526019.5",
          "protein_id": "ENSP00000436706.1",
          "transcript_support_level": 5,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 739,
          "cdna_end": null,
          "cdna_length": 3243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000526019.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000858924.1",
          "protein_id": "ENSP00000528983.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 772,
          "cdna_end": null,
          "cdna_length": 4229,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858924.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000858925.1",
          "protein_id": "ENSP00000528984.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 737,
          "cdna_end": null,
          "cdna_length": 4194,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858925.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000858927.1",
          "protein_id": "ENSP00000528986.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 793,
          "cdna_end": null,
          "cdna_length": 4249,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858927.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000858928.1",
          "protein_id": "ENSP00000528987.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 790,
          "cdna_end": null,
          "cdna_length": 3280,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858928.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000858932.1",
          "protein_id": "ENSP00000528991.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 760,
          "cdna_end": null,
          "cdna_length": 3240,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000858932.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "ENST00000966137.1",
          "protein_id": "ENSP00000636196.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 728,
          "cdna_end": null,
          "cdna_length": 3208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000966137.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_006715576.4",
          "protein_id": "XP_006715639.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 4311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006715576.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419400.1",
          "protein_id": "XP_047275356.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 948,
          "cdna_end": null,
          "cdna_length": 4405,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419400.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419401.1",
          "protein_id": "XP_047275357.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 924,
          "cdna_end": null,
          "cdna_length": 4381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419401.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419402.1",
          "protein_id": "XP_047275358.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 2178,
          "cdna_end": null,
          "cdna_length": 5635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419402.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419403.1",
          "protein_id": "XP_047275359.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 1167,
          "cdna_end": null,
          "cdna_length": 4624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419403.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419404.1",
          "protein_id": "XP_047275360.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 887,
          "cdna_end": null,
          "cdna_length": 4344,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419404.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419405.1",
          "protein_id": "XP_047275361.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 840,
          "cdna_end": null,
          "cdna_length": 4297,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419405.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.676G>C",
          "hgvs_p": "p.Asp226His",
          "transcript": "XM_047419407.1",
          "protein_id": "XP_047275363.1",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 815,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 2448,
          "cdna_start": 934,
          "cdna_end": null,
          "cdna_length": 4391,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419407.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "XM_005267161.5",
          "protein_id": "XP_005267218.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 1063,
          "cdna_end": null,
          "cdna_length": 4520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005267161.5"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "XM_006715578.4",
          "protein_id": "XP_006715641.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 808,
          "cdna_end": null,
          "cdna_length": 4265,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_006715578.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "XM_011536179.4",
          "protein_id": "XP_011534481.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 735,
          "cdna_end": null,
          "cdna_length": 4192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011536179.4"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "XM_011536180.3",
          "protein_id": "XP_011534482.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 843,
          "cdna_end": null,
          "cdna_length": 4300,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011536180.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "XM_011536181.3",
          "protein_id": "XP_011534483.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 775,
          "cdna_end": null,
          "cdna_length": 4232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011536181.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His",
          "transcript": "XM_011536184.3",
          "protein_id": "XP_011534486.1",
          "transcript_support_level": null,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 780,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 2343,
          "cdna_start": 829,
          "cdna_end": null,
          "cdna_length": 4286,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011536184.3"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "XM_047419408.1",
          "protein_id": "XP_047275364.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 735,
          "cdna_end": null,
          "cdna_length": 4192,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419408.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "XM_047419409.1",
          "protein_id": "XP_047275365.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 994,
          "cdna_end": null,
          "cdna_length": 4451,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419409.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "XM_047419410.1",
          "protein_id": "XP_047275366.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 754,
          "cdna_end": null,
          "cdna_length": 4211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419410.1"
        },
        {
          "aa_ref": "D",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.496G>C",
          "hgvs_p": "p.Asp166His",
          "transcript": "XM_047419412.1",
          "protein_id": "XP_047275368.1",
          "transcript_support_level": null,
          "aa_start": 166,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 496,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 723,
          "cdna_end": null,
          "cdna_length": 4180,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047419412.1"
        },
        {
          "aa_ref": "?",
          "aa_alt": "?",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "L3MBTL3",
          "gene_hgnc_id": 23035,
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.???191???",
          "transcript": "ENST00000528385.5",
          "protein_id": "ENSP00000433257.1",
          "transcript_support_level": 5,
          "aa_start": 191,
          "aa_end": null,
          "aa_length": 189,
          "cds_start": 571,
          "cds_end": null,
          "cds_length": 571,
          "cdna_start": 762,
          "cdna_end": null,
          "cdna_length": 762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000528385.5"
        }
      ],
      "gene_symbol": "L3MBTL3",
      "gene_hgnc_id": 23035,
      "dbsnp": "rs755432504",
      "frequency_reference_population": 6.844777e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84478e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.15234246850013733,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.081,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.139,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.41,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.073,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_032438.4",
          "gene_symbol": "L3MBTL3",
          "hgnc_id": 23035,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.571G>C",
          "hgvs_p": "p.Asp191His"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
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.