← 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: 21-32701973-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "21",
      "pos": 32701973,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000674351.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "NM_203446.3",
          "protein_id": "NP_982271.3",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": 289,
          "cdna_end": null,
          "cdna_length": 7068,
          "mane_select": "ENST00000674351.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000674351.1",
          "protein_id": "ENSP00000501530.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": 289,
          "cdna_end": null,
          "cdna_length": 7068,
          "mane_select": "NM_203446.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "ENST00000433931.7",
          "protein_id": "ENSP00000409667.2",
          "transcript_support_level": 1,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1612,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4839,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 7075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000630077.3",
          "protein_id": "ENSP00000487560.1",
          "transcript_support_level": 1,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1526,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 4581,
          "cdna_start": 306,
          "cdna_end": null,
          "cdna_length": 6920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "ENST00000382499.7",
          "protein_id": "ENSP00000371939.2",
          "transcript_support_level": 1,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 7099,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000429236.5",
          "protein_id": "ENSP00000413649.1",
          "transcript_support_level": 1,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 2087,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 2212,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "NM_003895.4",
          "protein_id": "NP_003886.3",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1612,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4839,
          "cdna_start": 670,
          "cdna_end": null,
          "cdna_length": 7425,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000674308.1",
          "protein_id": "ENSP00000501426.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1573,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 4722,
          "cdna_start": 289,
          "cdna_end": null,
          "cdna_length": 7044,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "NM_001160306.2",
          "protein_id": "NP_001153778.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1526,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 4581,
          "cdna_start": 306,
          "cdna_end": null,
          "cdna_length": 6920,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000674204.1",
          "protein_id": "ENSP00000501504.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1311,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3936,
          "cdna_start": 306,
          "cdna_end": null,
          "cdna_length": 7085,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "NM_001160302.2",
          "protein_id": "NP_001153774.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": 306,
          "cdna_end": null,
          "cdna_length": 7037,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000357345.7",
          "protein_id": "ENSP00000349903.3",
          "transcript_support_level": 5,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 7059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000382491.7",
          "protein_id": "ENSP00000371931.4",
          "transcript_support_level": 5,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1264,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3795,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "ENST00000456084.1",
          "protein_id": "ENSP00000412707.1",
          "transcript_support_level": 2,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 177,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 536,
          "cdna_start": 246,
          "cdna_end": null,
          "cdna_length": 583,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_017028495.3",
          "protein_id": "XP_016883984.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1607,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4824,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 7060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441034.1",
          "protein_id": "XP_047296990.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1599,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4800,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 7036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_017028497.3",
          "protein_id": "XP_016883986.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1596,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4791,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 7027,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441035.1",
          "protein_id": "XP_047296991.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1586,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4761,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6997,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441036.1",
          "protein_id": "XP_047296992.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1578,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4737,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441037.1",
          "protein_id": "XP_047296993.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1573,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4722,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_017028499.3",
          "protein_id": "XP_016883988.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1565,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4698,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6934,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441038.1",
          "protein_id": "XP_047296994.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1562,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4689,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6925,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "XM_047441039.1",
          "protein_id": "XP_047296995.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1539,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 4620,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 6981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "XM_047441040.1",
          "protein_id": "XP_047296996.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1534,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 4605,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 6966,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.113C>T",
          "hgvs_p": "p.Ala38Val",
          "transcript": "XM_047441041.1",
          "protein_id": "XP_047296997.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1408,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4227,
          "cdna_start": 206,
          "cdna_end": null,
          "cdna_length": 6556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441042.1",
          "protein_id": "XP_047296998.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1353,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4062,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 4068,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441043.1",
          "protein_id": "XP_047296999.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1350,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4053,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 4059,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441044.1",
          "protein_id": "XP_047297000.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 4020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441045.1",
          "protein_id": "XP_047297001.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1334,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 4005,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 4011,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441046.1",
          "protein_id": "XP_047297002.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1318,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 3957,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441047.1",
          "protein_id": "XP_047297003.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1310,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 3933,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 6949,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.316C>T",
          "hgvs_p": "p.Arg106Trp",
          "transcript": "XM_047441048.1",
          "protein_id": "XP_047297004.1",
          "transcript_support_level": null,
          "aa_start": 106,
          "aa_end": null,
          "aa_length": 1303,
          "cds_start": 316,
          "cds_end": null,
          "cds_length": 3912,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 3918,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "XM_047441049.1",
          "protein_id": "XP_047297005.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1295,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3888,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 4019,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "R",
          "aa_alt": "W",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SYNJ1",
          "gene_hgnc_id": 11503,
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp",
          "transcript": "XM_047441050.1",
          "protein_id": "XP_047297006.1",
          "transcript_support_level": null,
          "aa_start": 67,
          "aa_end": null,
          "aa_length": 1271,
          "cds_start": 199,
          "cds_end": null,
          "cds_length": 3816,
          "cdna_start": 324,
          "cdna_end": null,
          "cdna_length": 6957,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SYNJ1",
      "gene_hgnc_id": 11503,
      "dbsnp": "rs372488661",
      "frequency_reference_population": 0.000024609359,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 38,
      "gnomad_exomes_af": 0.000024426,
      "gnomad_genomes_af": 0.0000262867,
      "gnomad_exomes_ac": 34,
      "gnomad_genomes_ac": 4,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.717456042766571,
      "computational_prediction_selected": "Uncertain_significance",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.511,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.13,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 3.274,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 0,
          "pathogenic_score": 0,
          "criteria": [],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000674351.1",
          "gene_symbol": "SYNJ1",
          "hgnc_id": 11503,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.199C>T",
          "hgvs_p": "p.Arg67Trp"
        }
      ],
      "clinvar_disease": " 53,Developmental and epileptic encephalopathy,Early-onset Parkinson disease 20",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Developmental and epileptic encephalopathy, 53;Early-onset Parkinson disease 20",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}