← 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: 8-1771428-A-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 1771428,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_018941.4",
      "consequences": [
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "NM_018941.4",
          "protein_id": "NP_061764.2",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 594,
          "cdna_end": null,
          "cdna_length": 7084,
          "mane_select": "ENST00000331222.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_018941.4"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000331222.6",
          "protein_id": "ENSP00000328182.4",
          "transcript_support_level": 1,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 594,
          "cdna_end": null,
          "cdna_length": 7084,
          "mane_select": "NM_018941.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000331222.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KBTBD11-OT1",
          "gene_hgnc_id": null,
          "hgvs_c": "n.374A>T",
          "hgvs_p": null,
          "transcript": "ENST00000635855.1",
          "protein_id": "ENSP00000489726.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6169,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000635855.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000519254.2",
          "protein_id": "ENSP00000490016.1",
          "transcript_support_level": 5,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 549,
          "cdna_end": null,
          "cdna_length": 1769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000519254.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000635751.1",
          "protein_id": "ENSP00000489694.1",
          "transcript_support_level": 5,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 662,
          "cdna_end": null,
          "cdna_length": 1807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000635751.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000637083.1",
          "protein_id": "ENSP00000490235.1",
          "transcript_support_level": 5,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 724,
          "cdna_end": null,
          "cdna_length": 2001,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000637083.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000637156.1",
          "protein_id": "ENSP00000490458.1",
          "transcript_support_level": 5,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 623,
          "cdna_end": null,
          "cdna_length": 1897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000637156.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859935.1",
          "protein_id": "ENSP00000529994.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859935.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859937.1",
          "protein_id": "ENSP00000529996.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 649,
          "cdna_end": null,
          "cdna_length": 1955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859937.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859938.1",
          "protein_id": "ENSP00000529997.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 542,
          "cdna_end": null,
          "cdna_length": 1519,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859938.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859939.1",
          "protein_id": "ENSP00000529998.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 619,
          "cdna_end": null,
          "cdna_length": 1925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859939.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859940.1",
          "protein_id": "ENSP00000529999.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 663,
          "cdna_end": null,
          "cdna_length": 1948,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859940.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859941.1",
          "protein_id": "ENSP00000530000.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 585,
          "cdna_end": null,
          "cdna_length": 1870,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859941.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933685.1",
          "protein_id": "ENSP00000603744.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 669,
          "cdna_end": null,
          "cdna_length": 3329,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933685.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933688.1",
          "protein_id": "ENSP00000603747.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 695,
          "cdna_end": null,
          "cdna_length": 1996,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933688.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933689.1",
          "protein_id": "ENSP00000603748.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 575,
          "cdna_end": null,
          "cdna_length": 1876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933689.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933692.1",
          "protein_id": "ENSP00000603751.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 600,
          "cdna_end": null,
          "cdna_length": 1287,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933692.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000965220.1",
          "protein_id": "ENSP00000635279.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 591,
          "cdna_end": null,
          "cdna_length": 1552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965220.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000965221.1",
          "protein_id": "ENSP00000635280.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 601,
          "cdna_end": null,
          "cdna_length": 1288,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965221.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000965222.1",
          "protein_id": "ENSP00000635281.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 630,
          "cdna_end": null,
          "cdna_length": 1315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965222.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000520991.3",
          "protein_id": "ENSP00000487905.2",
          "transcript_support_level": 5,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 551,
          "cdna_end": null,
          "cdna_length": 1305,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000520991.3"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000636934.1",
          "protein_id": "ENSP00000490218.1",
          "transcript_support_level": 5,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 216,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 651,
          "cdna_start": 583,
          "cdna_end": null,
          "cdna_length": 1790,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000636934.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000859936.1",
          "protein_id": "ENSP00000529995.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 215,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 648,
          "cdna_start": 594,
          "cdna_end": null,
          "cdna_length": 1687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000859936.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933687.1",
          "protein_id": "ENSP00000603746.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 215,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 648,
          "cdna_start": 624,
          "cdna_end": null,
          "cdna_length": 1707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933687.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933690.1",
          "protein_id": "ENSP00000603749.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 215,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 648,
          "cdna_start": 620,
          "cdna_end": null,
          "cdna_length": 1081,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933690.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000965219.1",
          "protein_id": "ENSP00000635278.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 215,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 648,
          "cdna_start": 551,
          "cdna_end": null,
          "cdna_length": 1624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000965219.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933686.1",
          "protein_id": "ENSP00000603745.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 214,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 645,
          "cdna_start": 611,
          "cdna_end": null,
          "cdna_length": 1690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933686.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000933691.1",
          "protein_id": "ENSP00000603750.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 214,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 645,
          "cdna_start": 539,
          "cdna_end": null,
          "cdna_length": 1000,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000933691.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "ENST00000524258.2",
          "protein_id": "ENSP00000488898.2",
          "transcript_support_level": 2,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 134,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 407,
          "cdna_start": 802,
          "cdna_end": null,
          "cdna_length": 835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000524258.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_005266021.5",
          "protein_id": "XP_005266078.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 634,
          "cdna_end": null,
          "cdna_length": 7124,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005266021.5"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_005266022.2",
          "protein_id": "XP_005266079.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 824,
          "cdna_end": null,
          "cdna_length": 7314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005266022.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_005266023.2",
          "protein_id": "XP_005266080.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 616,
          "cdna_end": null,
          "cdna_length": 7106,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005266023.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_011534745.2",
          "protein_id": "XP_011533047.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 650,
          "cdna_end": null,
          "cdna_length": 7140,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011534745.2"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_011534746.3",
          "protein_id": "XP_011533048.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 707,
          "cdna_end": null,
          "cdna_length": 7197,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011534746.3"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_047421512.1",
          "protein_id": "XP_047277468.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 286,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 861,
          "cdna_start": 636,
          "cdna_end": null,
          "cdna_length": 7126,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421512.1"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_011534747.3",
          "protein_id": "XP_011533049.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 594,
          "cdna_end": null,
          "cdna_length": 3036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011534747.3"
        },
        {
          "aa_ref": "N",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile",
          "transcript": "XM_047421513.1",
          "protein_id": "XP_047277469.1",
          "transcript_support_level": null,
          "aa_start": 125,
          "aa_end": null,
          "aa_length": 263,
          "cds_start": 374,
          "cds_end": null,
          "cds_length": 792,
          "cdna_start": 634,
          "cdna_end": null,
          "cdna_length": 3076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047421513.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KBTBD11-OT1",
          "gene_hgnc_id": null,
          "hgvs_c": "n.326A>T",
          "hgvs_p": null,
          "transcript": "ENST00000635773.1",
          "protein_id": "ENSP00000490620.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5844,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000635773.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "n.374A>T",
          "hgvs_p": null,
          "transcript": "ENST00000635970.1",
          "protein_id": "ENSP00000490439.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000635970.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "KBTBD11-OT1",
          "gene_hgnc_id": null,
          "hgvs_c": "n.173A>T",
          "hgvs_p": null,
          "transcript": "ENST00000636175.1",
          "protein_id": "ENSP00000490769.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2039,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000636175.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CLN8",
          "gene_hgnc_id": 2079,
          "hgvs_c": "c.*142A>T",
          "hgvs_p": null,
          "transcript": "ENST00000637594.1",
          "protein_id": "ENSP00000489999.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 76,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 406,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000637594.1"
        }
      ],
      "gene_symbol": "CLN8",
      "gene_hgnc_id": 2079,
      "dbsnp": "rs142269885",
      "frequency_reference_population": 6.8404506e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84045e-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.7881388664245605,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.454,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6092,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.16,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.298,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_018941.4",
          "gene_symbol": "CLN8",
          "hgnc_id": 2079,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.374A>T",
          "hgvs_p": "p.Asn125Ile"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000635855.1",
          "gene_symbol": "KBTBD11-OT1",
          "hgnc_id": null,
          "effects": [
            "non_coding_transcript_exon_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.374A>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Neuronal ceroid lipofuscinosis,Neuronal ceroid lipofuscinosis 8,Neuronal ceroid lipofuscinosis 8 northern epilepsy variant",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "US:2",
      "phenotype_combined": "Neuronal ceroid lipofuscinosis|Neuronal ceroid lipofuscinosis 8;Neuronal ceroid lipofuscinosis 8 northern epilepsy variant",
      "pathogenicity_classification_combined": "Uncertain significance",
      "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.