← 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: 8-243756-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=8&pos=243756&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
  "variants": [
    {
      "chr": "8",
      "pos": 243756,
      "ref": "A",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "ENST00000522866.5",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "NM_001042416.3",
          "protein_id": "NP_001035881.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 485,
          "cdna_end": null,
          "cdna_length": 2803,
          "mane_select": "ENST00000398612.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000398612.3",
          "protein_id": "ENSP00000381613.1",
          "transcript_support_level": 5,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 485,
          "cdna_end": null,
          "cdna_length": 2803,
          "mane_select": "NM_001042416.3",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000308811.8",
          "protein_id": "ENSP00000310033.4",
          "transcript_support_level": 1,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 462,
          "cdna_end": null,
          "cdna_length": 2783,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000522866.5",
          "protein_id": "ENSP00000477126.1",
          "transcript_support_level": 3,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 132,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 401,
          "cdna_start": 487,
          "cdna_end": null,
          "cdna_length": 714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "NM_001042415.3",
          "protein_id": "NP_001035880.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 415,
          "cdna_end": null,
          "cdna_length": 2733,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "NM_001287254.2",
          "protein_id": "NP_001274183.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 496,
          "cdna_end": null,
          "cdna_length": 2814,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "NM_001287255.1",
          "protein_id": "NP_001274184.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 2696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "NM_001287256.1",
          "protein_id": "NP_001274185.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 373,
          "cdna_end": null,
          "cdna_length": 2692,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "NM_173539.3",
          "protein_id": "NP_775810.2",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 462,
          "cdna_end": null,
          "cdna_length": 2781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000320552.6",
          "protein_id": "ENSP00000318719.3",
          "transcript_support_level": 4,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 2696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000640035.1",
          "protein_id": "ENSP00000491031.1",
          "transcript_support_level": 5,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 169,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 510,
          "cdna_start": 297,
          "cdna_end": null,
          "cdna_length": 1163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000521145.5",
          "protein_id": "ENSP00000429671.1",
          "transcript_support_level": 4,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 145,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 440,
          "cdna_start": 377,
          "cdna_end": null,
          "cdna_length": 643,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "ENST00000518414.5",
          "protein_id": "ENSP00000430552.1",
          "transcript_support_level": 4,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 72,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 219,
          "cdna_start": 519,
          "cdna_end": null,
          "cdna_length": 564,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.69A>T",
          "hgvs_p": "p.Gln23His",
          "transcript": "ENST00000518320.6",
          "protein_id": "ENSP00000476799.1",
          "transcript_support_level": 4,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 68,
          "cds_start": 69,
          "cds_end": null,
          "cds_length": 207,
          "cdna_start": 384,
          "cdna_end": null,
          "cdna_length": 522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His",
          "transcript": "XM_047421414.1",
          "protein_id": "XP_047277370.1",
          "transcript_support_level": null,
          "aa_start": 58,
          "aa_end": null,
          "aa_length": 504,
          "cds_start": 174,
          "cds_end": null,
          "cds_length": 1515,
          "cdna_start": 8287,
          "cdna_end": null,
          "cdna_length": 10606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "Q",
          "aa_alt": "H",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.69A>T",
          "hgvs_p": "p.Gln23His",
          "transcript": "XM_011534744.2",
          "protein_id": "XP_011533046.1",
          "transcript_support_level": null,
          "aa_start": 23,
          "aa_end": null,
          "aa_length": 469,
          "cds_start": 69,
          "cds_end": null,
          "cds_length": 1410,
          "cdna_start": 215,
          "cdna_end": null,
          "cdna_length": 2534,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "n.174A>T",
          "hgvs_p": null,
          "transcript": "ENST00000523162.5",
          "protein_id": "ENSP00000430650.1",
          "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": 1006,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "n.435A>T",
          "hgvs_p": null,
          "transcript": "ENST00000523333.1",
          "protein_id": null,
          "transcript_support_level": 4,
          "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": 520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "n.1186A>T",
          "hgvs_p": null,
          "transcript": "ENST00000523418.5",
          "protein_id": null,
          "transcript_support_level": 5,
          "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": 2414,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "ZNF596",
          "gene_hgnc_id": 27268,
          "hgvs_c": "c.-224A>T",
          "hgvs_p": null,
          "transcript": "NM_001287399.1",
          "protein_id": "NP_001274328.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 371,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1116,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2779,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.685-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805905.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": 1035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.674-5449T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805906.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": 1088,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.775-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805907.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": 1137,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.674-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805908.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": 1036,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.574-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805909.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": 936,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.708-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805910.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": 1058,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.623-9220T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805911.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": 812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.598-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805912.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": 960,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.623-9208T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805913.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": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.528-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805914.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": 878,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.677-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805915.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": 3453,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.623-5449T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805916.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": 1552,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.728-5449T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805917.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": 1311,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.741-5501T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805918.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": 1253,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.763-5449T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805919.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": 1299,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.675-4953T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805920.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": 896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 5,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000288985",
          "gene_hgnc_id": null,
          "hgvs_c": "n.650-3314T>A",
          "hgvs_p": null,
          "transcript": "ENST00000805921.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": 1539,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "ZNF596",
      "gene_hgnc_id": 27268,
      "dbsnp": "rs75868281",
      "frequency_reference_population": 6.8423134e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84231e-7,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.045607924461364746,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0.009999999776482582,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.027,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.2224,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.68,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.089,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0.01,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -2,
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "PM2,BP4_Strong",
      "acmg_by_gene": [
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000522866.5",
          "gene_symbol": "ZNF596",
          "hgnc_id": 27268,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.174A>T",
          "hgvs_p": "p.Gln58His"
        },
        {
          "score": -2,
          "benign_score": 4,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Strong"
          ],
          "verdict": "Likely_benign",
          "transcript": "ENST00000805905.1",
          "gene_symbol": "ENSG00000288985",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.685-5501T>A",
          "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
}