← 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: 13-75760682-C-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "5_prime_UTR_variant"
          ],
          "gene_symbol": "LMO7",
          "hgnc_id": 6646,
          "hgvs_c": "c.-739C>G",
          "hgvs_p": null,
          "inheritance_mode": "AR",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "NM_015842.2",
          "verdict": "Uncertain_significance"
        },
        {
          "benign_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "effects": [
            "intron_variant"
          ],
          "gene_symbol": "ENSG00000261553",
          "hgnc_id": null,
          "hgvs_c": "n.846-250C>G",
          "hgvs_p": null,
          "inheritance_mode": "",
          "pathogenic_score": 2,
          "score": 0,
          "transcript": "ENST00000563635.5",
          "verdict": "Uncertain_significance"
        }
      ],
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_score": 0,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "G",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.37,
      "chr": "13",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": -0.3700000047683716,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1385,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5580,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4158,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 27,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000465261.6",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-739C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000433352.1",
          "strand": true,
          "transcript": "ENST00000465261.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1631,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7147,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4896,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001306080.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000377534.8",
          "protein_coding": true,
          "protein_id": "NP_001293009.1",
          "strand": true,
          "transcript": "NM_001306080.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1631,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 7147,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4896,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000377534.8",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001306080.2",
          "protein_coding": true,
          "protein_id": "ENSP00000366757.4",
          "strand": true,
          "transcript": "ENST00000377534.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1349,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4050,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000341547.8",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.367-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000342112.4",
          "strand": true,
          "transcript": "ENST00000341547.8",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1385,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6775,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4158,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 27,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "NM_015842.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-739C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_056667.2",
          "strand": true,
          "transcript": "NM_015842.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1275,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4121,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3828,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 26,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000526202.5",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-57C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000431129.1",
          "strand": true,
          "transcript": "ENST00000526202.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1062,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5876,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3189,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "XM_047430353.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-739C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286309.1",
          "strand": true,
          "transcript": "XM_047430353.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1668,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 8237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5007,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 32,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000357063.7",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.322-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000349571.4",
          "strand": true,
          "transcript": "ENST00000357063.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1645,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7189,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4938,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 32,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000715261.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000520431.1",
          "strand": true,
          "transcript": "ENST00000715261.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1576,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6610,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4731,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001366633.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353562.1",
          "strand": true,
          "transcript": "NM_001366633.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1398,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6858,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4197,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001330583.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+17C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001317512.1",
          "strand": true,
          "transcript": "NM_001330583.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1398,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5647,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4197,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000321797.12",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+17C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000317802.8",
          "strand": true,
          "transcript": "ENST00000321797.12",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1390,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6854,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4173,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000605961.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+17C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000513106.1",
          "strand": true,
          "transcript": "ENST00000605961.2",
          "transcript_support_level": 6
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1385,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6729,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4158,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001366632.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+17C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353561.1",
          "strand": true,
          "transcript": "NM_001366632.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1349,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7237,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4050,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_005358.5",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.367-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_005349.3",
          "strand": true,
          "transcript": "NM_005358.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1324,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5044,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3975,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891628.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561687.1",
          "strand": true,
          "transcript": "ENST00000891628.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1314,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4795,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3945,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891625.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561684.1",
          "strand": true,
          "transcript": "ENST00000891625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1314,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5047,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3945,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891627.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561686.1",
          "strand": true,
          "transcript": "ENST00000891627.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1311,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6069,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3936,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000525107.7",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000435296.3",
          "strand": true,
          "transcript": "ENST00000525107.7",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1304,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6450,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3915,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001366634.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+123C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353563.1",
          "strand": true,
          "transcript": "NM_001366634.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1304,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6556,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3915,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001366636.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+17C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001353565.1",
          "strand": true,
          "transcript": "NM_001366636.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1297,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4712,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3894,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891623.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561682.1",
          "strand": true,
          "transcript": "ENST00000891623.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1287,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4654,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3864,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891624.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561683.1",
          "strand": true,
          "transcript": "ENST00000891624.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1287,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4993,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3864,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000891626.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000561685.1",
          "strand": true,
          "transcript": "ENST00000891626.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1044,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3472,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3137,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000377499.9",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.211-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000366719.5",
          "strand": true,
          "transcript": "ENST00000377499.9",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 11,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 589,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 37,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000534657.5",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000434943.1",
          "strand": true,
          "transcript": "ENST00000534657.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1698,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7050,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5097,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430315.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286271.1",
          "strand": true,
          "transcript": "XM_047430315.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1630,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6846,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4893,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430319.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286275.1",
          "strand": true,
          "transcript": "XM_047430319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1507,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7236,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4524,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 34,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430323.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286279.1",
          "strand": true,
          "transcript": "XM_047430323.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1507,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7063,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4524,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430326.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+123C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286282.1",
          "strand": true,
          "transcript": "XM_047430326.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1507,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7185,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4524,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430327.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-490+17C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286283.1",
          "strand": true,
          "transcript": "XM_047430327.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1493,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7039,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4482,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430307.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286263.1",
          "strand": true,
          "transcript": "XM_047430307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1488,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7024,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4467,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430308.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286264.1",
          "strand": true,
          "transcript": "XM_047430308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1480,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7000,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4443,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 32,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430309.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286265.1",
          "strand": true,
          "transcript": "XM_047430309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1474,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6982,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4425,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430310.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286266.1",
          "strand": true,
          "transcript": "XM_047430310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1466,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6958,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4401,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430311.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286267.1",
          "strand": true,
          "transcript": "XM_047430311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1447,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6901,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4344,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430312.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286268.1",
          "strand": true,
          "transcript": "XM_047430312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1439,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7032,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4320,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 33,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430329.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286285.1",
          "strand": true,
          "transcript": "XM_047430329.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1412,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6796,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4239,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430316.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286272.1",
          "strand": true,
          "transcript": "XM_047430316.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1385,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6645,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4158,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430317.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286273.1",
          "strand": true,
          "transcript": "XM_047430317.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1345,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6595,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4038,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430320.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286276.1",
          "strand": true,
          "transcript": "XM_047430320.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1318,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6444,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3957,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024449359.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024305127.1",
          "strand": true,
          "transcript": "XM_024449359.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1318,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6514,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3957,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430321.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286277.1",
          "strand": true,
          "transcript": "XM_047430321.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1304,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6472,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3915,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430322.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286278.1",
          "strand": true,
          "transcript": "XM_047430322.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1296,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5844,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3891,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430341.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286297.1",
          "strand": true,
          "transcript": "XM_047430341.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1291,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6363,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3876,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430324.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286280.1",
          "strand": true,
          "transcript": "XM_047430324.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1286,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5814,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3861,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430344.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286300.1",
          "strand": true,
          "transcript": "XM_047430344.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1282,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5802,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3849,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430345.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286301.1",
          "strand": true,
          "transcript": "XM_047430345.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1269,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5763,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3810,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430347.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286303.1",
          "strand": true,
          "transcript": "XM_047430347.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1255,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5721,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3768,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430350.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.85-250C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286306.1",
          "strand": true,
          "transcript": "XM_047430350.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1105,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5899,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3318,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430352.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286308.1",
          "strand": true,
          "transcript": "XM_047430352.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1095,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5845,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3288,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430330.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286286.1",
          "strand": true,
          "transcript": "XM_047430330.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1091,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5833,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3276,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011535095.3",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011533397.3",
          "strand": true,
          "transcript": "XM_011535095.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1078,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5794,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3237,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430331.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286287.1",
          "strand": true,
          "transcript": "XM_047430331.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1078,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5724,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3237,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430333.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286289.1",
          "strand": true,
          "transcript": "XM_047430333.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1072,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5776,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3219,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430334.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286290.1",
          "strand": true,
          "transcript": "XM_047430334.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5694,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430335.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286291.1",
          "strand": true,
          "transcript": "XM_047430335.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1068,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5764,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3207,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430336.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286292.1",
          "strand": true,
          "transcript": "XM_047430336.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1051,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5643,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3156,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430337.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286293.1",
          "strand": true,
          "transcript": "XM_047430337.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1045,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5695,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3138,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430338.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286294.1",
          "strand": true,
          "transcript": "XM_047430338.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1041,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5613,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3126,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430340.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286296.1",
          "strand": true,
          "transcript": "XM_047430340.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1022,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5556,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3069,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430343.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-489-250C>G",
          "hgvs_p": null,
          "intron_rank": 2,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286299.1",
          "strand": true,
          "transcript": "XM_047430343.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 572,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 6,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000465309.6",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "n.107+123C>G",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000465309.6",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 720,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 8,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000533305.5",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "n.223-250C>G",
          "hgvs_p": null,
          "intron_rank": 3,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000533305.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4128,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 15,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000563635.5",
          "gene_hgnc_id": null,
          "gene_symbol": "ENSG00000261553",
          "hgvs_c": "n.846-250C>G",
          "hgvs_p": null,
          "intron_rank": 10,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000563635.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1711,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7076,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 5136,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 31,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430314.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286270.1",
          "strand": true,
          "transcript": "XM_047430314.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1643,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6872,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4932,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 30,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430318.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286274.1",
          "strand": true,
          "transcript": "XM_047430318.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1549,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6590,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 4650,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 29,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430325.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286281.1",
          "strand": true,
          "transcript": "XM_047430325.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1309,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5870,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3930,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430339.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286295.1",
          "strand": true,
          "transcript": "XM_047430339.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1295,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5828,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3888,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430342.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286298.1",
          "strand": true,
          "transcript": "XM_047430342.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1285,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5798,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3858,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024449363.2",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024305131.2",
          "strand": true,
          "transcript": "XM_024449363.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1282,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5789,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3849,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430346.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286302.1",
          "strand": true,
          "transcript": "XM_047430346.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1268,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5747,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3807,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430348.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286304.1",
          "strand": true,
          "transcript": "XM_047430348.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1258,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5717,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3777,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430349.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286305.1",
          "strand": true,
          "transcript": "XM_047430349.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 1249,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5690,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 3750,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047430351.1",
          "gene_hgnc_id": 6646,
          "gene_symbol": "LMO7",
          "hgvs_c": "c.-27C>G",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047286307.1",
          "strand": true,
          "transcript": "XM_047430351.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs7997101",
      "effect": "5_prime_UTR_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 6646,
      "gene_symbol": "LMO7",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 0.615,
      "pos": 75760682,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.019999999552965164,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.02,
      "transcript": "NM_015842.2"
    }
  ]
}
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.