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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 96861401,
      "ref": "G",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_017789.5",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "NM_017789.5",
          "protein_id": "NP_060259.4",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000305476.10",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017789.5"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000305476.10",
          "protein_id": "ENSP00000306844.5",
          "transcript_support_level": 1,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_017789.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000305476.10"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1748C>G",
          "hgvs_p": "p.Pro583Arg",
          "transcript": "ENST00000897292.1",
          "protein_id": "ENSP00000567351.1",
          "transcript_support_level": null,
          "aa_start": 583,
          "aa_end": null,
          "aa_length": 840,
          "cds_start": 1748,
          "cds_end": null,
          "cds_length": 2523,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897292.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1730C>G",
          "hgvs_p": "p.Pro577Arg",
          "transcript": "ENST00000897277.1",
          "protein_id": "ENSP00000567336.1",
          "transcript_support_level": null,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 1730,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897277.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1730C>G",
          "hgvs_p": "p.Pro577Arg",
          "transcript": "ENST00000914319.1",
          "protein_id": "ENSP00000584378.1",
          "transcript_support_level": null,
          "aa_start": 577,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 1730,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914319.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897274.1",
          "protein_id": "ENSP00000567333.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897274.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897280.1",
          "protein_id": "ENSP00000567339.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897280.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897281.1",
          "protein_id": "ENSP00000567340.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897281.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897283.1",
          "protein_id": "ENSP00000567342.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897283.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897284.1",
          "protein_id": "ENSP00000567343.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897284.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897287.1",
          "protein_id": "ENSP00000567346.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897287.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897289.1",
          "protein_id": "ENSP00000567348.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897289.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897291.1",
          "protein_id": "ENSP00000567350.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897291.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897294.1",
          "protein_id": "ENSP00000567353.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897294.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897295.1",
          "protein_id": "ENSP00000567354.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897295.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897296.1",
          "protein_id": "ENSP00000567355.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897296.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000897297.1",
          "protein_id": "ENSP00000567356.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897297.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000914305.1",
          "protein_id": "ENSP00000584364.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914305.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000914316.1",
          "protein_id": "ENSP00000584375.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914316.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "ENST00000914318.1",
          "protein_id": "ENSP00000584377.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914318.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1724C>G",
          "hgvs_p": "p.Pro575Arg",
          "transcript": "ENST00000897285.1",
          "protein_id": "ENSP00000567344.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 832,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 2499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897285.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1724C>G",
          "hgvs_p": "p.Pro575Arg",
          "transcript": "ENST00000914306.1",
          "protein_id": "ENSP00000584365.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 832,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 2499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914306.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1724C>G",
          "hgvs_p": "p.Pro575Arg",
          "transcript": "ENST00000914314.1",
          "protein_id": "ENSP00000584373.1",
          "transcript_support_level": null,
          "aa_start": 575,
          "aa_end": null,
          "aa_length": 832,
          "cds_start": 1724,
          "cds_end": null,
          "cds_length": 2499,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914314.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000897276.1",
          "protein_id": "ENSP00000567335.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897276.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000897279.1",
          "protein_id": "ENSP00000567338.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897279.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000897282.1",
          "protein_id": "ENSP00000567341.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897282.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000897286.1",
          "protein_id": "ENSP00000567345.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897286.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000897288.1",
          "protein_id": "ENSP00000567347.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897288.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000897290.1",
          "protein_id": "ENSP00000567349.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897290.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000914309.1",
          "protein_id": "ENSP00000584368.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914309.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1712C>G",
          "hgvs_p": "p.Pro571Arg",
          "transcript": "ENST00000914320.1",
          "protein_id": "ENSP00000584379.1",
          "transcript_support_level": null,
          "aa_start": 571,
          "aa_end": null,
          "aa_length": 828,
          "cds_start": 1712,
          "cds_end": null,
          "cds_length": 2487,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914320.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1709C>G",
          "hgvs_p": "p.Pro570Arg",
          "transcript": "ENST00000897278.1",
          "protein_id": "ENSP00000567337.1",
          "transcript_support_level": null,
          "aa_start": 570,
          "aa_end": null,
          "aa_length": 827,
          "cds_start": 1709,
          "cds_end": null,
          "cds_length": 2484,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897278.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1706C>G",
          "hgvs_p": "p.Pro569Arg",
          "transcript": "ENST00000897275.1",
          "protein_id": "ENSP00000567334.1",
          "transcript_support_level": null,
          "aa_start": 569,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1706,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897275.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1706C>G",
          "hgvs_p": "p.Pro569Arg",
          "transcript": "ENST00000914307.1",
          "protein_id": "ENSP00000584366.1",
          "transcript_support_level": null,
          "aa_start": 569,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1706,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914307.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1706C>G",
          "hgvs_p": "p.Pro569Arg",
          "transcript": "ENST00000914312.1",
          "protein_id": "ENSP00000584371.1",
          "transcript_support_level": null,
          "aa_start": 569,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1706,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914312.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1706C>G",
          "hgvs_p": "p.Pro569Arg",
          "transcript": "ENST00000914313.1",
          "protein_id": "ENSP00000584372.1",
          "transcript_support_level": null,
          "aa_start": 569,
          "aa_end": null,
          "aa_length": 826,
          "cds_start": 1706,
          "cds_end": null,
          "cds_length": 2481,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914313.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1697C>G",
          "hgvs_p": "p.Pro566Arg",
          "transcript": "ENST00000897293.1",
          "protein_id": "ENSP00000567352.1",
          "transcript_support_level": null,
          "aa_start": 566,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1697,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000897293.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1697C>G",
          "hgvs_p": "p.Pro566Arg",
          "transcript": "ENST00000914311.1",
          "protein_id": "ENSP00000584370.1",
          "transcript_support_level": null,
          "aa_start": 566,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1697,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914311.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1697C>G",
          "hgvs_p": "p.Pro566Arg",
          "transcript": "ENST00000914317.1",
          "protein_id": "ENSP00000584376.1",
          "transcript_support_level": null,
          "aa_start": 566,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1697,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914317.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 16,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1694C>G",
          "hgvs_p": "p.Pro565Arg",
          "transcript": "ENST00000914315.1",
          "protein_id": "ENSP00000584374.1",
          "transcript_support_level": null,
          "aa_start": 565,
          "aa_end": null,
          "aa_length": 822,
          "cds_start": 1694,
          "cds_end": null,
          "cds_length": 2469,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914315.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1682C>G",
          "hgvs_p": "p.Pro561Arg",
          "transcript": "ENST00000914308.1",
          "protein_id": "ENSP00000584367.1",
          "transcript_support_level": null,
          "aa_start": 561,
          "aa_end": null,
          "aa_length": 818,
          "cds_start": 1682,
          "cds_end": null,
          "cds_length": 2457,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914308.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 14,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1853C>G",
          "hgvs_p": "p.Pro618Arg",
          "transcript": "XM_017004393.3",
          "protein_id": "XP_016859882.1",
          "transcript_support_level": null,
          "aa_start": 618,
          "aa_end": null,
          "aa_length": 875,
          "cds_start": 1853,
          "cds_end": null,
          "cds_length": 2628,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004393.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_011511378.3",
          "protein_id": "XP_011509680.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511378.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_011511379.3",
          "protein_id": "XP_011509681.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511379.3"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_011511380.2",
          "protein_id": "XP_011509682.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511380.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_011511381.2",
          "protein_id": "XP_011509683.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511381.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_011511382.4",
          "protein_id": "XP_011509684.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511382.4"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_011511383.2",
          "protein_id": "XP_011509685.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011511383.2"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 15,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg",
          "transcript": "XM_047444831.1",
          "protein_id": "XP_047300787.1",
          "transcript_support_level": null,
          "aa_start": 576,
          "aa_end": null,
          "aa_length": 833,
          "cds_start": 1727,
          "cds_end": null,
          "cds_length": 2502,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047444831.1"
        },
        {
          "aa_ref": "P",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1304C>G",
          "hgvs_p": "p.Pro435Arg",
          "transcript": "XM_017004394.3",
          "protein_id": "XP_016859883.1",
          "transcript_support_level": null,
          "aa_start": 435,
          "aa_end": null,
          "aa_length": 692,
          "cds_start": 1304,
          "cds_end": null,
          "cds_length": 2079,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017004394.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 14,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "c.1672+178C>G",
          "hgvs_p": null,
          "transcript": "ENST00000914310.1",
          "protein_id": "ENSP00000584369.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 743,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2232,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000914310.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "n.1718C>G",
          "hgvs_p": null,
          "transcript": "ENST00000467747.1",
          "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": "ENST00000467747.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "n.960C>G",
          "hgvs_p": null,
          "transcript": "ENST00000474420.1",
          "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": "ENST00000474420.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 13,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SEMA4C",
          "gene_hgnc_id": 10731,
          "hgvs_c": "n.2117C>G",
          "hgvs_p": null,
          "transcript": "ENST00000482925.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": "ENST00000482925.5"
        }
      ],
      "gene_symbol": "SEMA4C",
      "gene_hgnc_id": 10731,
      "dbsnp": "rs149174129",
      "frequency_reference_population": 0.000532197,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 857,
      "gnomad_exomes_af": 0.000553444,
      "gnomad_genomes_af": 0.000328593,
      "gnomad_exomes_ac": 807,
      "gnomad_genomes_ac": 50,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3822019100189209,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.272,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.3411,
      "alphamissense_prediction": "Uncertain_significance",
      "bayesdelnoaf_score": -0.14,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 9.444,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -5,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4,BS2",
      "acmg_by_gene": [
        {
          "score": -5,
          "benign_score": 5,
          "pathogenic_score": 0,
          "criteria": [
            "BP4",
            "BS2"
          ],
          "verdict": "Likely_benign",
          "transcript": "NM_017789.5",
          "gene_symbol": "SEMA4C",
          "hgnc_id": 10731,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1727C>G",
          "hgvs_p": "p.Pro576Arg"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}