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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "8",
      "pos": 144511762,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "ENST00000617875.6",
      "consequences": [
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3421T>C",
          "hgvs_p": "p.Cys1141Arg",
          "transcript": "NM_004260.4",
          "protein_id": "NP_004251.4",
          "transcript_support_level": null,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 3421,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": 3470,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": "ENST00000617875.6",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3421T>C",
          "hgvs_p": "p.Cys1141Arg",
          "transcript": "ENST00000617875.6",
          "protein_id": "ENSP00000482313.2",
          "transcript_support_level": 1,
          "aa_start": 1141,
          "aa_end": null,
          "aa_length": 1208,
          "cds_start": 3421,
          "cds_end": null,
          "cds_length": 3627,
          "cdna_start": 3470,
          "cdna_end": null,
          "cdna_length": 3819,
          "mane_select": "NM_004260.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "ENST00000621189.4",
          "protein_id": "ENSP00000483145.1",
          "transcript_support_level": 1,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3547,
          "cdna_end": null,
          "cdna_length": 3896,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3496T>C",
          "hgvs_p": "p.Cys1166Arg",
          "transcript": "NM_001413019.1",
          "protein_id": "NP_001399948.1",
          "transcript_support_level": null,
          "aa_start": 1166,
          "aa_end": null,
          "aa_length": 1233,
          "cds_start": 3496,
          "cds_end": null,
          "cds_length": 3702,
          "cdna_start": 3545,
          "cdna_end": null,
          "cdna_length": 3894,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3430T>C",
          "hgvs_p": "p.Cys1144Arg",
          "transcript": "NM_001413036.1",
          "protein_id": "NP_001399965.1",
          "transcript_support_level": null,
          "aa_start": 1144,
          "aa_end": null,
          "aa_length": 1211,
          "cds_start": 3430,
          "cds_end": null,
          "cds_length": 3636,
          "cdna_start": 3479,
          "cdna_end": null,
          "cdna_length": 3828,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3391T>C",
          "hgvs_p": "p.Cys1131Arg",
          "transcript": "NM_001413039.1",
          "protein_id": "NP_001399968.1",
          "transcript_support_level": null,
          "aa_start": 1131,
          "aa_end": null,
          "aa_length": 1198,
          "cds_start": 3391,
          "cds_end": null,
          "cds_length": 3597,
          "cdna_start": 3440,
          "cdna_end": null,
          "cdna_length": 3789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3325T>C",
          "hgvs_p": "p.Cys1109Arg",
          "transcript": "NM_001413020.1",
          "protein_id": "NP_001399949.1",
          "transcript_support_level": null,
          "aa_start": 1109,
          "aa_end": null,
          "aa_length": 1176,
          "cds_start": 3325,
          "cds_end": null,
          "cds_length": 3531,
          "cdna_start": 3374,
          "cdna_end": null,
          "cdna_length": 3723,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3292T>C",
          "hgvs_p": "p.Cys1098Arg",
          "transcript": "NM_001413025.1",
          "protein_id": "NP_001399954.1",
          "transcript_support_level": null,
          "aa_start": 1098,
          "aa_end": null,
          "aa_length": 1165,
          "cds_start": 3292,
          "cds_end": null,
          "cds_length": 3498,
          "cdna_start": 3341,
          "cdna_end": null,
          "cdna_length": 3690,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3289T>C",
          "hgvs_p": "p.Cys1097Arg",
          "transcript": "NM_001413033.1",
          "protein_id": "NP_001399962.1",
          "transcript_support_level": null,
          "aa_start": 1097,
          "aa_end": null,
          "aa_length": 1164,
          "cds_start": 3289,
          "cds_end": null,
          "cds_length": 3495,
          "cdna_start": 3338,
          "cdna_end": null,
          "cdna_length": 3687,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3223T>C",
          "hgvs_p": "p.Cys1075Arg",
          "transcript": "NM_001413018.1",
          "protein_id": "NP_001399947.1",
          "transcript_support_level": null,
          "aa_start": 1075,
          "aa_end": null,
          "aa_length": 1142,
          "cds_start": 3223,
          "cds_end": null,
          "cds_length": 3429,
          "cdna_start": 3272,
          "cdna_end": null,
          "cdna_length": 3621,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 21,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3127T>C",
          "hgvs_p": "p.Cys1043Arg",
          "transcript": "NM_001413017.1",
          "protein_id": "NP_001399946.1",
          "transcript_support_level": null,
          "aa_start": 1043,
          "aa_end": null,
          "aa_length": 1110,
          "cds_start": 3127,
          "cds_end": null,
          "cds_length": 3333,
          "cdna_start": 3176,
          "cdna_end": null,
          "cdna_length": 3525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3070T>C",
          "hgvs_p": "p.Cys1024Arg",
          "transcript": "NM_001413029.1",
          "protein_id": "NP_001399958.1",
          "transcript_support_level": null,
          "aa_start": 1024,
          "aa_end": null,
          "aa_length": 1091,
          "cds_start": 3070,
          "cds_end": null,
          "cds_length": 3276,
          "cdna_start": 3119,
          "cdna_end": null,
          "cdna_length": 3468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2425T>C",
          "hgvs_p": "p.Cys809Arg",
          "transcript": "NM_001413023.1",
          "protein_id": "NP_001399952.1",
          "transcript_support_level": null,
          "aa_start": 809,
          "aa_end": null,
          "aa_length": 876,
          "cds_start": 2425,
          "cds_end": null,
          "cds_length": 2631,
          "cdna_start": 3610,
          "cdna_end": null,
          "cdna_length": 3959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2359T>C",
          "hgvs_p": "p.Cys787Arg",
          "transcript": "NM_001413041.1",
          "protein_id": "NP_001399970.1",
          "transcript_support_level": null,
          "aa_start": 787,
          "aa_end": null,
          "aa_length": 854,
          "cds_start": 2359,
          "cds_end": null,
          "cds_length": 2565,
          "cdna_start": 3606,
          "cdna_end": null,
          "cdna_length": 3955,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413021.1",
          "protein_id": "NP_001399950.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3184,
          "cdna_end": null,
          "cdna_length": 3533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413022.1",
          "protein_id": "NP_001399951.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3535,
          "cdna_end": null,
          "cdna_length": 3884,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413024.1",
          "protein_id": "NP_001399953.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3432,
          "cdna_end": null,
          "cdna_length": 3781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413028.1",
          "protein_id": "NP_001399957.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3260,
          "cdna_end": null,
          "cdna_length": 3609,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413034.1",
          "protein_id": "NP_001399963.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3439,
          "cdna_end": null,
          "cdna_length": 3788,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413035.1",
          "protein_id": "NP_001399964.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3367,
          "cdna_end": null,
          "cdna_length": 3716,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2350T>C",
          "hgvs_p": "p.Cys784Arg",
          "transcript": "NM_001413040.1",
          "protein_id": "NP_001399969.1",
          "transcript_support_level": null,
          "aa_start": 784,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": 2350,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": 3440,
          "cdna_end": null,
          "cdna_length": 3789,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2320T>C",
          "hgvs_p": "p.Cys774Arg",
          "transcript": "NM_001413042.1",
          "protein_id": "NP_001399971.1",
          "transcript_support_level": null,
          "aa_start": 774,
          "aa_end": null,
          "aa_length": 841,
          "cds_start": 2320,
          "cds_end": null,
          "cds_length": 2526,
          "cdna_start": 3505,
          "cdna_end": null,
          "cdna_length": 3854,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2284T>C",
          "hgvs_p": "p.Cys762Arg",
          "transcript": "NM_001413027.1",
          "protein_id": "NP_001399956.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 3466,
          "cdna_end": null,
          "cdna_length": 3815,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2284T>C",
          "hgvs_p": "p.Cys762Arg",
          "transcript": "NM_001413030.1",
          "protein_id": "NP_001399959.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 3531,
          "cdna_end": null,
          "cdna_length": 3880,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2284T>C",
          "hgvs_p": "p.Cys762Arg",
          "transcript": "NM_001413032.1",
          "protein_id": "NP_001399961.1",
          "transcript_support_level": null,
          "aa_start": 762,
          "aa_end": null,
          "aa_length": 829,
          "cds_start": 2284,
          "cds_end": null,
          "cds_length": 2490,
          "cdna_start": 3363,
          "cdna_end": null,
          "cdna_length": 3712,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2218T>C",
          "hgvs_p": "p.Cys740Arg",
          "transcript": "NM_001413037.1",
          "protein_id": "NP_001399966.1",
          "transcript_support_level": null,
          "aa_start": 740,
          "aa_end": null,
          "aa_length": 807,
          "cds_start": 2218,
          "cds_end": null,
          "cds_length": 2424,
          "cdna_start": 3403,
          "cdna_end": null,
          "cdna_length": 3752,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2152T>C",
          "hgvs_p": "p.Cys718Arg",
          "transcript": "NM_001413031.1",
          "protein_id": "NP_001399960.1",
          "transcript_support_level": null,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2152,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 3399,
          "cdna_end": null,
          "cdna_length": 3748,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.2152T>C",
          "hgvs_p": "p.Cys718Arg",
          "transcript": "NM_001413038.1",
          "protein_id": "NP_001399967.1",
          "transcript_support_level": null,
          "aa_start": 718,
          "aa_end": null,
          "aa_length": 785,
          "cds_start": 2152,
          "cds_end": null,
          "cds_length": 2358,
          "cdna_start": 3337,
          "cdna_end": null,
          "cdna_length": 3686,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.1954T>C",
          "hgvs_p": "p.Cys652Arg",
          "transcript": "NM_001413043.1",
          "protein_id": "NP_001399972.1",
          "transcript_support_level": null,
          "aa_start": 652,
          "aa_end": null,
          "aa_length": 719,
          "cds_start": 1954,
          "cds_end": null,
          "cds_length": 2160,
          "cdna_start": 3408,
          "cdna_end": null,
          "cdna_length": 3757,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.676T>C",
          "hgvs_p": "p.Cys226Arg",
          "transcript": "ENST00000531875.2",
          "protein_id": "ENSP00000477910.1",
          "transcript_support_level": 5,
          "aa_start": 226,
          "aa_end": null,
          "aa_length": 293,
          "cds_start": 676,
          "cds_end": null,
          "cds_length": 882,
          "cdna_start": 676,
          "cdna_end": null,
          "cdna_length": 988,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3400T>C",
          "hgvs_p": "p.Cys1134Arg",
          "transcript": "XM_047422438.1",
          "protein_id": "XP_047278394.1",
          "transcript_support_level": null,
          "aa_start": 1134,
          "aa_end": null,
          "aa_length": 1201,
          "cds_start": 3400,
          "cds_end": null,
          "cds_length": 3606,
          "cdna_start": 3449,
          "cdna_end": null,
          "cdna_length": 3798,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "C",
          "aa_alt": "R",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3298T>C",
          "hgvs_p": "p.Cys1100Arg",
          "transcript": "XM_047422440.1",
          "protein_id": "XP_047278396.1",
          "transcript_support_level": null,
          "aa_start": 1100,
          "aa_end": null,
          "aa_length": 1167,
          "cds_start": 3298,
          "cds_end": null,
          "cds_length": 3504,
          "cdna_start": 3347,
          "cdna_end": null,
          "cdna_length": 3696,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "A",
          "aa_alt": "A",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "synonymous_variant"
          ],
          "exon_rank": 18,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "c.3339T>C",
          "hgvs_p": "p.Ala1113Ala",
          "transcript": "XM_047422441.1",
          "protein_id": "XP_047278397.1",
          "transcript_support_level": null,
          "aa_start": 1113,
          "aa_end": null,
          "aa_length": 1121,
          "cds_start": 3339,
          "cds_end": null,
          "cds_length": 3366,
          "cdna_start": 3388,
          "cdna_end": null,
          "cdna_length": 3464,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "n.*326T>C",
          "hgvs_p": null,
          "transcript": "ENST00000301323.7",
          "protein_id": "ENSP00000476426.1",
          "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": 781,
          "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": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "n.77T>C",
          "hgvs_p": null,
          "transcript": "ENST00000529424.2",
          "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": 324,
          "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": 19,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "n.3328T>C",
          "hgvs_p": null,
          "transcript": "NR_182090.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": 3677,
          "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": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "n.3409T>C",
          "hgvs_p": null,
          "transcript": "NR_182091.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": 3758,
          "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": 20,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "n.3465T>C",
          "hgvs_p": null,
          "transcript": "NR_182092.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": 3814,
          "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": 4,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "RECQL4",
          "gene_hgnc_id": 9949,
          "hgvs_c": "n.*326T>C",
          "hgvs_p": null,
          "transcript": "ENST00000301323.7",
          "protein_id": "ENSP00000476426.1",
          "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": 781,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "RECQL4",
      "gene_hgnc_id": 9949,
      "dbsnp": "rs587778647",
      "frequency_reference_population": 6.848227e-7,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 1,
      "gnomad_exomes_af": 6.84823e-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.028766214847564697,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": 0.0519,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.59,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.008,
      "phylop100way_prediction": "Benign",
      "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": -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": "ENST00000617875.6",
          "gene_symbol": "RECQL4",
          "hgnc_id": 9949,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.3421T>C",
          "hgvs_p": "p.Cys1141Arg"
        }
      ],
      "clinvar_disease": "Baller-Gerold syndrome,not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1 O:1",
      "phenotype_combined": "not specified|Baller-Gerold syndrome",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}