← 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: 16-88706598-G-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "16",
      "pos": 88706598,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant,splice_region_variant",
      "transcript": "NM_001318507.2",
      "consequences": [
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "NM_001012759.3",
          "protein_id": "NP_001012777.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000453996.7",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001012759.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "ENST00000453996.7",
          "protein_id": "ENSP00000388320.2",
          "transcript_support_level": 1,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_001012759.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000453996.7"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "ENST00000567949.5",
          "protein_id": "ENSP00000456908.1",
          "transcript_support_level": 1,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000567949.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "n.68G>A",
          "hgvs_p": null,
          "transcript": "ENST00000564105.5",
          "protein_id": "ENSP00000454923.1",
          "transcript_support_level": 1,
          "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": "nonsense_mediated_decay",
          "feature": "ENST00000564105.5"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "NM_001318507.2",
          "protein_id": "NP_001305436.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 586,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1761,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318507.2"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "ENST00000869942.1",
          "protein_id": "ENSP00000540001.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 525,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1578,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869942.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "ENST00000869940.1",
          "protein_id": "ENSP00000539999.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 521,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1566,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869940.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "ENST00000869943.1",
          "protein_id": "ENSP00000540002.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 511,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1536,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869943.1"
        },
        {
          "aa_ref": "R",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Arg23Lys",
          "transcript": "ENST00000869941.1",
          "protein_id": "ENSP00000540000.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 490,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1473,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000869941.1"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "NM_001012762.3",
          "protein_id": "NP_001012780.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001012762.3"
        },
        {
          "aa_ref": "S",
          "aa_alt": "N",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant",
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn",
          "transcript": "ENST00000312060.9",
          "protein_id": "ENSP00000308617.5",
          "transcript_support_level": 5,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 485,
          "cds_start": 68,
          "cds_end": null,
          "cds_length": 1458,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000312060.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "splice_region_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.-115G>A",
          "hgvs_p": null,
          "transcript": "NM_001318513.2",
          "protein_id": "NP_001305442.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318513.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.-115G>A",
          "hgvs_p": null,
          "transcript": "NM_001318513.2",
          "protein_id": "NP_001305442.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 428,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1287,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001318513.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "c.-653G>A",
          "hgvs_p": null,
          "transcript": "ENST00000564921.1",
          "protein_id": "ENSP00000455010.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 88,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 269,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000564921.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "splice_region_variant",
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "CTU2",
          "gene_hgnc_id": 28005,
          "hgvs_c": "n.54G>A",
          "hgvs_p": null,
          "transcript": "ENST00000565071.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000565071.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "NM_178841.4",
          "protein_id": "NP_849163.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000312838.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_178841.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "ENST00000312838.9",
          "protein_id": "ENSP00000326095.4",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 237,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 714,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_178841.4",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000312838.9"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "ENST00000956472.1",
          "protein_id": "ENSP00000626531.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 236,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 711,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000956472.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "ENST00000878562.1",
          "protein_id": "ENSP00000548621.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 232,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 699,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000878562.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "NM_001171815.2",
          "protein_id": "NP_001165286.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001171815.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "ENST00000567844.1",
          "protein_id": "ENSP00000457336.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 156,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 471,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000567844.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "XM_011522845.3",
          "protein_id": "XP_011521147.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 350,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1053,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011522845.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "XM_047433577.1",
          "protein_id": "XP_047289533.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 275,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 828,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433577.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "XM_047433578.1",
          "protein_id": "XP_047289534.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 272,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 819,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047433578.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RNF166",
          "gene_hgnc_id": 28856,
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null,
          "transcript": "XM_017022912.2",
          "protein_id": "XP_016878401.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 210,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 633,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017022912.2"
        }
      ],
      "gene_symbol": "CTU2",
      "gene_hgnc_id": 28005,
      "dbsnp": "rs536176202",
      "frequency_reference_population": 0.0000027919468,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000156185,
      "gnomad_genomes_af": 0.0000131442,
      "gnomad_exomes_ac": 2,
      "gnomad_genomes_ac": 2,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.004484415054321289,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.9139999747276306,
      "splice_prediction_selected": "Pathogenic",
      "splice_source_selected": "dbscSNV1_RF",
      "revel_score": 0.125,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.1093,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.68,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 1.036,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.03,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": 0.996248525703735,
      "dbscsnv_ada_prediction": "Pathogenic",
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": 3,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,PP3",
      "acmg_by_gene": [
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_001318507.2",
          "gene_symbol": "CTU2",
          "hgnc_id": 28005,
          "effects": [
            "missense_variant",
            "splice_region_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.68G>A",
          "hgvs_p": "p.Ser23Asn"
        },
        {
          "score": 3,
          "benign_score": 0,
          "pathogenic_score": 3,
          "criteria": [
            "PM2",
            "PP3"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_178841.4",
          "gene_symbol": "RNF166",
          "hgnc_id": 28856,
          "effects": [
            "upstream_gene_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.-273C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}