← 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: X-110688709-AC-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 110688709,
      "ref": "AC",
      "alt": "A",
      "effect": "frameshift_variant",
      "transcript": "NM_001143981.2",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "NM_001143981.2",
          "protein_id": "NP_001137453.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000372042.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001143981.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000372042.6",
          "protein_id": "ENSP00000361112.1",
          "transcript_support_level": 2,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001143981.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372042.6"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "ENST00000444321.2",
          "protein_id": "ENSP00000399739.2",
          "transcript_support_level": 1,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000444321.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.851delG",
          "hgvs_p": "p.Cys284fs",
          "transcript": "ENST00000372045.5",
          "protein_id": "ENSP00000361115.1",
          "transcript_support_level": 1,
          "aa_start": 284,
          "aa_end": null,
          "aa_length": 450,
          "cds_start": 851,
          "cds_end": null,
          "cds_length": 1353,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000372045.5"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "NM_001367204.1",
          "protein_id": "NP_001354133.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367204.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000881327.1",
          "protein_id": "ENSP00000551386.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881327.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000944294.1",
          "protein_id": "ENSP00000614353.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 458,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1377,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944294.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "NM_001143982.2",
          "protein_id": "NP_001137454.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001143982.2"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "ENST00000881325.1",
          "protein_id": "ENSP00000551384.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881325.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000881326.1",
          "protein_id": "ENSP00000551385.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881326.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000881328.1",
          "protein_id": "ENSP00000551387.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881328.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "NM_145234.4",
          "protein_id": "NP_660277.2",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_145234.4"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "ENST00000394797.8",
          "protein_id": "ENSP00000378276.4",
          "transcript_support_level": 5,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 456,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1371,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000394797.8"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "NM_001367205.1",
          "protein_id": "NP_001354134.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367205.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "NM_001367206.1",
          "protein_id": "NP_001354135.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367206.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000881324.1",
          "protein_id": "ENSP00000551383.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881324.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000881329.1",
          "protein_id": "ENSP00000551388.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 453,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1362,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881329.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "NM_001367207.1",
          "protein_id": "NP_001354136.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367207.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "NM_001367208.1",
          "protein_id": "NP_001354137.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367208.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "ENST00000881330.1",
          "protein_id": "ENSP00000551389.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881330.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000881331.1",
          "protein_id": "ENSP00000551390.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000881331.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "ENST00000932200.1",
          "protein_id": "ENSP00000602259.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932200.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "ENST00000944292.1",
          "protein_id": "ENSP00000614351.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 452,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1359,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944292.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs",
          "transcript": "NM_001367209.1",
          "protein_id": "NP_001354138.1",
          "transcript_support_level": null,
          "aa_start": 291,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": 872,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001367209.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.665delG",
          "hgvs_p": "p.Cys222fs",
          "transcript": "ENST00000932201.1",
          "protein_id": "ENSP00000602260.1",
          "transcript_support_level": null,
          "aa_start": 222,
          "aa_end": null,
          "aa_length": 389,
          "cds_start": 665,
          "cds_end": null,
          "cds_length": 1170,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000932201.1"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.632delG",
          "hgvs_p": "p.Cys211fs",
          "transcript": "NM_001143983.3",
          "protein_id": "NP_001137455.2",
          "transcript_support_level": null,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 378,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 1137,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001143983.3"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.632delG",
          "hgvs_p": "p.Cys211fs",
          "transcript": "ENST00000482160.5",
          "protein_id": "ENSP00000418443.1",
          "transcript_support_level": 2,
          "aa_start": 211,
          "aa_end": null,
          "aa_length": 378,
          "cds_start": 632,
          "cds_end": null,
          "cds_length": 1137,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000482160.5"
        },
        {
          "aa_ref": "C",
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.869delG",
          "hgvs_p": "p.Cys290fs",
          "transcript": "XM_005262222.3",
          "protein_id": "XP_005262279.1",
          "transcript_support_level": null,
          "aa_start": 290,
          "aa_end": null,
          "aa_length": 457,
          "cds_start": 869,
          "cds_end": null,
          "cds_length": 1374,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_005262222.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": 11,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "c.778+5453delG",
          "hgvs_p": null,
          "transcript": "ENST00000944293.1",
          "protein_id": "ENSP00000614352.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 388,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1167,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000944293.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHRDL1",
          "gene_hgnc_id": 29861,
          "hgvs_c": "n.1135delG",
          "hgvs_p": null,
          "transcript": "NR_159734.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_159734.1"
        }
      ],
      "gene_symbol": "CHRDL1",
      "gene_hgnc_id": 29861,
      "dbsnp": "rs398122851",
      "frequency_reference_population": null,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 0,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": null,
      "computational_prediction_selected": null,
      "computational_source_selected": null,
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": null,
      "bayesdelnoaf_prediction": null,
      "phylop100way_score": 7.556,
      "phylop100way_prediction": "Pathogenic",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 11,
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2,PP5",
      "acmg_by_gene": [
        {
          "score": 11,
          "benign_score": 0,
          "pathogenic_score": 11,
          "criteria": [
            "PVS1",
            "PM2",
            "PP5"
          ],
          "verdict": "Pathogenic",
          "transcript": "NM_001143981.2",
          "gene_symbol": "CHRDL1",
          "hgnc_id": 29861,
          "effects": [
            "frameshift_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.872delG",
          "hgvs_p": "p.Cys291fs"
        }
      ],
      "clinvar_disease": "Megalocornea",
      "clinvar_classification": "Pathogenic",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "phenotype_combined": "Megalocornea",
      "pathogenicity_classification_combined": "Pathogenic",
      "custom_annotations": null
    }
  ],
  "message": null
}
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.