← 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: 22-29793364-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 29793364,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_001369920.1",
      "consequences": [
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "NM_032204.5",
          "protein_id": "NP_115580.2",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2029,
          "cdna_end": null,
          "cdna_length": 2790,
          "mane_select": "ENST00000307790.8",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_032204.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000307790.8",
          "protein_id": "ENSP00000305502.3",
          "transcript_support_level": 1,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2029,
          "cdna_end": null,
          "cdna_length": 2790,
          "mane_select": "NM_032204.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000307790.8"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2038C>A",
          "hgvs_p": "p.Arg680Ser",
          "transcript": "ENST00000865578.1",
          "protein_id": "ENSP00000535637.1",
          "transcript_support_level": null,
          "aa_start": 680,
          "aa_end": null,
          "aa_length": 798,
          "cds_start": 2038,
          "cds_end": null,
          "cds_length": 2397,
          "cdna_start": 2209,
          "cdna_end": null,
          "cdna_length": 2970,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865578.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2020C>A",
          "hgvs_p": "p.Arg674Ser",
          "transcript": "ENST00000865580.1",
          "protein_id": "ENSP00000535639.1",
          "transcript_support_level": null,
          "aa_start": 674,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2020,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2191,
          "cdna_end": null,
          "cdna_length": 2952,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865580.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2020C>A",
          "hgvs_p": "p.Arg674Ser",
          "transcript": "ENST00000960647.1",
          "protein_id": "ENSP00000630706.1",
          "transcript_support_level": null,
          "aa_start": 674,
          "aa_end": null,
          "aa_length": 792,
          "cds_start": 2020,
          "cds_end": null,
          "cds_length": 2379,
          "cdna_start": 2117,
          "cdna_end": null,
          "cdna_length": 2873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960647.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1996C>A",
          "hgvs_p": "p.Arg666Ser",
          "transcript": "ENST00000865583.1",
          "protein_id": "ENSP00000535642.1",
          "transcript_support_level": null,
          "aa_start": 666,
          "aa_end": null,
          "aa_length": 784,
          "cds_start": 1996,
          "cds_end": null,
          "cds_length": 2355,
          "cdna_start": 2153,
          "cdna_end": null,
          "cdna_length": 2912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865583.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1987C>A",
          "hgvs_p": "p.Arg663Ser",
          "transcript": "ENST00000865590.1",
          "protein_id": "ENSP00000535649.1",
          "transcript_support_level": null,
          "aa_start": 663,
          "aa_end": null,
          "aa_length": 781,
          "cds_start": 1987,
          "cds_end": null,
          "cds_length": 2346,
          "cdna_start": 2133,
          "cdna_end": null,
          "cdna_length": 2891,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865590.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1948C>A",
          "hgvs_p": "p.Arg650Ser",
          "transcript": "ENST00000923281.1",
          "protein_id": "ENSP00000593340.1",
          "transcript_support_level": null,
          "aa_start": 650,
          "aa_end": null,
          "aa_length": 768,
          "cds_start": 1948,
          "cds_end": null,
          "cds_length": 2307,
          "cdna_start": 2056,
          "cdna_end": null,
          "cdna_length": 2817,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923281.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1942C>A",
          "hgvs_p": "p.Arg648Ser",
          "transcript": "ENST00000960645.1",
          "protein_id": "ENSP00000630704.1",
          "transcript_support_level": null,
          "aa_start": 648,
          "aa_end": null,
          "aa_length": 766,
          "cds_start": 1942,
          "cds_end": null,
          "cds_length": 2301,
          "cdna_start": 2051,
          "cdna_end": null,
          "cdna_length": 2807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960645.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "NM_001369920.1",
          "protein_id": "NP_001356849.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2029,
          "cdna_end": null,
          "cdna_length": 2805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369920.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000865563.1",
          "protein_id": "ENSP00000535622.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2049,
          "cdna_end": null,
          "cdna_length": 2826,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865563.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000865575.1",
          "protein_id": "ENSP00000535634.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2086,
          "cdna_end": null,
          "cdna_length": 2862,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865575.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "NM_001369921.1",
          "protein_id": "NP_001356850.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 2926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369921.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "NM_001369922.1",
          "protein_id": "NP_001356851.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2138,
          "cdna_end": null,
          "cdna_length": 2899,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369922.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "NM_001369923.1",
          "protein_id": "NP_001356852.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2091,
          "cdna_end": null,
          "cdna_length": 2852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369923.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000397771.6",
          "protein_id": "ENSP00000380877.2",
          "transcript_support_level": 5,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2093,
          "cdna_end": null,
          "cdna_length": 2823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000397771.6"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000865570.1",
          "protein_id": "ENSP00000535629.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2112,
          "cdna_end": null,
          "cdna_length": 2873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865570.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000865584.1",
          "protein_id": "ENSP00000535643.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 2792,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865584.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000865588.1",
          "protein_id": "ENSP00000535647.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2064,
          "cdna_end": null,
          "cdna_length": 2825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865588.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000865592.1",
          "protein_id": "ENSP00000535651.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2380,
          "cdna_end": null,
          "cdna_length": 3141,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865592.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000923278.1",
          "protein_id": "ENSP00000593337.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2220,
          "cdna_end": null,
          "cdna_length": 2981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923278.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000923279.1",
          "protein_id": "ENSP00000593338.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2207,
          "cdna_end": null,
          "cdna_length": 2968,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923279.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000923280.1",
          "protein_id": "ENSP00000593339.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2101,
          "cdna_end": null,
          "cdna_length": 2859,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923280.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000923287.1",
          "protein_id": "ENSP00000593346.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2142,
          "cdna_end": null,
          "cdna_length": 2903,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923287.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "ENST00000960642.1",
          "protein_id": "ENSP00000630701.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2021,
          "cdna_end": null,
          "cdna_length": 2782,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960642.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1909C>A",
          "hgvs_p": "p.Arg637Ser",
          "transcript": "ENST00000865591.1",
          "protein_id": "ENSP00000535650.1",
          "transcript_support_level": null,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 1909,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 2047,
          "cdna_end": null,
          "cdna_length": 2805,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865591.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1909C>A",
          "hgvs_p": "p.Arg637Ser",
          "transcript": "ENST00000923286.1",
          "protein_id": "ENSP00000593345.1",
          "transcript_support_level": null,
          "aa_start": 637,
          "aa_end": null,
          "aa_length": 755,
          "cds_start": 1909,
          "cds_end": null,
          "cds_length": 2268,
          "cdna_start": 2004,
          "cdna_end": null,
          "cdna_length": 2765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923286.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1906C>A",
          "hgvs_p": "p.Arg636Ser",
          "transcript": "ENST00000865565.1",
          "protein_id": "ENSP00000535624.1",
          "transcript_support_level": null,
          "aa_start": 636,
          "aa_end": null,
          "aa_length": 754,
          "cds_start": 1906,
          "cds_end": null,
          "cds_length": 2265,
          "cdna_start": 2090,
          "cdna_end": null,
          "cdna_length": 2851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865565.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1903C>A",
          "hgvs_p": "p.Arg635Ser",
          "transcript": "NM_001369924.1",
          "protein_id": "NP_001356853.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2017,
          "cdna_end": null,
          "cdna_length": 2778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369924.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1903C>A",
          "hgvs_p": "p.Arg635Ser",
          "transcript": "ENST00000865579.1",
          "protein_id": "ENSP00000535638.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2074,
          "cdna_end": null,
          "cdna_length": 2835,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865579.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1903C>A",
          "hgvs_p": "p.Arg635Ser",
          "transcript": "ENST00000865581.1",
          "protein_id": "ENSP00000535640.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2012,
          "cdna_end": null,
          "cdna_length": 2770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865581.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1903C>A",
          "hgvs_p": "p.Arg635Ser",
          "transcript": "ENST00000865587.1",
          "protein_id": "ENSP00000535646.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2103,
          "cdna_end": null,
          "cdna_length": 2861,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865587.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1903C>A",
          "hgvs_p": "p.Arg635Ser",
          "transcript": "ENST00000923283.1",
          "protein_id": "ENSP00000593342.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 2073,
          "cdna_end": null,
          "cdna_length": 2831,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923283.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1903C>A",
          "hgvs_p": "p.Arg635Ser",
          "transcript": "ENST00000923289.1",
          "protein_id": "ENSP00000593348.1",
          "transcript_support_level": null,
          "aa_start": 635,
          "aa_end": null,
          "aa_length": 753,
          "cds_start": 1903,
          "cds_end": null,
          "cds_length": 2262,
          "cdna_start": 1997,
          "cdna_end": null,
          "cdna_length": 2753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923289.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1846C>A",
          "hgvs_p": "p.Arg616Ser",
          "transcript": "ENST00000865585.1",
          "protein_id": "ENSP00000535644.1",
          "transcript_support_level": null,
          "aa_start": 616,
          "aa_end": null,
          "aa_length": 739,
          "cds_start": 1846,
          "cds_end": null,
          "cds_length": 2220,
          "cdna_start": 1999,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865585.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000923284.1",
          "protein_id": "ENSP00000593343.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1997,
          "cdna_end": null,
          "cdna_length": 2773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923284.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000923288.1",
          "protein_id": "ENSP00000593347.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1933,
          "cdna_end": null,
          "cdna_length": 2709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923288.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000960650.1",
          "protein_id": "ENSP00000630709.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1993,
          "cdna_end": null,
          "cdna_length": 2765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960650.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1849C>A",
          "hgvs_p": "p.Arg617Ser",
          "transcript": "ENST00000923285.1",
          "protein_id": "ENSP00000593344.1",
          "transcript_support_level": null,
          "aa_start": 617,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1849,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": 2006,
          "cdna_end": null,
          "cdna_length": 2767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923285.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000865567.1",
          "protein_id": "ENSP00000535626.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 2016,
          "cdna_end": null,
          "cdna_length": 2778,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865567.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000865568.1",
          "protein_id": "ENSP00000535627.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 2715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865568.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000865586.1",
          "protein_id": "ENSP00000535645.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 2007,
          "cdna_end": null,
          "cdna_length": 2765,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865586.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000923277.1",
          "protein_id": "ENSP00000593336.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 2010,
          "cdna_end": null,
          "cdna_length": 2774,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923277.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "ENST00000923282.1",
          "protein_id": "ENSP00000593341.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1948,
          "cdna_end": null,
          "cdna_length": 2709,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000923282.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1834C>A",
          "hgvs_p": "p.Arg612Ser",
          "transcript": "ENST00000865589.1",
          "protein_id": "ENSP00000535648.1",
          "transcript_support_level": null,
          "aa_start": 612,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": 1834,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": 1920,
          "cdna_end": null,
          "cdna_length": 2681,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865589.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1789C>A",
          "hgvs_p": "p.Arg597Ser",
          "transcript": "ENST00000960646.1",
          "protein_id": "ENSP00000630705.1",
          "transcript_support_level": null,
          "aa_start": 597,
          "aa_end": null,
          "aa_length": 715,
          "cds_start": 1789,
          "cds_end": null,
          "cds_length": 2148,
          "cdna_start": 2031,
          "cdna_end": null,
          "cdna_length": 2789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960646.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "NM_001369925.1",
          "protein_id": "NP_001356854.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 2646,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369925.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000865573.1",
          "protein_id": "ENSP00000535632.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1865,
          "cdna_end": null,
          "cdna_length": 2641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865573.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000960640.1",
          "protein_id": "ENSP00000630699.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1942,
          "cdna_end": null,
          "cdna_length": 2714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960640.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000960648.1",
          "protein_id": "ENSP00000630707.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1958,
          "cdna_end": null,
          "cdna_length": 2731,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960648.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "NM_001369926.1",
          "protein_id": "NP_001356855.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1932,
          "cdna_end": null,
          "cdna_length": 2693,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369926.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "NM_001369927.1",
          "protein_id": "NP_001356856.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1870,
          "cdna_end": null,
          "cdna_length": 2631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369927.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "NM_001369928.1",
          "protein_id": "NP_001356857.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 2006,
          "cdna_end": null,
          "cdna_length": 2767,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369928.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000865564.1",
          "protein_id": "ENSP00000535623.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1886,
          "cdna_end": null,
          "cdna_length": 2650,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865564.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000865566.1",
          "protein_id": "ENSP00000535625.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1932,
          "cdna_end": null,
          "cdna_length": 2694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865566.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000865571.1",
          "protein_id": "ENSP00000535630.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1979,
          "cdna_end": null,
          "cdna_length": 2737,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865571.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000865572.1",
          "protein_id": "ENSP00000535631.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 2001,
          "cdna_end": null,
          "cdna_length": 2762,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865572.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000865574.1",
          "protein_id": "ENSP00000535633.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 2048,
          "cdna_end": null,
          "cdna_length": 2809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865574.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "ENST00000960641.1",
          "protein_id": "ENSP00000630700.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1939,
          "cdna_end": null,
          "cdna_length": 2700,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960641.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1750C>A",
          "hgvs_p": "p.Arg584Ser",
          "transcript": "ENST00000865576.1",
          "protein_id": "ENSP00000535635.1",
          "transcript_support_level": null,
          "aa_start": 584,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": 1750,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": 1859,
          "cdna_end": null,
          "cdna_length": 2620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865576.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1744C>A",
          "hgvs_p": "p.Arg582Ser",
          "transcript": "NM_001369929.1",
          "protein_id": "NP_001356858.1",
          "transcript_support_level": null,
          "aa_start": 582,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1744,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1858,
          "cdna_end": null,
          "cdna_length": 2619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369929.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1744C>A",
          "hgvs_p": "p.Arg582Ser",
          "transcript": "ENST00000960649.1",
          "protein_id": "ENSP00000630708.1",
          "transcript_support_level": null,
          "aa_start": 582,
          "aa_end": null,
          "aa_length": 700,
          "cds_start": 1744,
          "cds_end": null,
          "cds_length": 2103,
          "cdna_start": 1836,
          "cdna_end": null,
          "cdna_length": 2594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960649.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1687C>A",
          "hgvs_p": "p.Arg563Ser",
          "transcript": "NM_001242906.2",
          "protein_id": "NP_001229835.1",
          "transcript_support_level": null,
          "aa_start": 563,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1687,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1801,
          "cdna_end": null,
          "cdna_length": 2562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001242906.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1687C>A",
          "hgvs_p": "p.Arg563Ser",
          "transcript": "ENST00000542393.5",
          "protein_id": "ENSP00000437570.1",
          "transcript_support_level": 2,
          "aa_start": 563,
          "aa_end": null,
          "aa_length": 681,
          "cds_start": 1687,
          "cds_end": null,
          "cds_length": 2046,
          "cdna_start": 1831,
          "cdna_end": null,
          "cdna_length": 2594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000542393.5"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1681C>A",
          "hgvs_p": "p.Arg561Ser",
          "transcript": "NM_001369930.1",
          "protein_id": "NP_001356859.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1795,
          "cdna_end": null,
          "cdna_length": 2556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369930.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1681C>A",
          "hgvs_p": "p.Arg561Ser",
          "transcript": "ENST00000865582.1",
          "protein_id": "ENSP00000535641.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1790,
          "cdna_end": null,
          "cdna_length": 2546,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865582.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1681C>A",
          "hgvs_p": "p.Arg561Ser",
          "transcript": "ENST00000960643.1",
          "protein_id": "ENSP00000630702.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1899,
          "cdna_end": null,
          "cdna_length": 2657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960643.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1681C>A",
          "hgvs_p": "p.Arg561Ser",
          "transcript": "ENST00000960644.1",
          "protein_id": "ENSP00000630703.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1790,
          "cdna_end": null,
          "cdna_length": 2548,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960644.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1681C>A",
          "hgvs_p": "p.Arg561Ser",
          "transcript": "ENST00000960651.1",
          "protein_id": "ENSP00000630710.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 679,
          "cds_start": 1681,
          "cds_end": null,
          "cds_length": 2040,
          "cdna_start": 1801,
          "cdna_end": null,
          "cdna_length": 2562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000960651.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1585C>A",
          "hgvs_p": "p.Arg529Ser",
          "transcript": "ENST00000865569.1",
          "protein_id": "ENSP00000535628.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 1585,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1761,
          "cdna_end": null,
          "cdna_length": 2522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865569.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1585C>A",
          "hgvs_p": "p.Arg529Ser",
          "transcript": "ENST00000865577.1",
          "protein_id": "ENSP00000535636.1",
          "transcript_support_level": null,
          "aa_start": 529,
          "aa_end": null,
          "aa_length": 647,
          "cds_start": 1585,
          "cds_end": null,
          "cds_length": 1944,
          "cdna_start": 1694,
          "cdna_end": null,
          "cdna_length": 2455,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000865577.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 23,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369931.1",
          "protein_id": "NP_001356860.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 2289,
          "cdna_end": null,
          "cdna_length": 3050,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369931.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369932.1",
          "protein_id": "NP_001356861.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 2117,
          "cdna_end": null,
          "cdna_length": 2878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369932.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369933.1",
          "protein_id": "NP_001356862.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 1993,
          "cdna_end": null,
          "cdna_length": 2754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369933.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369934.1",
          "protein_id": "NP_001356863.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 1931,
          "cdna_end": null,
          "cdna_length": 2692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369934.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369935.1",
          "protein_id": "NP_001356864.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 2153,
          "cdna_end": null,
          "cdna_length": 2914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369935.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369936.1",
          "protein_id": "NP_001356865.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 1772,
          "cdna_end": null,
          "cdna_length": 2533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369936.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369937.1",
          "protein_id": "NP_001356866.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 1834,
          "cdna_end": null,
          "cdna_length": 2595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369937.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369938.1",
          "protein_id": "NP_001356867.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 2018,
          "cdna_end": null,
          "cdna_length": 2779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369938.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369939.1",
          "protein_id": "NP_001356868.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 1858,
          "cdna_end": null,
          "cdna_length": 2619,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369939.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "NM_001369940.1",
          "protein_id": "NP_001356869.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 643,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1932,
          "cdna_start": 2055,
          "cdna_end": null,
          "cdna_length": 2816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369940.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1561C>A",
          "hgvs_p": "p.Arg521Ser",
          "transcript": "NM_001369941.1",
          "protein_id": "NP_001356870.1",
          "transcript_support_level": null,
          "aa_start": 521,
          "aa_end": null,
          "aa_length": 639,
          "cds_start": 1561,
          "cds_end": null,
          "cds_length": 1920,
          "cdna_start": 1919,
          "cdna_end": null,
          "cdna_length": 2680,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369941.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1381C>A",
          "hgvs_p": "p.Arg461Ser",
          "transcript": "NM_001369942.1",
          "protein_id": "NP_001356871.1",
          "transcript_support_level": null,
          "aa_start": 461,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 1381,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": 1601,
          "cdna_end": null,
          "cdna_length": 2362,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369942.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369943.1",
          "protein_id": "NP_001356872.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1801,
          "cdna_end": null,
          "cdna_length": 2562,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369943.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369944.1",
          "protein_id": "NP_001356873.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1533,
          "cdna_end": null,
          "cdna_length": 2294,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369944.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369945.1",
          "protein_id": "NP_001356874.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2053,
          "cdna_end": null,
          "cdna_length": 2814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369945.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369946.1",
          "protein_id": "NP_001356875.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2085,
          "cdna_end": null,
          "cdna_length": 2846,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369946.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369947.1",
          "protein_id": "NP_001356876.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1642,
          "cdna_end": null,
          "cdna_length": 2403,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369947.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369948.1",
          "protein_id": "NP_001356877.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 2151,
          "cdna_end": null,
          "cdna_length": 2912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369948.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1207C>A",
          "hgvs_p": "p.Arg403Ser",
          "transcript": "NM_001369949.1",
          "protein_id": "NP_001356878.1",
          "transcript_support_level": null,
          "aa_start": 403,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 1207,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": 1894,
          "cdna_end": null,
          "cdna_length": 2655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369949.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1201C>A",
          "hgvs_p": "p.Arg401Ser",
          "transcript": "NM_001369950.1",
          "protein_id": "NP_001356879.1",
          "transcript_support_level": null,
          "aa_start": 401,
          "aa_end": null,
          "aa_length": 519,
          "cds_start": 1201,
          "cds_end": null,
          "cds_length": 1560,
          "cdna_start": 1685,
          "cdna_end": null,
          "cdna_length": 2446,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001369950.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2077C>A",
          "hgvs_p": "p.Arg693Ser",
          "transcript": "XM_024452287.2",
          "protein_id": "XP_024308055.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 816,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2451,
          "cdna_start": 3124,
          "cdna_end": null,
          "cdna_length": 3900,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452287.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2077C>A",
          "hgvs_p": "p.Arg693Ser",
          "transcript": "XM_047441538.1",
          "protein_id": "XP_047297494.1",
          "transcript_support_level": null,
          "aa_start": 693,
          "aa_end": null,
          "aa_length": 811,
          "cds_start": 2077,
          "cds_end": null,
          "cds_length": 2436,
          "cdna_start": 3123,
          "cdna_end": null,
          "cdna_length": 3884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441538.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2002C>A",
          "hgvs_p": "p.Arg668Ser",
          "transcript": "XM_024452288.2",
          "protein_id": "XP_024308056.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 791,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2376,
          "cdna_start": 3049,
          "cdna_end": null,
          "cdna_length": 3825,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452288.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.2002C>A",
          "hgvs_p": "p.Arg668Ser",
          "transcript": "XM_024452289.2",
          "protein_id": "XP_024308057.1",
          "transcript_support_level": null,
          "aa_start": 668,
          "aa_end": null,
          "aa_length": 786,
          "cds_start": 2002,
          "cds_end": null,
          "cds_length": 2361,
          "cdna_start": 3048,
          "cdna_end": null,
          "cdna_length": 3809,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452289.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1918C>A",
          "hgvs_p": "p.Arg640Ser",
          "transcript": "XM_024452290.2",
          "protein_id": "XP_024308058.1",
          "transcript_support_level": null,
          "aa_start": 640,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1918,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": 2965,
          "cdna_end": null,
          "cdna_length": 3741,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452290.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "XM_011530442.4",
          "protein_id": "XP_011528744.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2091,
          "cdna_end": null,
          "cdna_length": 2867,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530442.4"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "XM_011530443.3",
          "protein_id": "XP_011528745.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2165,
          "cdna_end": null,
          "cdna_length": 2941,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530443.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "XM_011530444.3",
          "protein_id": "XP_011528746.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2212,
          "cdna_end": null,
          "cdna_length": 2988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530444.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "XM_011530445.3",
          "protein_id": "XP_011528747.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2138,
          "cdna_end": null,
          "cdna_length": 2914,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530445.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "XM_047441539.1",
          "protein_id": "XP_047297495.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 762,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2289,
          "cdna_start": 2826,
          "cdna_end": null,
          "cdna_length": 3602,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441539.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1918C>A",
          "hgvs_p": "p.Arg640Ser",
          "transcript": "XM_024452291.2",
          "protein_id": "XP_024308059.1",
          "transcript_support_level": null,
          "aa_start": 640,
          "aa_end": null,
          "aa_length": 758,
          "cds_start": 1918,
          "cds_end": null,
          "cds_length": 2277,
          "cdna_start": 2964,
          "cdna_end": null,
          "cdna_length": 3725,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452291.2"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser",
          "transcript": "XM_047441540.1",
          "protein_id": "XP_047297496.1",
          "transcript_support_level": null,
          "aa_start": 639,
          "aa_end": null,
          "aa_length": 757,
          "cds_start": 1915,
          "cds_end": null,
          "cds_length": 2274,
          "cdna_start": 2212,
          "cdna_end": null,
          "cdna_length": 2973,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441540.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "XM_047441541.1",
          "protein_id": "XP_047297497.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 2730,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441541.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1843C>A",
          "hgvs_p": "p.Arg615Ser",
          "transcript": "XM_047441542.1",
          "protein_id": "XP_047297498.1",
          "transcript_support_level": null,
          "aa_start": 615,
          "aa_end": null,
          "aa_length": 733,
          "cds_start": 1843,
          "cds_end": null,
          "cds_length": 2202,
          "cdna_start": 2890,
          "cdna_end": null,
          "cdna_length": 3651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441542.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "XM_047441543.1",
          "protein_id": "XP_047297499.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 2016,
          "cdna_end": null,
          "cdna_length": 2777,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441543.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "XM_047441544.1",
          "protein_id": "XP_047297500.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 2090,
          "cdna_end": null,
          "cdna_length": 2851,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441544.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "XM_047441545.1",
          "protein_id": "XP_047297501.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 1954,
          "cdna_end": null,
          "cdna_length": 2715,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441545.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1840C>A",
          "hgvs_p": "p.Arg614Ser",
          "transcript": "XM_047441546.1",
          "protein_id": "XP_047297502.1",
          "transcript_support_level": null,
          "aa_start": 614,
          "aa_end": null,
          "aa_length": 732,
          "cds_start": 1840,
          "cds_end": null,
          "cds_length": 2199,
          "cdna_start": 2063,
          "cdna_end": null,
          "cdna_length": 2824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441546.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "XM_011530448.3",
          "protein_id": "XP_011528750.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 709,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2130,
          "cdna_start": 1932,
          "cdna_end": null,
          "cdna_length": 2708,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530448.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1756C>A",
          "hgvs_p": "p.Arg586Ser",
          "transcript": "XM_047441547.1",
          "protein_id": "XP_047297503.1",
          "transcript_support_level": null,
          "aa_start": 586,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 1756,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1979,
          "cdna_end": null,
          "cdna_length": 2740,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441547.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "XM_011530453.3",
          "protein_id": "XP_011528755.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 2117,
          "cdna_end": null,
          "cdna_length": 2893,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530453.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 17,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "XM_011530454.3",
          "protein_id": "XP_011528756.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 1993,
          "cdna_end": null,
          "cdna_length": 2769,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530454.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1573C>A",
          "hgvs_p": "p.Arg525Ser",
          "transcript": "XM_011530455.3",
          "protein_id": "XP_011528757.1",
          "transcript_support_level": null,
          "aa_start": 525,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 1573,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 1931,
          "cdna_end": null,
          "cdna_length": 2707,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011530455.3"
        },
        {
          "aa_ref": "R",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.1498C>A",
          "hgvs_p": "p.Arg500Ser",
          "transcript": "XM_047441548.1",
          "protein_id": "XP_047297504.1",
          "transcript_support_level": null,
          "aa_start": 500,
          "aa_end": null,
          "aa_length": 618,
          "cds_start": 1498,
          "cds_end": null,
          "cds_length": 1857,
          "cdna_start": 1856,
          "cdna_end": null,
          "cdna_length": 2617,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047441548.1"
        },
        {
          "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": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "n.*1804C>A",
          "hgvs_p": null,
          "transcript": "ENST00000458594.5",
          "protein_id": "ENSP00000403031.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000458594.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "n.835C>A",
          "hgvs_p": null,
          "transcript": "ENST00000487486.5",
          "protein_id": null,
          "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": 1596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000487486.5"
        },
        {
          "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": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "n.*1804C>A",
          "hgvs_p": null,
          "transcript": "ENST00000458594.5",
          "protein_id": "ENSP00000403031.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2753,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000458594.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "n.297-4512C>A",
          "hgvs_p": null,
          "transcript": "ENST00000472433.5",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 536,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000472433.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "c.*213C>A",
          "hgvs_p": null,
          "transcript": "ENST00000411532.1",
          "protein_id": "ENSP00000414545.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 86,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 261,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000411532.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ASCC2",
          "gene_hgnc_id": 24103,
          "hgvs_c": "n.*223C>A",
          "hgvs_p": null,
          "transcript": "ENST00000483380.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "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": 198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000483380.1"
        }
      ],
      "gene_symbol": "ASCC2",
      "gene_hgnc_id": 24103,
      "dbsnp": "rs546832800",
      "frequency_reference_population": 0.0000074372297,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 12,
      "gnomad_exomes_af": 0.00000684371,
      "gnomad_genomes_af": 0.0000131313,
      "gnomad_exomes_ac": 10,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.34030669927597046,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.205,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.9203,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.04,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 3.759,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001369920.1",
          "gene_symbol": "ASCC2",
          "hgnc_id": 24103,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.1915C>A",
          "hgvs_p": "p.Arg639Ser"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.