← 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: 2-166037844-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 166037844,
      "ref": "T",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000674923.1",
      "consequences": [
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "NM_001165963.4",
          "protein_id": "NP_001159435.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": 3356,
          "cdna_end": null,
          "cdna_length": 11940,
          "mane_select": "ENST00000674923.1",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "ENST00000674923.1",
          "protein_id": "ENSP00000501589.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": 3356,
          "cdna_end": null,
          "cdna_length": 11940,
          "mane_select": "NM_001165963.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "ENST00000303395.9",
          "protein_id": "ENSP00000303540.4",
          "transcript_support_level": 5,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": 3269,
          "cdna_end": null,
          "cdna_length": 11853,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "ENST00000375405.7",
          "protein_id": "ENSP00000364554.3",
          "transcript_support_level": 5,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 2863,
          "cdna_end": null,
          "cdna_length": 8097,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2794A>G",
          "hgvs_p": "p.Met932Val",
          "transcript": "ENST00000409050.2",
          "protein_id": "ENSP00000386312.1",
          "transcript_support_level": 5,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1981,
          "cds_start": 2794,
          "cds_end": null,
          "cds_length": 5946,
          "cdna_start": 3079,
          "cdna_end": null,
          "cdna_length": 7376,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "NM_001202435.3",
          "protein_id": "NP_001189364.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": 3134,
          "cdna_end": null,
          "cdna_length": 12890,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "NM_001353948.2",
          "protein_id": "NP_001340877.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 2009,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 6030,
          "cdna_start": 3177,
          "cdna_end": null,
          "cdna_length": 12933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "NM_001353949.2",
          "protein_id": "NP_001340878.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3009,
          "cdna_end": null,
          "cdna_length": 12765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "NM_001353950.2",
          "protein_id": "NP_001340879.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3101,
          "cdna_end": null,
          "cdna_length": 12857,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "NM_001353951.2",
          "protein_id": "NP_001340880.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3144,
          "cdna_end": null,
          "cdna_length": 12900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "NM_001353952.2",
          "protein_id": "NP_001340881.1",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3236,
          "cdna_end": null,
          "cdna_length": 12992,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "NM_006920.6",
          "protein_id": "NP_008851.3",
          "transcript_support_level": null,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3323,
          "cdna_end": null,
          "cdna_length": 13079,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "ENST00000635750.1",
          "protein_id": "ENSP00000490799.1",
          "transcript_support_level": 5,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3062,
          "cdna_end": null,
          "cdna_length": 8299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "ENST00000637988.1",
          "protein_id": "ENSP00000490780.1",
          "transcript_support_level": 5,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 3325,
          "cdna_end": null,
          "cdna_length": 8562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "ENST00000640036.1",
          "protein_id": "ENSP00000491573.1",
          "transcript_support_level": 5,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1998,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 5997,
          "cdna_start": 2894,
          "cdna_end": null,
          "cdna_length": 8131,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2842A>G",
          "hgvs_p": "p.Met948Val",
          "transcript": "NM_001353954.2",
          "protein_id": "NP_001340883.1",
          "transcript_support_level": null,
          "aa_start": 948,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": 2842,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": 3233,
          "cdna_end": null,
          "cdna_length": 12989,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2842A>G",
          "hgvs_p": "p.Met948Val",
          "transcript": "NM_001353955.2",
          "protein_id": "NP_001340884.1",
          "transcript_support_level": null,
          "aa_start": 948,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": 2842,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": 3141,
          "cdna_end": null,
          "cdna_length": 12897,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2842A>G",
          "hgvs_p": "p.Met948Val",
          "transcript": "ENST00000641575.1",
          "protein_id": "ENSP00000492917.1",
          "transcript_support_level": null,
          "aa_start": 948,
          "aa_end": null,
          "aa_length": 1997,
          "cds_start": 2842,
          "cds_end": null,
          "cds_length": 5994,
          "cdna_start": 3118,
          "cdna_end": null,
          "cdna_length": 12874,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2794A>G",
          "hgvs_p": "p.Met932Val",
          "transcript": "NM_001165964.3",
          "protein_id": "NP_001159436.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1981,
          "cds_start": 2794,
          "cds_end": null,
          "cds_length": 5946,
          "cdna_start": 3185,
          "cdna_end": null,
          "cdna_length": 12941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2794A>G",
          "hgvs_p": "p.Met932Val",
          "transcript": "NM_001353957.2",
          "protein_id": "NP_001340886.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1981,
          "cds_start": 2794,
          "cds_end": null,
          "cds_length": 5946,
          "cdna_start": 3093,
          "cdna_end": null,
          "cdna_length": 12849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2794A>G",
          "hgvs_p": "p.Met932Val",
          "transcript": "NM_001353958.2",
          "protein_id": "NP_001340887.1",
          "transcript_support_level": null,
          "aa_start": 932,
          "aa_end": null,
          "aa_length": 1981,
          "cds_start": 2794,
          "cds_end": null,
          "cds_length": 5946,
          "cdna_start": 3050,
          "cdna_end": null,
          "cdna_length": 12806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2791A>G",
          "hgvs_p": "p.Met931Val",
          "transcript": "NM_001353960.2",
          "protein_id": "NP_001340889.1",
          "transcript_support_level": null,
          "aa_start": 931,
          "aa_end": null,
          "aa_length": 1980,
          "cds_start": 2791,
          "cds_end": null,
          "cds_length": 5943,
          "cdna_start": 3182,
          "cdna_end": null,
          "cdna_length": 12938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2632A>G",
          "hgvs_p": "p.Met878Val",
          "transcript": "ENST00000713692.1",
          "protein_id": "ENSP00000518996.1",
          "transcript_support_level": null,
          "aa_start": 878,
          "aa_end": null,
          "aa_length": 1927,
          "cds_start": 2632,
          "cds_end": null,
          "cds_length": 5784,
          "cdna_start": 3149,
          "cdna_end": null,
          "cdna_length": 7757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "ENST00000641603.1",
          "protein_id": "ENSP00000492945.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 1915,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 5748,
          "cdna_start": 3032,
          "cdna_end": null,
          "cdna_length": 12506,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2845A>G",
          "hgvs_p": "p.Met949Val",
          "transcript": "ENST00000635776.1",
          "protein_id": "ENSP00000490692.1",
          "transcript_support_level": 5,
          "aa_start": 949,
          "aa_end": null,
          "aa_length": 1618,
          "cds_start": 2845,
          "cds_end": null,
          "cds_length": 4857,
          "cdna_start": 3147,
          "cdna_end": null,
          "cdna_length": 10107,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.436A>G",
          "hgvs_p": "p.Met146Val",
          "transcript": "NM_001353961.2",
          "protein_id": "NP_001340890.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 1195,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 3588,
          "cdna_start": 3252,
          "cdna_end": null,
          "cdna_length": 13008,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2875A>G",
          "hgvs_p": "p.Met959Val",
          "transcript": "XM_047445392.1",
          "protein_id": "XP_047301348.1",
          "transcript_support_level": null,
          "aa_start": 959,
          "aa_end": null,
          "aa_length": 2008,
          "cds_start": 2875,
          "cds_end": null,
          "cds_length": 6027,
          "cdna_start": 3266,
          "cdna_end": null,
          "cdna_length": 13022,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "M",
          "aa_alt": "V",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val",
          "transcript": "XM_047445393.1",
          "protein_id": "XP_047301349.1",
          "transcript_support_level": null,
          "aa_start": 960,
          "aa_end": null,
          "aa_length": 1398,
          "cds_start": 2878,
          "cds_end": null,
          "cds_length": 4197,
          "cdna_start": 3269,
          "cdna_end": null,
          "cdna_length": 4676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*371A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636194.1",
          "protein_id": "ENSP00000490288.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*2668A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636759.1",
          "protein_id": "ENSP00000490895.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.2845A>G",
          "hgvs_p": null,
          "transcript": "ENST00000637038.2",
          "protein_id": "ENSP00000490184.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8426,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.3130A>G",
          "hgvs_p": null,
          "transcript": "ENST00000637968.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4614,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*2432A>G",
          "hgvs_p": null,
          "transcript": "ENST00000641996.1",
          "protein_id": "ENSP00000493054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*821A>G",
          "hgvs_p": null,
          "transcript": "ENST00000671940.1",
          "protein_id": "ENSP00000500336.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.5351A>G",
          "hgvs_p": null,
          "transcript": "ENST00000673490.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 10569,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*914A>G",
          "hgvs_p": null,
          "transcript": "ENST00000689288.1",
          "protein_id": "ENSP00000509637.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.1431A>G",
          "hgvs_p": null,
          "transcript": "ENST00000714447.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.3231A>G",
          "hgvs_p": null,
          "transcript": "NR_148667.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 13051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*371A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636194.1",
          "protein_id": "ENSP00000490288.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8508,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*2668A>G",
          "hgvs_p": null,
          "transcript": "ENST00000636759.1",
          "protein_id": "ENSP00000490895.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*2432A>G",
          "hgvs_p": null,
          "transcript": "ENST00000641996.1",
          "protein_id": "ENSP00000493054.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 12903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*821A>G",
          "hgvs_p": null,
          "transcript": "ENST00000671940.1",
          "protein_id": "ENSP00000500336.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A",
          "gene_hgnc_id": 10585,
          "hgvs_c": "n.*914A>G",
          "hgvs_p": null,
          "transcript": "ENST00000689288.1",
          "protein_id": "ENSP00000509637.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.115+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000595268.3",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 567,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.424+10615T>C",
          "hgvs_p": null,
          "transcript": "ENST00000595647.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 910,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.221+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000599041.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 806,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.154+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000627027.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 637,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.318+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000628933.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 780,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.1042+10615T>C",
          "hgvs_p": null,
          "transcript": "ENST00000629609.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.268+10615T>C",
          "hgvs_p": null,
          "transcript": "ENST00000630226.2",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 616,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.841+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000651562.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.487+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000651574.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2258,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.810+1714T>C",
          "hgvs_p": null,
          "transcript": "ENST00000651673.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "SCN1A-AS1",
          "gene_hgnc_id": 54069,
          "hgvs_c": "n.522+22115T>C",
          "hgvs_p": null,
          "transcript": "ENST00000671284.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SCN1A",
      "gene_hgnc_id": 10585,
      "dbsnp": "rs121918750",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8948161602020264,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.933,
      "revel_prediction": "Pathogenic",
      "alphamissense_score": 0.9164,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.53,
      "bayesdelnoaf_prediction": "Pathogenic",
      "phylop100way_score": 8.015,
      "phylop100way_prediction": "Pathogenic",
      "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": 10,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PM1,PM2,PM5,PP2,PP3_Moderate,PP5",
      "acmg_by_gene": [
        {
          "score": 10,
          "benign_score": 0,
          "pathogenic_score": 10,
          "criteria": [
            "PM1",
            "PM2",
            "PM5",
            "PP2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "ENST00000674923.1",
          "gene_symbol": "SCN1A",
          "hgnc_id": 10585,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD,Unknown",
          "hgvs_c": "c.2878A>G",
          "hgvs_p": "p.Met960Val"
        },
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PP3_Moderate",
            "PP5"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000651562.1",
          "gene_symbol": "SCN1A-AS1",
          "hgnc_id": 54069,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.841+1714T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": " type 2,Developmental and epileptic encephalopathy,Generalized epilepsy with febrile seizures plus,Severe myoclonic epilepsy in infancy",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "P:1 US:1 O:1",
      "phenotype_combined": "Severe myoclonic epilepsy in infancy|Developmental and epileptic encephalopathy|Generalized epilepsy with febrile seizures plus, type 2",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}