← 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: 12-57715801-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "12",
      "pos": 57715801,
      "ref": "C",
      "alt": "T",
      "effect": "synonymous_variant",
      "transcript": "NM_001410980.1",
      "consequences": [
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_006812.4",
          "protein_id": "NP_006803.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000315970.12",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_006812.4"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000315970.12",
          "protein_id": "ENSP00000318165.7",
          "transcript_support_level": 1,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 667,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2004,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_006812.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000315970.12"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000552285.6",
          "protein_id": "ENSP00000450010.1",
          "transcript_support_level": 1,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000552285.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856494.1",
          "protein_id": "ENSP00000526553.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856494.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856505.1",
          "protein_id": "ENSP00000526564.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 677,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2034,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856505.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001410980.1",
          "protein_id": "NP_001397909.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410980.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700665.1",
          "protein_id": "ENSP00000515134.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 668,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2007,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700665.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700663.1",
          "protein_id": "ENSP00000515132.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700663.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856492.1",
          "protein_id": "ENSP00000526551.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856492.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000939701.1",
          "protein_id": "ENSP00000609760.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939701.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000959827.1",
          "protein_id": "ENSP00000629886.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 666,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 2001,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959827.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700662.1",
          "protein_id": "ENSP00000515131.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700662.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856487.1",
          "protein_id": "ENSP00000526546.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856487.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000959832.1",
          "protein_id": "ENSP00000629891.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959832.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000959835.1",
          "protein_id": "ENSP00000629894.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 665,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1998,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959835.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000959833.1",
          "protein_id": "ENSP00000629892.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 663,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1992,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959833.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001410978.1",
          "protein_id": "NP_001397907.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410978.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700661.1",
          "protein_id": "ENSP00000515130.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 653,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1962,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700661.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001017958.3",
          "protein_id": "NP_001017958.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001017958.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000389146.11",
          "protein_id": "ENSP00000373798.6",
          "transcript_support_level": 2,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 652,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1959,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389146.11"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856493.1",
          "protein_id": "ENSP00000526552.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856493.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856515.1",
          "protein_id": "ENSP00000526574.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 651,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1956,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856515.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856503.1",
          "protein_id": "ENSP00000526562.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856503.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000959837.1",
          "protein_id": "ENSP00000629896.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 650,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1953,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959837.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.612C>T",
          "hgvs_p": "p.Ile204Ile",
          "transcript": "ENST00000959825.1",
          "protein_id": "ENSP00000629884.1",
          "transcript_support_level": null,
          "aa_start": 204,
          "aa_end": null,
          "aa_length": 649,
          "cds_start": 612,
          "cds_end": null,
          "cds_length": 1950,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959825.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "ENST00000959824.1",
          "protein_id": "ENSP00000629883.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 635,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1908,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959824.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "ENST00000856498.1",
          "protein_id": "ENSP00000526557.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 634,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1905,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856498.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856499.1",
          "protein_id": "ENSP00000526558.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 633,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856499.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856504.1",
          "protein_id": "ENSP00000526563.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 623,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1872,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856504.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700657.1",
          "protein_id": "ENSP00000515126.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700657.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000959830.1",
          "protein_id": "ENSP00000629889.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 622,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1869,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959830.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.645C>T",
          "hgvs_p": "p.Ile215Ile",
          "transcript": "ENST00000856496.1",
          "protein_id": "ENSP00000526555.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 620,
          "cds_start": 645,
          "cds_end": null,
          "cds_length": 1863,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856496.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001261420.2",
          "protein_id": "NP_001248349.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001261420.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000257966.13",
          "protein_id": "ENSP00000257966.8",
          "transcript_support_level": 2,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 613,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1842,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000257966.13"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001017956.3",
          "protein_id": "NP_001017956.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 612,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1839,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001017956.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856490.1",
          "protein_id": "ENSP00000526549.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856490.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856510.1",
          "protein_id": "ENSP00000526569.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 611,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1836,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856510.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700658.1",
          "protein_id": "ENSP00000515127.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700658.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856501.1",
          "protein_id": "ENSP00000526560.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856501.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856506.1",
          "protein_id": "ENSP00000526565.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856506.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000959829.1",
          "protein_id": "ENSP00000629888.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 610,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1833,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959829.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "ENST00000856512.1",
          "protein_id": "ENSP00000526571.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856512.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.612C>T",
          "hgvs_p": "p.Ile204Ile",
          "transcript": "ENST00000939700.1",
          "protein_id": "ENSP00000609759.1",
          "transcript_support_level": null,
          "aa_start": 204,
          "aa_end": null,
          "aa_length": 609,
          "cds_start": 612,
          "cds_end": null,
          "cds_length": 1830,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939700.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "ENST00000856500.1",
          "protein_id": "ENSP00000526559.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856500.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856511.1",
          "protein_id": "ENSP00000526570.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 608,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1827,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856511.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000959836.1",
          "protein_id": "ENSP00000629895.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 607,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1824,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959836.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.645C>T",
          "hgvs_p": "p.Ile215Ile",
          "transcript": "ENST00000856495.1",
          "protein_id": "ENSP00000526554.1",
          "transcript_support_level": null,
          "aa_start": 215,
          "aa_end": null,
          "aa_length": 605,
          "cds_start": 645,
          "cds_end": null,
          "cds_length": 1818,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856495.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001410979.1",
          "protein_id": "NP_001397908.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001410979.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000700659.1",
          "protein_id": "ENSP00000515128.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 598,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1797,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700659.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "NM_001017957.3",
          "protein_id": "NP_001017957.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001017957.3"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000389142.10",
          "protein_id": "ENSP00000373794.5",
          "transcript_support_level": 5,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 597,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1794,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000389142.10"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.615C>T",
          "hgvs_p": "p.Ile205Ile",
          "transcript": "ENST00000856508.1",
          "protein_id": "ENSP00000526567.1",
          "transcript_support_level": null,
          "aa_start": 205,
          "aa_end": null,
          "aa_length": 596,
          "cds_start": 615,
          "cds_end": null,
          "cds_length": 1791,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856508.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000939702.1",
          "protein_id": "ENSP00000609761.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 596,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1791,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939702.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000959826.1",
          "protein_id": "ENSP00000629885.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 595,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1788,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959826.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "ENST00000959831.1",
          "protein_id": "ENSP00000629890.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959831.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.585C>T",
          "hgvs_p": "p.Ile195Ile",
          "transcript": "ENST00000959828.1",
          "protein_id": "ENSP00000629887.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959828.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.585C>T",
          "hgvs_p": "p.Ile195Ile",
          "transcript": "ENST00000856514.1",
          "protein_id": "ENSP00000526573.1",
          "transcript_support_level": null,
          "aa_start": 195,
          "aa_end": null,
          "aa_length": 585,
          "cds_start": 585,
          "cds_end": null,
          "cds_length": 1758,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856514.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "NM_001261421.2",
          "protein_id": "NP_001248350.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001261421.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "ENST00000551035.5",
          "protein_id": "ENSP00000447866.1",
          "transcript_support_level": 2,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 580,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1743,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000551035.5"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "ENST00000856513.1",
          "protein_id": "ENSP00000526572.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 579,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1740,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856513.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856497.1",
          "protein_id": "ENSP00000526556.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 578,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1737,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856497.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.522C>T",
          "hgvs_p": "p.Ile174Ile",
          "transcript": "ENST00000856502.1",
          "protein_id": "ENSP00000526561.1",
          "transcript_support_level": null,
          "aa_start": 174,
          "aa_end": null,
          "aa_length": 564,
          "cds_start": 522,
          "cds_end": null,
          "cds_length": 1695,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856502.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.309C>T",
          "hgvs_p": "p.Ile103Ile",
          "transcript": "ENST00000700668.1",
          "protein_id": "ENSP00000515136.1",
          "transcript_support_level": null,
          "aa_start": 103,
          "aa_end": null,
          "aa_length": 563,
          "cds_start": 309,
          "cds_end": null,
          "cds_length": 1692,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000700668.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.465C>T",
          "hgvs_p": "p.Ile155Ile",
          "transcript": "NM_001261422.2",
          "protein_id": "NP_001248351.1",
          "transcript_support_level": null,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001261422.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.465C>T",
          "hgvs_p": "p.Ile155Ile",
          "transcript": "ENST00000435406.6",
          "protein_id": "ENSP00000389632.2",
          "transcript_support_level": 2,
          "aa_start": 155,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 465,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000435406.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.462C>T",
          "hgvs_p": "p.Ile154Ile",
          "transcript": "ENST00000959834.1",
          "protein_id": "ENSP00000629893.1",
          "transcript_support_level": null,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 560,
          "cds_start": 462,
          "cds_end": null,
          "cds_length": 1683,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959834.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "ENST00000856488.1",
          "protein_id": "ENSP00000526547.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 554,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1665,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856488.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "ENST00000856491.1",
          "protein_id": "ENSP00000526550.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856491.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "ENST00000856489.1",
          "protein_id": "ENSP00000526548.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 539,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1620,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856489.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "NM_001261423.2",
          "protein_id": "NP_001248352.1",
          "transcript_support_level": null,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001261423.2"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.444C>T",
          "hgvs_p": "p.Ile148Ile",
          "transcript": "ENST00000439210.6",
          "protein_id": "ENSP00000407360.2",
          "transcript_support_level": 2,
          "aa_start": 148,
          "aa_end": null,
          "aa_length": 538,
          "cds_start": 444,
          "cds_end": null,
          "cds_length": 1617,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000439210.6"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000959838.1",
          "protein_id": "ENSP00000629897.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 520,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1563,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959838.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.204C>T",
          "hgvs_p": "p.Ile68Ile",
          "transcript": "ENST00000939703.1",
          "protein_id": "ENSP00000609762.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 513,
          "cds_start": 204,
          "cds_end": null,
          "cds_length": 1542,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000939703.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.204C>T",
          "hgvs_p": "p.Ile68Ile",
          "transcript": "ENST00000959839.1",
          "protein_id": "ENSP00000629898.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 474,
          "cds_start": 204,
          "cds_end": null,
          "cds_length": 1425,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959839.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.204C>T",
          "hgvs_p": "p.Ile68Ile",
          "transcript": "ENST00000959823.1",
          "protein_id": "ENSP00000629882.1",
          "transcript_support_level": null,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 473,
          "cds_start": 204,
          "cds_end": null,
          "cds_length": 1422,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959823.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile",
          "transcript": "ENST00000856507.1",
          "protein_id": "ENSP00000526566.1",
          "transcript_support_level": null,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 465,
          "cds_start": 621,
          "cds_end": null,
          "cds_length": 1398,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856507.1"
        },
        {
          "aa_ref": "I",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.441C>T",
          "hgvs_p": "p.Ile147Ile",
          "transcript": "ENST00000550372.5",
          "protein_id": "ENSP00000447719.1",
          "transcript_support_level": 4,
          "aa_start": 147,
          "aa_end": null,
          "aa_length": 161,
          "cds_start": 441,
          "cds_end": null,
          "cds_length": 487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000550372.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.574-133C>T",
          "hgvs_p": null,
          "transcript": "ENST00000856509.1",
          "protein_id": "ENSP00000526568.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 553,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1662,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000856509.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.404-920C>T",
          "hgvs_p": null,
          "transcript": "ENST00000413095.6",
          "protein_id": "ENSP00000413112.2",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 406,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1221,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000413095.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "c.404-2535C>T",
          "hgvs_p": null,
          "transcript": "ENST00000547079.5",
          "protein_id": "ENSP00000447031.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 185,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 558,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000547079.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.942C>T",
          "hgvs_p": null,
          "transcript": "ENST00000546916.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000546916.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.802C>T",
          "hgvs_p": null,
          "transcript": "ENST00000549307.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000549307.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.1849C>T",
          "hgvs_p": null,
          "transcript": "ENST00000549897.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000549897.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.942C>T",
          "hgvs_p": null,
          "transcript": "ENST00000550202.2",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000550202.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.96C>T",
          "hgvs_p": null,
          "transcript": "ENST00000550438.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000550438.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.942C>T",
          "hgvs_p": null,
          "transcript": "ENST00000550699.6",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000550699.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.*378C>T",
          "hgvs_p": null,
          "transcript": "ENST00000552423.2",
          "protein_id": "ENSP00000447163.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000552423.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.*118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000552787.5",
          "protein_id": "ENSP00000447451.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000552787.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.925C>T",
          "hgvs_p": null,
          "transcript": "ENST00000553208.6",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000553208.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.621C>T",
          "hgvs_p": null,
          "transcript": "ENST00000700656.1",
          "protein_id": "ENSP00000515125.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700656.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.621C>T",
          "hgvs_p": null,
          "transcript": "ENST00000700660.1",
          "protein_id": "ENSP00000515129.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700660.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.621C>T",
          "hgvs_p": null,
          "transcript": "ENST00000700664.1",
          "protein_id": "ENSP00000515133.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700664.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.*424C>T",
          "hgvs_p": null,
          "transcript": "ENST00000700667.1",
          "protein_id": "ENSP00000515135.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700667.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.*378C>T",
          "hgvs_p": null,
          "transcript": "ENST00000552423.2",
          "protein_id": "ENSP00000447163.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000552423.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.*118C>T",
          "hgvs_p": null,
          "transcript": "ENST00000552787.5",
          "protein_id": "ENSP00000447451.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000552787.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "OS9",
          "gene_hgnc_id": 16994,
          "hgvs_c": "n.*424C>T",
          "hgvs_p": null,
          "transcript": "ENST00000700667.1",
          "protein_id": "ENSP00000515135.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000700667.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "OS9-AS1",
          "gene_hgnc_id": 58278,
          "hgvs_c": "n.534+5176G>A",
          "hgvs_p": null,
          "transcript": "ENST00000549477.1",
          "protein_id": null,
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000549477.1"
        }
      ],
      "gene_symbol": "OS9",
      "gene_hgnc_id": 16994,
      "dbsnp": "rs767995006",
      "frequency_reference_population": 0.000021072568,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 34,
      "gnomad_exomes_af": 0.0000191612,
      "gnomad_genomes_af": 0.0000394254,
      "gnomad_exomes_ac": 28,
      "gnomad_genomes_ac": 6,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.5,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.5,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -3.07,
      "phylop100way_prediction": "Benign",
      "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": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 13,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong",
            "BP7"
          ],
          "verdict": "Benign",
          "transcript": "NM_001410980.1",
          "gene_symbol": "OS9",
          "hgnc_id": 16994,
          "effects": [
            "synonymous_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "c.621C>T",
          "hgvs_p": "p.Ile207Ile"
        },
        {
          "score": -10,
          "benign_score": 12,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000549477.1",
          "gene_symbol": "OS9-AS1",
          "hgnc_id": 58278,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.534+5176G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided,not specified",
      "clinvar_classification": "Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2",
      "phenotype_combined": "not provided|not specified",
      "pathogenicity_classification_combined": "Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}