← 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-33384205-G-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "22",
      "pos": 33384205,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "ENST00000397394.8",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_133642.5",
          "protein_id": "NP_598397.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 4753,
          "mane_select": "ENST00000397394.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000397394.8",
          "protein_id": "ENSP00000380549.2",
          "transcript_support_level": 5,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 4753,
          "mane_select": "NM_133642.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000354992.7",
          "protein_id": "ENSP00000347088.2",
          "transcript_support_level": 1,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1564,
          "cdna_end": null,
          "cdna_length": 4193,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000402320.6",
          "protein_id": "ENSP00000385223.1",
          "transcript_support_level": 1,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1494,
          "cdna_end": null,
          "cdna_length": 3967,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001362949.2",
          "protein_id": "NP_001349878.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1341,
          "cdna_end": null,
          "cdna_length": 4538,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001362951.2",
          "protein_id": "NP_001349880.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1161,
          "cdna_end": null,
          "cdna_length": 4358,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001362953.2",
          "protein_id": "NP_001349882.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1278,
          "cdna_end": null,
          "cdna_length": 4475,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001378624.1",
          "protein_id": "NP_001365553.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1224,
          "cdna_end": null,
          "cdna_length": 4421,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001378625.1",
          "protein_id": "NP_001365554.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1359,
          "cdna_end": null,
          "cdna_length": 4556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001378626.1",
          "protein_id": "NP_001365555.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1296,
          "cdna_end": null,
          "cdna_length": 4493,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_004737.7",
          "protein_id": "NP_004728.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1619,
          "cdna_end": null,
          "cdna_length": 4816,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000413114.6",
          "protein_id": "ENSP00000415546.2",
          "transcript_support_level": 4,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1358,
          "cdna_end": null,
          "cdna_length": 3987,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000675416.1",
          "protein_id": "ENSP00000502826.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1195,
          "cdna_end": null,
          "cdna_length": 3824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000676070.1",
          "protein_id": "ENSP00000502152.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1283,
          "cdna_end": null,
          "cdna_length": 3912,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000676132.1",
          "protein_id": "ENSP00000501854.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1193,
          "cdna_end": null,
          "cdna_length": 3822,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000676370.1",
          "protein_id": "ENSP00000502238.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1194,
          "cdna_end": null,
          "cdna_length": 3823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000674668.1",
          "protein_id": "ENSP00000502103.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 714,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2145,
          "cdna_start": 1074,
          "cdna_end": null,
          "cdna_length": 3577,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001378627.1",
          "protein_id": "NP_001365556.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1161,
          "cdna_end": null,
          "cdna_length": 4211,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001378628.1",
          "protein_id": "NP_001365557.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 4606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000674789.1",
          "protein_id": "ENSP00000501941.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 707,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2124,
          "cdna_start": 1194,
          "cdna_end": null,
          "cdna_length": 2533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "NM_001378629.1",
          "protein_id": "NP_001365558.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 704,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2115,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 4597,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.788C>G",
          "hgvs_p": "p.Ser263Cys",
          "transcript": "ENST00000674999.1",
          "protein_id": "ENSP00000502711.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 788,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1141,
          "cdna_end": null,
          "cdna_length": 3770,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.788C>G",
          "hgvs_p": "p.Ser263Cys",
          "transcript": "ENST00000675277.1",
          "protein_id": "ENSP00000502702.1",
          "transcript_support_level": null,
          "aa_start": 263,
          "aa_end": null,
          "aa_length": 688,
          "cds_start": 788,
          "cds_end": null,
          "cds_length": 2067,
          "cdna_start": 1034,
          "cdna_end": null,
          "cdna_length": 2355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000676126.1",
          "protein_id": "ENSP00000501966.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": 1074,
          "cdna_end": null,
          "cdna_length": 3424,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000610186.6",
          "protein_id": "ENSP00000476364.2",
          "transcript_support_level": 5,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 992,
          "cdna_end": null,
          "cdna_length": 6484,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000608642.6",
          "protein_id": "ENSP00000476866.2",
          "transcript_support_level": 5,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 599,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1800,
          "cdna_start": 992,
          "cdna_end": null,
          "cdna_length": 6337,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.389C>G",
          "hgvs_p": "p.Ser130Cys",
          "transcript": "NM_001378630.1",
          "protein_id": "NP_001365559.1",
          "transcript_support_level": null,
          "aa_start": 130,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 389,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 3692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.389C>G",
          "hgvs_p": "p.Ser130Cys",
          "transcript": "ENST00000674780.1",
          "protein_id": "ENSP00000502772.1",
          "transcript_support_level": null,
          "aa_start": 130,
          "aa_end": null,
          "aa_length": 555,
          "cds_start": 389,
          "cds_end": null,
          "cds_length": 1668,
          "cdna_start": 486,
          "cdna_end": null,
          "cdna_length": 3115,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000609799.6",
          "protein_id": "ENSP00000476415.2",
          "transcript_support_level": 5,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 506,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1521,
          "cdna_start": 992,
          "cdna_end": null,
          "cdna_length": 6058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.389C>G",
          "hgvs_p": "p.Ser130Cys",
          "transcript": "NM_001378631.1",
          "protein_id": "NP_001365560.1",
          "transcript_support_level": null,
          "aa_start": 130,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 389,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 3389,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000423375.2",
          "protein_id": "ENSP00000406000.2",
          "transcript_support_level": 4,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1417,
          "cdna_end": null,
          "cdna_length": 1556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000430220.7",
          "protein_id": "ENSP00000396277.3",
          "transcript_support_level": 4,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1143,
          "cdna_end": null,
          "cdna_length": 1282,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000432776.6",
          "protein_id": "ENSP00000411065.2",
          "transcript_support_level": 4,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1372,
          "cdna_end": null,
          "cdna_length": 1511,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "ENST00000434071.6",
          "protein_id": "ENSP00000389605.2",
          "transcript_support_level": 4,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 376,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1131,
          "cdna_start": 1228,
          "cdna_end": null,
          "cdna_length": 1367,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_047441599.1",
          "protein_id": "XP_047297555.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 7241,
          "cdna_end": null,
          "cdna_length": 10438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_047441600.1",
          "protein_id": "XP_047297556.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1729,
          "cdna_end": null,
          "cdna_length": 4926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_047441601.1",
          "protein_id": "XP_047297557.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 7739,
          "cdna_end": null,
          "cdna_length": 10936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_047441602.1",
          "protein_id": "XP_047297558.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 756,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 2271,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 4901,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_024452302.2",
          "protein_id": "XP_024308070.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 648,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1947,
          "cdna_start": 1619,
          "cdna_end": null,
          "cdna_length": 7109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.326C>G",
          "hgvs_p": "p.Ser109Cys",
          "transcript": "XM_047441603.1",
          "protein_id": "XP_047297559.1",
          "transcript_support_level": null,
          "aa_start": 109,
          "aa_end": null,
          "aa_length": 534,
          "cds_start": 326,
          "cds_end": null,
          "cds_length": 1605,
          "cdna_start": 7184,
          "cdna_end": null,
          "cdna_length": 10381,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_047441604.1",
          "protein_id": "XP_047297560.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 1556,
          "cdna_end": null,
          "cdna_length": 2315,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_047441605.1",
          "protein_id": "XP_047297561.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 460,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1383,
          "cdna_start": 1619,
          "cdna_end": null,
          "cdna_length": 2295,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.389C>G",
          "hgvs_p": "p.Ser130Cys",
          "transcript": "XM_047441606.1",
          "protein_id": "XP_047297562.1",
          "transcript_support_level": null,
          "aa_start": 130,
          "aa_end": null,
          "aa_length": 447,
          "cds_start": 389,
          "cds_end": null,
          "cds_length": 1344,
          "cdna_start": 495,
          "cdna_end": null,
          "cdna_length": 5985,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "S",
          "aa_alt": "C",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys",
          "transcript": "XM_024452303.2",
          "protein_id": "XP_024308071.1",
          "transcript_support_level": null,
          "aa_start": 331,
          "aa_end": null,
          "aa_length": 383,
          "cds_start": 992,
          "cds_end": null,
          "cds_length": 1152,
          "cdna_start": 1359,
          "cdna_end": null,
          "cdna_length": 2744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.389C>G",
          "hgvs_p": null,
          "transcript": "ENST00000421768.2",
          "protein_id": "ENSP00000403841.2",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1442,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.992C>G",
          "hgvs_p": null,
          "transcript": "ENST00000674543.1",
          "protein_id": "ENSP00000501590.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.650C>G",
          "hgvs_p": null,
          "transcript": "ENST00000674708.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3279,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.800C>G",
          "hgvs_p": null,
          "transcript": "ENST00000674816.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3429,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.992C>G",
          "hgvs_p": null,
          "transcript": "ENST00000675382.1",
          "protein_id": "ENSP00000501800.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.992C>G",
          "hgvs_p": null,
          "transcript": "ENST00000676031.1",
          "protein_id": "ENSP00000501663.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.1556C>G",
          "hgvs_p": null,
          "transcript": "XR_002958722.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.1619C>G",
          "hgvs_p": null,
          "transcript": "XR_007067993.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3156,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "LARGE1",
          "gene_hgnc_id": 6511,
          "hgvs_c": "n.1619C>G",
          "hgvs_p": null,
          "transcript": "XR_007067994.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "LARGE1",
      "gene_hgnc_id": 6511,
      "dbsnp": "rs267607210",
      "frequency_reference_population": 6.8438214e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84382e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.8077058792114258,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.532,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.9434,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.09,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 9.447,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 5,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PM5,PP3",
      "acmg_by_gene": [
        {
          "score": 5,
          "benign_score": 0,
          "pathogenic_score": 5,
          "criteria": [
            "PM2",
            "PM5",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000397394.8",
          "gene_symbol": "LARGE1",
          "hgnc_id": 6511,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.992C>G",
          "hgvs_p": "p.Ser331Cys"
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}