← 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: 1-150966808-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "CERS2",
          "hgnc_id": 14076,
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_022075.5",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_score": -6,
      "allele_count_reference_population": 17,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.0856,
      "alt": "C",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.25,
      "chr": "1",
      "clinvar_classification": "Uncertain significance",
      "clinvar_disease": "not specified",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.13265478610992432,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2323,
          "cdna_start": 1014,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_022075.5",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000368954.10",
          "protein_coding": true,
          "protein_id": "NP_071358.1",
          "strand": false,
          "transcript": "NM_022075.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 2323,
          "cdna_start": 1014,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000368954.10",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_022075.5",
          "protein_coding": true,
          "protein_id": "ENSP00000357950.5",
          "strand": false,
          "transcript": "ENST00000368954.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 227,
          "aa_ref": "I",
          "aa_start": 113,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1661,
          "cdna_start": 339,
          "cds_end": null,
          "cds_length": 684,
          "cds_start": 337,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000560793.6",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.337A>G",
          "hgvs_p": "p.Ile113Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000453297.2",
          "strand": false,
          "transcript": "ENST00000560793.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 393,
          "aa_ref": "I",
          "aa_start": 279,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2213,
          "cdna_start": 907,
          "cds_end": null,
          "cds_length": 1182,
          "cds_start": 835,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000955084.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.835A>G",
          "hgvs_p": "p.Ile279Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625143.1",
          "strand": false,
          "transcript": "ENST00000955084.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 389,
          "aa_ref": "I",
          "aa_start": 275,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2213,
          "cdna_start": 906,
          "cds_end": null,
          "cds_length": 1170,
          "cds_start": 823,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885841.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.823A>G",
          "hgvs_p": "p.Ile275Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555900.1",
          "strand": false,
          "transcript": "ENST00000885841.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2363,
          "cdna_start": 1054,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_181746.4",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_859530.1",
          "strand": false,
          "transcript": "NM_181746.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2544,
          "cdna_start": 1222,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000271688.10",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000271688.6",
          "strand": false,
          "transcript": "ENST00000271688.10",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2061,
          "cdna_start": 847,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885835.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555894.1",
          "strand": false,
          "transcript": "ENST00000885835.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2392,
          "cdna_start": 1077,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885836.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555895.1",
          "strand": false,
          "transcript": "ENST00000885836.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2391,
          "cdna_start": 1082,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885837.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555896.1",
          "strand": false,
          "transcript": "ENST00000885837.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2338,
          "cdna_start": 1030,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885848.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555907.1",
          "strand": false,
          "transcript": "ENST00000885848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2233,
          "cdna_start": 925,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885849.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555908.1",
          "strand": false,
          "transcript": "ENST00000885849.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2166,
          "cdna_start": 859,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885850.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555909.1",
          "strand": false,
          "transcript": "ENST00000885850.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2096,
          "cdna_start": 854,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885851.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555910.1",
          "strand": false,
          "transcript": "ENST00000885851.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2232,
          "cdna_start": 927,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885852.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555911.1",
          "strand": false,
          "transcript": "ENST00000885852.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2253,
          "cdna_start": 945,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885853.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555912.1",
          "strand": false,
          "transcript": "ENST00000885853.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2212,
          "cdna_start": 896,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885854.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555913.1",
          "strand": false,
          "transcript": "ENST00000885854.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2228,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885855.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555914.1",
          "strand": false,
          "transcript": "ENST00000885855.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2392,
          "cdna_start": 1156,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000911844.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581903.1",
          "strand": false,
          "transcript": "ENST00000911844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2324,
          "cdna_start": 1088,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000911845.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581904.1",
          "strand": false,
          "transcript": "ENST00000911845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2635,
          "cdna_start": 1326,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000955081.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625140.1",
          "strand": false,
          "transcript": "ENST00000955081.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2183,
          "cdna_start": 875,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000955082.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625141.1",
          "strand": false,
          "transcript": "ENST00000955082.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2218,
          "cdna_start": 980,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000955083.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000625142.1",
          "strand": false,
          "transcript": "ENST00000955083.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 377,
          "aa_ref": "I",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1803,
          "cdna_start": 791,
          "cds_end": null,
          "cds_length": 1134,
          "cds_start": 769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000561294.5",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.769A>G",
          "hgvs_p": "p.Ile257Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454160.2",
          "strand": false,
          "transcript": "ENST00000561294.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 374,
          "aa_ref": "I",
          "aa_start": 260,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2125,
          "cdna_start": 911,
          "cds_end": null,
          "cds_length": 1125,
          "cds_start": 778,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885844.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.778A>G",
          "hgvs_p": "p.Ile260Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555903.1",
          "strand": false,
          "transcript": "ENST00000885844.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "I",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2284,
          "cdna_start": 964,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885838.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.769A>G",
          "hgvs_p": "p.Ile257Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555897.1",
          "strand": false,
          "transcript": "ENST00000885838.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "I",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2230,
          "cdna_start": 923,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 12,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000885840.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.769A>G",
          "hgvs_p": "p.Ile257Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555899.1",
          "strand": false,
          "transcript": "ENST00000885840.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "I",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2197,
          "cdna_start": 892,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885842.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.769A>G",
          "hgvs_p": "p.Ile257Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555901.1",
          "strand": false,
          "transcript": "ENST00000885842.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "I",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2205,
          "cdna_start": 898,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000885847.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.769A>G",
          "hgvs_p": "p.Ile257Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555906.1",
          "strand": false,
          "transcript": "ENST00000885847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 371,
          "aa_ref": "I",
          "aa_start": 257,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2321,
          "cdna_start": 1086,
          "cds_end": null,
          "cds_length": 1116,
          "cds_start": 769,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000911846.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.769A>G",
          "hgvs_p": "p.Ile257Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581905.1",
          "strand": false,
          "transcript": "ENST00000911846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 349,
          "aa_ref": "I",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2137,
          "cdna_start": 825,
          "cds_end": null,
          "cds_length": 1050,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000885839.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.703A>G",
          "hgvs_p": "p.Ile235Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555898.1",
          "strand": false,
          "transcript": "ENST00000885839.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 349,
          "aa_ref": "I",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2106,
          "cdna_start": 870,
          "cds_end": null,
          "cds_length": 1050,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000911847.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.703A>G",
          "hgvs_p": "p.Ile235Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581906.1",
          "strand": false,
          "transcript": "ENST00000911847.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 349,
          "aa_ref": "I",
          "aa_start": 235,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2093,
          "cdna_start": 846,
          "cds_end": null,
          "cds_length": 1050,
          "cds_start": 703,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000911848.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.703A>G",
          "hgvs_p": "p.Ile235Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000581907.1",
          "strand": false,
          "transcript": "ENST00000911848.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 337,
          "aa_ref": "I",
          "aa_start": 223,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2045,
          "cdna_start": 821,
          "cds_end": null,
          "cds_length": 1014,
          "cds_start": 667,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000885843.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.667A>G",
          "hgvs_p": "p.Ile223Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555902.1",
          "strand": false,
          "transcript": "ENST00000885843.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 321,
          "aa_ref": "I",
          "aa_start": 207,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1937,
          "cdna_start": 723,
          "cds_end": null,
          "cds_length": 966,
          "cds_start": 619,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000885846.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.619A>G",
          "hgvs_p": "p.Ile207Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555905.1",
          "strand": false,
          "transcript": "ENST00000885846.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 306,
          "aa_ref": "I",
          "aa_start": 192,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1901,
          "cdna_start": 665,
          "cds_end": null,
          "cds_length": 921,
          "cds_start": 574,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000885845.1",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.574A>G",
          "hgvs_p": "p.Ile192Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000555904.1",
          "strand": false,
          "transcript": "ENST00000885845.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 303,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1002,
          "cdna_start": 884,
          "cds_end": null,
          "cds_length": 914,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 10,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000368949.8",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000357945.5",
          "strand": false,
          "transcript": "ENST00000368949.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 400,
          "aa_ref": "I",
          "aa_start": 286,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2224,
          "cdna_start": 915,
          "cds_end": null,
          "cds_length": 1203,
          "cds_start": 856,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011509451.3",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.856A>G",
          "hgvs_p": "p.Ile286Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507753.1",
          "strand": false,
          "transcript": "XM_011509451.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "V",
          "aa_end": null,
          "aa_length": 380,
          "aa_ref": "I",
          "aa_start": 266,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2243,
          "cdna_start": 934,
          "cds_end": null,
          "cds_length": 1143,
          "cds_start": 796,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 11,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011509452.4",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "c.796A>G",
          "hgvs_p": "p.Ile266Val",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011507754.1",
          "strand": false,
          "transcript": "XM_011509452.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2170,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 10,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000345896.8",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "n.848A>G",
          "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": "ENST00000345896.8",
          "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": 850,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000460664.5",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "n.655A>G",
          "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": "ENST00000460664.5",
          "transcript_support_level": 3
        },
        {
          "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": 1618,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000482825.7",
          "gene_hgnc_id": 14076,
          "gene_symbol": "CERS2",
          "hgvs_c": "n.635A>G",
          "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": "ENST00000482825.7",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs369491663",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000010532133,
      "gene_hgnc_id": 14076,
      "gene_symbol": "CERS2",
      "gnomad_exomes_ac": 11,
      "gnomad_exomes_af": 0.00000752474,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 6,
      "gnomad_genomes_af": 0.0000394052,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": "Uncertain significance",
      "phenotype_combined": "not specified",
      "phylop100way_prediction": "Uncertain_significance",
      "phylop100way_score": 5.952,
      "pos": 150966808,
      "ref": "T",
      "revel_prediction": "Uncertain_significance",
      "revel_score": 0.309,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0.029999999329447746,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "transcript": "NM_022075.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.