← 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: 1-204952014-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 204952014,
      "ref": "C",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "NM_001378329.1",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "NM_001005388.3",
          "protein_id": "NP_001005388.2",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000339876.11",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005388.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000339876.11",
          "protein_id": "ENSP00000344786.6",
          "transcript_support_level": 5,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001005388.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000339876.11"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_001160331.2",
          "protein_id": "NP_001153803.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": "ENST00000539706.6",
          "biotype": "protein_coding",
          "feature": "NM_001160331.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "ENST00000539706.6",
          "protein_id": "ENSP00000438614.2",
          "transcript_support_level": 5,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1189,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3570,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": "NM_001160331.2",
          "biotype": "protein_coding",
          "feature": "ENST00000539706.6"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000401399.5",
          "protein_id": "ENSP00000385637.1",
          "transcript_support_level": 1,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000401399.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "ENST00000513543.6",
          "protein_id": "ENSP00000425908.1",
          "transcript_support_level": 1,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000513543.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "n.426C>A",
          "hgvs_p": null,
          "transcript": "ENST00000404977.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000404977.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "n.503C>A",
          "hgvs_p": null,
          "transcript": "ENST00000514644.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000514644.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "NM_001378329.1",
          "protein_id": "NP_001365258.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1347,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378329.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000903184.1",
          "protein_id": "ENSP00000573243.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1235,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3708,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903184.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000944486.1",
          "protein_id": "ENSP00000614545.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1202,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3609,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944486.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_001160332.2",
          "protein_id": "NP_001153804.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1174,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001160332.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "ENST00000430393.7",
          "protein_id": "ENSP00000415031.3",
          "transcript_support_level": 5,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1174,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3525,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000430393.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_015090.4",
          "protein_id": "NP_055905.2",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1169,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3510,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_015090.4"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "ENST00000903183.1",
          "protein_id": "ENSP00000573242.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903183.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "ENST00000404076.5",
          "protein_id": "ENSP00000385676.1",
          "transcript_support_level": 5,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1157,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3474,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000404076.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000903185.1",
          "protein_id": "ENSP00000573244.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1117,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3354,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000903185.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000927203.1",
          "protein_id": "ENSP00000597262.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1105,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000927203.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_001365986.1",
          "protein_id": "NP_001352915.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1062,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 3189,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001365986.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.20C>A",
          "hgvs_p": "p.Thr7Lys",
          "transcript": "ENST00000367173.7",
          "protein_id": "ENSP00000356141.3",
          "transcript_support_level": 5,
          "aa_start": 7,
          "aa_end": null,
          "aa_length": 1040,
          "cds_start": 20,
          "cds_end": null,
          "cds_length": 3123,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000367173.7"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_001378330.1",
          "protein_id": "NP_001365259.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378330.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_001378331.1",
          "protein_id": "NP_001365260.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001378331.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "ENST00000680427.1",
          "protein_id": "ENSP00000506661.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 630,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 1893,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000680427.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "NM_001005389.2",
          "protein_id": "NP_001005389.2",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 619,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 1860,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001005389.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000403080.5",
          "protein_id": "ENSP00000384875.1",
          "transcript_support_level": 2,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 619,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 1860,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000403080.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "NM_001160333.2",
          "protein_id": "NP_001153805.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001160333.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "ENST00000505079.5",
          "protein_id": "ENSP00000427586.1",
          "transcript_support_level": 4,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 128,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 389,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000505079.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.419C>A",
          "hgvs_p": "p.Thr140Lys",
          "transcript": "XM_011509316.2",
          "protein_id": "XP_011507618.2",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 1466,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 4401,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509316.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_011509318.2",
          "protein_id": "XP_011507620.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 1460,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 4383,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509318.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_011509320.2",
          "protein_id": "XP_011507622.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 1443,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 4332,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509320.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509311.3",
          "protein_id": "XP_011507613.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1436,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4311,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509311.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_011509312.1",
          "protein_id": "XP_011507614.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1435,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 4308,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509312.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_024454285.2",
          "protein_id": "XP_024310053.2",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1426,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4281,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454285.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_024454288.2",
          "protein_id": "XP_024310056.2",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1424,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4275,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454288.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_017000733.1",
          "protein_id": "XP_016856222.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1420,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 4263,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000733.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_011509314.1",
          "protein_id": "XP_011507616.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1418,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 4257,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509314.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_024454292.2",
          "protein_id": "XP_024310060.2",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1409,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4230,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454292.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_017000734.1",
          "protein_id": "XP_016856223.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1403,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 4212,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017000734.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 34,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "XM_047449947.1",
          "protein_id": "XP_047305903.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449947.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "XM_047449948.1",
          "protein_id": "XP_047305904.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449948.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 33,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "XM_047449950.1",
          "protein_id": "XP_047305906.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1364,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4095,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449950.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 32,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509321.3",
          "protein_id": "XP_011507623.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1362,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4089,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509321.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509322.3",
          "protein_id": "XP_011507624.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509322.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "XM_047449955.1",
          "protein_id": "XP_047305911.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1347,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 4044,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449955.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.95C>A",
          "hgvs_p": "p.Thr32Lys",
          "transcript": "XM_047449961.1",
          "protein_id": "XP_047305917.1",
          "transcript_support_level": null,
          "aa_start": 32,
          "aa_end": null,
          "aa_length": 1341,
          "cds_start": 95,
          "cds_end": null,
          "cds_length": 4026,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449961.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.419C>A",
          "hgvs_p": "p.Thr140Lys",
          "transcript": "XM_047449964.1",
          "protein_id": "XP_047305920.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 1337,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 4014,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449964.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_047449967.1",
          "protein_id": "XP_047305923.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 1336,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 4011,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449967.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 31,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509323.3",
          "protein_id": "XP_011507625.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1334,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 4005,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509323.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_047449933.1",
          "protein_id": "XP_047305889.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1329,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3990,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449933.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_024454296.2",
          "protein_id": "XP_024310064.2",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1317,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3954,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454296.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_047449946.1",
          "protein_id": "XP_047305902.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1302,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449946.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 30,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_024454297.2",
          "protein_id": "XP_024310065.2",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1272,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3819,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454297.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509325.3",
          "protein_id": "XP_011507627.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1267,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3804,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509325.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_005244989.3",
          "protein_id": "XP_005245046.2",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1266,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 3801,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005244989.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_005244991.3",
          "protein_id": "XP_005245048.2",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1251,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 3756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005244991.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.419C>A",
          "hgvs_p": "p.Thr140Lys",
          "transcript": "XM_047449979.1",
          "protein_id": "XP_047305935.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 1247,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 3744,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449979.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_005244992.5",
          "protein_id": "XP_005245049.2",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1246,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 3741,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005244992.5"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 29,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "XM_024454300.2",
          "protein_id": "XP_024310068.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1240,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3723,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024454300.2"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_005244993.3",
          "protein_id": "XP_005245050.2",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1234,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 3705,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005244993.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.419C>A",
          "hgvs_p": "p.Thr140Lys",
          "transcript": "XM_047449982.1",
          "protein_id": "XP_047305938.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 1219,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 3660,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449982.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_047449996.1",
          "protein_id": "XP_047305952.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 1179,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 3540,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449996.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.419C>A",
          "hgvs_p": "p.Thr140Lys",
          "transcript": "XM_047450000.1",
          "protein_id": "XP_047305956.1",
          "transcript_support_level": null,
          "aa_start": 140,
          "aa_end": null,
          "aa_length": 1168,
          "cds_start": 419,
          "cds_end": null,
          "cds_length": 3507,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450000.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 28,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509326.3",
          "protein_id": "XP_011507628.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509326.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_047450001.1",
          "protein_id": "XP_047305957.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 3489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450001.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509327.3",
          "protein_id": "XP_011507629.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1160,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3483,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509327.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_011509328.3",
          "protein_id": "XP_011507630.3",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1148,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3447,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011509328.3"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 24,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_047450009.1",
          "protein_id": "XP_047305965.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 1147,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 3444,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450009.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 26,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.344C>A",
          "hgvs_p": "p.Thr115Lys",
          "transcript": "XM_047449989.1",
          "protein_id": "XP_047305945.1",
          "transcript_support_level": null,
          "aa_start": 115,
          "aa_end": null,
          "aa_length": 1143,
          "cds_start": 344,
          "cds_end": null,
          "cds_length": 3432,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449989.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_047449990.1",
          "protein_id": "XP_047305946.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1139,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 3420,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449990.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.326C>A",
          "hgvs_p": "p.Thr109Lys",
          "transcript": "XM_047449991.1",
          "protein_id": "XP_047305947.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 1137,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 3414,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047449991.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 25,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys",
          "transcript": "XM_047450017.1",
          "protein_id": "XP_047305973.1",
          "transcript_support_level": null,
          "aa_start": 38,
          "aa_end": null,
          "aa_length": 1066,
          "cds_start": 113,
          "cds_end": null,
          "cds_length": 3201,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450017.1"
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "c.401C>A",
          "hgvs_p": "p.Thr134Lys",
          "transcript": "XM_047450027.1",
          "protein_id": "XP_047305983.1",
          "transcript_support_level": null,
          "aa_start": 134,
          "aa_end": null,
          "aa_length": 972,
          "cds_start": 401,
          "cds_end": null,
          "cds_length": 2919,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047450027.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 27,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "n.113C>A",
          "hgvs_p": null,
          "transcript": "ENST00000504476.5",
          "protein_id": "ENSP00000422524.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000504476.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NFASC",
          "gene_hgnc_id": 29866,
          "hgvs_c": "n.443C>A",
          "hgvs_p": null,
          "transcript": "NR_165492.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_165492.1"
        }
      ],
      "gene_symbol": "NFASC",
      "gene_hgnc_id": 29866,
      "dbsnp": "rs564513596",
      "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.09443679451942444,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.1599999964237213,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.135,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2827,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.32,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.762,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.16,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001378329.1",
          "gene_symbol": "NFASC",
          "hgnc_id": 29866,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD",
          "hgvs_c": "c.113C>A",
          "hgvs_p": "p.Thr38Lys"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}