← 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: 2-96861051-C-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 8,
          "criteria": [
            "PVS1_Strong",
            "BA1"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "SEMA4C",
          "hgnc_id": 10731,
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "inheritance_mode": "AD",
          "pathogenic_score": 4,
          "score": -4,
          "transcript": "NM_017789.5",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PVS1_Strong,BA1",
      "acmg_score": -4,
      "allele_count_reference_population": 11196,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.57,
      "chr": "2",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.5699999928474426,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3652,
          "cdna_start": 2319,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "NM_017789.5",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000305476.10",
          "protein_coding": true,
          "protein_id": "NP_060259.4",
          "strand": false,
          "transcript": "NM_017789.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 3652,
          "cdna_start": 2319,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000305476.10",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_017789.5",
          "protein_coding": true,
          "protein_id": "ENSP00000306844.5",
          "strand": false,
          "transcript": "ENST00000305476.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 840,
          "aa_ref": "E",
          "aa_start": 700,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3660,
          "cdna_start": 2357,
          "cds_end": null,
          "cds_length": 2523,
          "cds_start": 2098,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897292.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2098G>T",
          "hgvs_p": "p.Glu700*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567351.1",
          "strand": false,
          "transcript": "ENST00000897292.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "E",
          "aa_start": 694,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4099,
          "cdna_start": 2801,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 2080,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897277.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2080G>T",
          "hgvs_p": "p.Glu694*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567336.1",
          "strand": false,
          "transcript": "ENST00000897277.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "E",
          "aa_start": 694,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3602,
          "cdna_start": 2290,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 2080,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914319.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2080G>T",
          "hgvs_p": "p.Glu694*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584378.1",
          "strand": false,
          "transcript": "ENST00000914319.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3694,
          "cdna_start": 2382,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000897274.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567333.1",
          "strand": false,
          "transcript": "ENST00000897274.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3509,
          "cdna_start": 2197,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897280.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567339.1",
          "strand": false,
          "transcript": "ENST00000897280.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3557,
          "cdna_start": 2240,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897281.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567340.1",
          "strand": false,
          "transcript": "ENST00000897281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4117,
          "cdna_start": 2801,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897283.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567342.1",
          "strand": false,
          "transcript": "ENST00000897283.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4071,
          "cdna_start": 2740,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897284.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567343.1",
          "strand": false,
          "transcript": "ENST00000897284.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3763,
          "cdna_start": 2456,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000897287.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567346.1",
          "strand": false,
          "transcript": "ENST00000897287.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3721,
          "cdna_start": 2420,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000897289.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567348.1",
          "strand": false,
          "transcript": "ENST00000897289.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3624,
          "cdna_start": 2323,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897291.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567350.1",
          "strand": false,
          "transcript": "ENST00000897291.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4224,
          "cdna_start": 2914,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897294.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567353.1",
          "strand": false,
          "transcript": "ENST00000897294.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3803,
          "cdna_start": 2488,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897295.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567354.1",
          "strand": false,
          "transcript": "ENST00000897295.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4093,
          "cdna_start": 2781,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "ENST00000897296.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567355.1",
          "strand": false,
          "transcript": "ENST00000897296.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3762,
          "cdna_start": 2450,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897297.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567356.1",
          "strand": false,
          "transcript": "ENST00000897297.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3870,
          "cdna_start": 2558,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914305.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584364.1",
          "strand": false,
          "transcript": "ENST00000914305.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4196,
          "cdna_start": 2893,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914316.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584375.1",
          "strand": false,
          "transcript": "ENST00000914316.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3632,
          "cdna_start": 2317,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914318.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584377.1",
          "strand": false,
          "transcript": "ENST00000914318.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 832,
          "aa_ref": "E",
          "aa_start": 692,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3711,
          "cdna_start": 2399,
          "cds_end": null,
          "cds_length": 2499,
          "cds_start": 2074,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897285.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2074G>T",
          "hgvs_p": "p.Glu692*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567344.1",
          "strand": false,
          "transcript": "ENST00000897285.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 832,
          "aa_ref": "E",
          "aa_start": 692,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3621,
          "cdna_start": 2309,
          "cds_end": null,
          "cds_length": 2499,
          "cds_start": 2074,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914306.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2074G>T",
          "hgvs_p": "p.Glu692*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584365.1",
          "strand": false,
          "transcript": "ENST00000914306.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 832,
          "aa_ref": "E",
          "aa_start": 692,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3657,
          "cdna_start": 2345,
          "cds_end": null,
          "cds_length": 2499,
          "cds_start": 2074,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914314.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2074G>T",
          "hgvs_p": "p.Glu692*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584373.1",
          "strand": false,
          "transcript": "ENST00000914314.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4131,
          "cdna_start": 2824,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897276.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567335.1",
          "strand": false,
          "transcript": "ENST00000897276.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3841,
          "cdna_start": 2534,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897279.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567338.1",
          "strand": false,
          "transcript": "ENST00000897279.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3421,
          "cdna_start": 2123,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897282.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567341.1",
          "strand": false,
          "transcript": "ENST00000897282.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3687,
          "cdna_start": 2380,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897286.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567345.1",
          "strand": false,
          "transcript": "ENST00000897286.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3661,
          "cdna_start": 2349,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897288.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567347.1",
          "strand": false,
          "transcript": "ENST00000897288.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3629,
          "cdna_start": 2316,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897290.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567349.1",
          "strand": false,
          "transcript": "ENST00000897290.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3587,
          "cdna_start": 2275,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914309.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584368.1",
          "strand": false,
          "transcript": "ENST00000914309.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 828,
          "aa_ref": "E",
          "aa_start": 688,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3579,
          "cdna_start": 2264,
          "cds_end": null,
          "cds_length": 2487,
          "cds_start": 2062,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914320.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2062G>T",
          "hgvs_p": "p.Glu688*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584379.1",
          "strand": false,
          "transcript": "ENST00000914320.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 827,
          "aa_ref": "E",
          "aa_start": 687,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3859,
          "cdna_start": 2547,
          "cds_end": null,
          "cds_length": 2484,
          "cds_start": 2059,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000897278.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2059G>T",
          "hgvs_p": "p.Glu687*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567337.1",
          "strand": false,
          "transcript": "ENST00000897278.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "E",
          "aa_start": 686,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3642,
          "cdna_start": 2330,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 2056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000897275.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2056G>T",
          "hgvs_p": "p.Glu686*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567334.1",
          "strand": false,
          "transcript": "ENST00000897275.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "E",
          "aa_start": 686,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3603,
          "cdna_start": 2291,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 2056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914307.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2056G>T",
          "hgvs_p": "p.Glu686*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584366.1",
          "strand": false,
          "transcript": "ENST00000914307.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "E",
          "aa_start": 686,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3687,
          "cdna_start": 2372,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 2056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914312.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2056G>T",
          "hgvs_p": "p.Glu686*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584371.1",
          "strand": false,
          "transcript": "ENST00000914312.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 826,
          "aa_ref": "E",
          "aa_start": 686,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3672,
          "cdna_start": 2360,
          "cds_end": null,
          "cds_length": 2481,
          "cds_start": 2056,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914313.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2056G>T",
          "hgvs_p": "p.Glu686*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584372.1",
          "strand": false,
          "transcript": "ENST00000914313.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "E",
          "aa_start": 683,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3665,
          "cdna_start": 2353,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 2047,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000897293.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2047G>T",
          "hgvs_p": "p.Glu683*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000567352.1",
          "strand": false,
          "transcript": "ENST00000897293.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "E",
          "aa_start": 683,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3683,
          "cdna_start": 2371,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 2047,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914311.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2047G>T",
          "hgvs_p": "p.Glu683*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584370.1",
          "strand": false,
          "transcript": "ENST00000914311.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "E",
          "aa_start": 683,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3415,
          "cdna_start": 2103,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 2047,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914317.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2047G>T",
          "hgvs_p": "p.Glu683*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584376.1",
          "strand": false,
          "transcript": "ENST00000914317.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 822,
          "aa_ref": "E",
          "aa_start": 682,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3698,
          "cdna_start": 2386,
          "cds_end": null,
          "cds_length": 2469,
          "cds_start": 2044,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 16,
          "exon_rank": 16,
          "exon_rank_end": null,
          "feature": "ENST00000914315.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2044G>T",
          "hgvs_p": "p.Glu682*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584374.1",
          "strand": false,
          "transcript": "ENST00000914315.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 818,
          "aa_ref": "E",
          "aa_start": 678,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3573,
          "cdna_start": 2264,
          "cds_end": null,
          "cds_length": 2457,
          "cds_start": 2032,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914308.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2032G>T",
          "hgvs_p": "p.Glu678*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584367.1",
          "strand": false,
          "transcript": "ENST00000914308.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 743,
          "aa_ref": "E",
          "aa_start": 603,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3444,
          "cdna_start": 2132,
          "cds_end": null,
          "cds_length": 2232,
          "cds_start": 1807,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "ENST00000914310.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.1807G>T",
          "hgvs_p": "p.Glu603*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000584369.1",
          "strand": false,
          "transcript": "ENST00000914310.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 875,
          "aa_ref": "E",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4123,
          "cdna_start": 2790,
          "cds_end": null,
          "cds_length": 2628,
          "cds_start": 2203,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 14,
          "exon_rank_end": null,
          "feature": "XM_017004393.3",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2203G>T",
          "hgvs_p": "p.Glu735*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016859882.1",
          "strand": false,
          "transcript": "XM_017004393.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3684,
          "cdna_start": 2351,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011511378.3",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011509680.1",
          "strand": false,
          "transcript": "XM_011511378.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3681,
          "cdna_start": 2348,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011511379.3",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011509681.1",
          "strand": false,
          "transcript": "XM_011511379.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3559,
          "cdna_start": 2226,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011511380.2",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011509682.1",
          "strand": false,
          "transcript": "XM_011511380.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3655,
          "cdna_start": 2322,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011511381.2",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011509683.1",
          "strand": false,
          "transcript": "XM_011511381.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3631,
          "cdna_start": 2298,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011511382.4",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011509684.1",
          "strand": false,
          "transcript": "XM_011511382.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3634,
          "cdna_start": 2301,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_011511383.2",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011509685.1",
          "strand": false,
          "transcript": "XM_011511383.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 833,
          "aa_ref": "E",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3903,
          "cdna_start": 2570,
          "cds_end": null,
          "cds_length": 2502,
          "cds_start": 2077,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 15,
          "exon_rank_end": null,
          "feature": "XM_047444831.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.2077G>T",
          "hgvs_p": "p.Glu693*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047300787.1",
          "strand": false,
          "transcript": "XM_047444831.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 692,
          "aa_ref": "E",
          "aa_start": 552,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3207,
          "cdna_start": 1874,
          "cds_end": null,
          "cds_length": 2079,
          "cds_start": 1654,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "XM_017004394.3",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "c.1654G>T",
          "hgvs_p": "p.Glu552*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016859883.1",
          "strand": false,
          "transcript": "XM_017004394.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3371,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000467747.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "n.2068G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000467747.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2625,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000474420.1",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "n.1310G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000474420.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3776,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 13,
          "exon_rank_end": null,
          "feature": "ENST00000482925.5",
          "gene_hgnc_id": 10731,
          "gene_symbol": "SEMA4C",
          "hgvs_c": "n.2467G>T",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000482925.5",
          "transcript_support_level": 2
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs12471298",
      "effect": "stop_gained",
      "frequency_reference_population": 0.00694193,
      "gene_hgnc_id": 10731,
      "gene_symbol": "SEMA4C",
      "gnomad_exomes_ac": 9426,
      "gnomad_exomes_af": 0.00645392,
      "gnomad_exomes_homalt": 988,
      "gnomad_genomes_ac": 1770,
      "gnomad_genomes_af": 0.0116218,
      "gnomad_genomes_homalt": 126,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 1114,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Benign",
      "phylop100way_score": 2.277,
      "pos": 96861051,
      "ref": "C",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_017789.5"
    }
  ]
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.