← 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-174812441-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "2",
      "pos": 174812441,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000409900.9",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Pro252Ser",
          "transcript": "NM_001822.7",
          "protein_id": "NP_001813.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 1223,
          "cdna_end": null,
          "cdna_length": 3156,
          "mane_select": "ENST00000409900.9",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Pro252Ser",
          "transcript": "ENST00000409900.9",
          "protein_id": "ENSP00000386741.4",
          "transcript_support_level": 1,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 1223,
          "cdna_end": null,
          "cdna_length": 3156,
          "mane_select": "NM_001822.7",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.379C>T",
          "hgvs_p": "p.Pro127Ser",
          "transcript": "ENST00000295497.13",
          "protein_id": "ENSP00000295497.7",
          "transcript_support_level": 1,
          "aa_start": 127,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 379,
          "cds_end": null,
          "cds_length": 1005,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 2736,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.397C>T",
          "hgvs_p": null,
          "transcript": "ENST00000488080.6",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1639,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.805C>T",
          "hgvs_p": "p.Pro269Ser",
          "transcript": "NM_001371514.1",
          "protein_id": "NP_001358443.1",
          "transcript_support_level": null,
          "aa_start": 269,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 805,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 973,
          "cdna_end": null,
          "cdna_length": 2402,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Pro252Ser",
          "transcript": "NM_001371513.1",
          "protein_id": "NP_001358442.1",
          "transcript_support_level": null,
          "aa_start": 252,
          "aa_end": null,
          "aa_length": 459,
          "cds_start": 754,
          "cds_end": null,
          "cds_length": 1380,
          "cdna_start": 1098,
          "cdna_end": null,
          "cdna_length": 2527,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.676C>T",
          "hgvs_p": "p.Pro226Ser",
          "transcript": "NM_001025201.4",
          "protein_id": "NP_001020372.2",
          "transcript_support_level": null,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": 1020,
          "cdna_end": null,
          "cdna_length": 2449,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.676C>T",
          "hgvs_p": "p.Pro226Ser",
          "transcript": "ENST00000409156.7",
          "protein_id": "ENSP00000386470.3",
          "transcript_support_level": 2,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 433,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 1302,
          "cdna_start": 1008,
          "cdna_end": null,
          "cdna_length": 1761,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.430C>T",
          "hgvs_p": "p.Pro144Ser",
          "transcript": "ENST00000652036.1",
          "protein_id": "ENSP00000499139.1",
          "transcript_support_level": null,
          "aa_start": 144,
          "aa_end": null,
          "aa_length": 351,
          "cds_start": 430,
          "cds_end": null,
          "cds_length": 1056,
          "cdna_start": 854,
          "cdna_end": null,
          "cdna_length": 2257,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.379C>T",
          "hgvs_p": "p.Pro127Ser",
          "transcript": "NM_001206602.2",
          "protein_id": "NP_001193531.1",
          "transcript_support_level": null,
          "aa_start": 127,
          "aa_end": null,
          "aa_length": 334,
          "cds_start": 379,
          "cds_end": null,
          "cds_length": 1005,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 2232,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.346C>T",
          "hgvs_p": "p.Pro116Ser",
          "transcript": "ENST00000651246.1",
          "protein_id": "ENSP00000498484.1",
          "transcript_support_level": null,
          "aa_start": 116,
          "aa_end": null,
          "aa_length": 323,
          "cds_start": 346,
          "cds_end": null,
          "cds_length": 972,
          "cdna_start": 594,
          "cdna_end": null,
          "cdna_length": 1563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.379C>T",
          "hgvs_p": "p.Pro127Ser",
          "transcript": "ENST00000444394.7",
          "protein_id": "ENSP00000411911.2",
          "transcript_support_level": 3,
          "aa_start": 127,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 379,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": 803,
          "cdna_end": null,
          "cdna_length": 1390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.232C>T",
          "hgvs_p": "p.Pro78Ser",
          "transcript": "ENST00000443238.6",
          "protein_id": "ENSP00000409798.2",
          "transcript_support_level": 4,
          "aa_start": 78,
          "aa_end": null,
          "aa_length": 285,
          "cds_start": 232,
          "cds_end": null,
          "cds_length": 858,
          "cdna_start": 288,
          "cdna_end": null,
          "cdna_length": 1635,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.208C>T",
          "hgvs_p": "p.Pro70Ser",
          "transcript": "ENST00000413882.6",
          "protein_id": "ENSP00000410496.2",
          "transcript_support_level": 3,
          "aa_start": 70,
          "aa_end": null,
          "aa_length": 277,
          "cds_start": 208,
          "cds_end": null,
          "cds_length": 834,
          "cdna_start": 237,
          "cdna_end": null,
          "cdna_length": 1374,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.202C>T",
          "hgvs_p": "p.Pro68Ser",
          "transcript": "ENST00000409597.5",
          "protein_id": "ENSP00000386469.1",
          "transcript_support_level": 3,
          "aa_start": 68,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": 202,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": 218,
          "cdna_end": null,
          "cdna_length": 1445,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.277C>T",
          "hgvs_p": "p.Pro93Ser",
          "transcript": "ENST00000650938.1",
          "protein_id": "ENSP00000498385.1",
          "transcript_support_level": null,
          "aa_start": 93,
          "aa_end": null,
          "aa_length": 254,
          "cds_start": 277,
          "cds_end": null,
          "cds_length": 765,
          "cdna_start": 278,
          "cdna_end": null,
          "cdna_length": 1390,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.649C>T",
          "hgvs_p": "p.Pro217Ser",
          "transcript": "ENST00000444573.2",
          "protein_id": "ENSP00000392603.2",
          "transcript_support_level": 4,
          "aa_start": 217,
          "aa_end": null,
          "aa_length": 238,
          "cds_start": 649,
          "cds_end": null,
          "cds_length": 719,
          "cdna_start": 950,
          "cdna_end": null,
          "cdna_length": 1020,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.79C>T",
          "hgvs_p": "p.Pro27Ser",
          "transcript": "ENST00000650731.1",
          "protein_id": "ENSP00000499146.1",
          "transcript_support_level": null,
          "aa_start": 27,
          "aa_end": null,
          "aa_length": 234,
          "cds_start": 79,
          "cds_end": null,
          "cds_length": 705,
          "cdna_start": 489,
          "cdna_end": null,
          "cdna_length": 1719,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "S",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.130C>T",
          "hgvs_p": "p.Pro44Ser",
          "transcript": "ENST00000409089.7",
          "protein_id": "ENSP00000386322.3",
          "transcript_support_level": 5,
          "aa_start": 44,
          "aa_end": null,
          "aa_length": 203,
          "cds_start": 130,
          "cds_end": null,
          "cds_length": 612,
          "cdna_start": 325,
          "cdna_end": null,
          "cdna_length": 807,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000425395.6",
          "protein_id": "ENSP00000405270.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.213C>T",
          "hgvs_p": null,
          "transcript": "ENST00000485882.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 556,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000651501.1",
          "protein_id": "ENSP00000498894.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "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": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*30C>T",
          "hgvs_p": null,
          "transcript": "ENST00000651717.1",
          "protein_id": "ENSP00000499124.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.622C>T",
          "hgvs_p": null,
          "transcript": "NR_038133.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2051,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000425395.6",
          "protein_id": "ENSP00000405270.2",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 873,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*201C>T",
          "hgvs_p": null,
          "transcript": "ENST00000651501.1",
          "protein_id": "ENSP00000498894.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1852,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*30C>T",
          "hgvs_p": null,
          "transcript": "ENST00000651717.1",
          "protein_id": "ENSP00000499124.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 1606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000236449",
          "gene_hgnc_id": null,
          "hgvs_c": "n.327-34490G>A",
          "hgvs_p": null,
          "transcript": "ENST00000842845.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 823,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.-88C>T",
          "hgvs_p": null,
          "transcript": "ENST00000491801.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 734,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "c.*18C>T",
          "hgvs_p": null,
          "transcript": "ENST00000651373.1",
          "protein_id": "ENSP00000499174.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 82,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 250,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 498,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CHN1",
          "gene_hgnc_id": 1943,
          "hgvs_c": "n.*16C>T",
          "hgvs_p": null,
          "transcript": "ENST00000652154.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 636,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "CHN1",
      "gene_hgnc_id": 1943,
      "dbsnp": "rs387906600",
      "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": 0.7445868253707886,
      "computational_prediction_selected": "Pathogenic",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.527,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6919,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": 0.12,
      "bayesdelnoaf_prediction": "Uncertain_significance",
      "phylop100way_score": 5.696,
      "phylop100way_prediction": "Uncertain_significance",
      "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": 6,
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PM2,PM5,PP2,PP3",
      "acmg_by_gene": [
        {
          "score": 6,
          "benign_score": 0,
          "pathogenic_score": 6,
          "criteria": [
            "PM2",
            "PM5",
            "PP2",
            "PP3"
          ],
          "verdict": "Likely_pathogenic",
          "transcript": "ENST00000409900.9",
          "gene_symbol": "CHN1",
          "hgnc_id": 1943,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.754C>T",
          "hgvs_p": "p.Pro252Ser"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "ENST00000842845.1",
          "gene_symbol": "ENSG00000236449",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.327-34490G>A",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Duane retraction syndrome 2",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "Duane retraction syndrome 2",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}