← 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: 3-47122861-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 47122861,
      "ref": "G",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_014159.7",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1775C>A",
          "hgvs_p": "p.Thr592Lys",
          "transcript": "NM_014159.7",
          "protein_id": "NP_054878.5",
          "transcript_support_level": null,
          "aa_start": 592,
          "aa_end": null,
          "aa_length": 2564,
          "cds_start": 1775,
          "cds_end": null,
          "cds_length": 7695,
          "cdna_start": 1964,
          "cdna_end": null,
          "cdna_length": 8541,
          "mane_select": "ENST00000409792.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1775C>A",
          "hgvs_p": "p.Thr592Lys",
          "transcript": "ENST00000409792.4",
          "protein_id": "ENSP00000386759.3",
          "transcript_support_level": 5,
          "aa_start": 592,
          "aa_end": null,
          "aa_length": 2564,
          "cds_start": 1775,
          "cds_end": null,
          "cds_length": 7695,
          "cdna_start": 1964,
          "cdna_end": null,
          "cdna_length": 8541,
          "mane_select": "NM_014159.7",
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1388C>A",
          "hgvs_p": null,
          "transcript": "ENST00000330022.11",
          "protein_id": "ENSP00000332415.7",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 8172,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "NM_001349370.3",
          "protein_id": "NP_001336299.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 7563,
          "cdna_start": 1948,
          "cdna_end": null,
          "cdna_length": 8525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "ENST00000638947.2",
          "protein_id": "ENSP00000491413.2",
          "transcript_support_level": 5,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 7563,
          "cdna_start": 1717,
          "cdna_end": null,
          "cdna_length": 8302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 1,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1676C>A",
          "hgvs_p": "p.Thr559Lys",
          "transcript": "ENST00000685005.1",
          "protein_id": "ENSP00000509568.1",
          "transcript_support_level": null,
          "aa_start": 559,
          "aa_end": null,
          "aa_length": 2486,
          "cds_start": 1676,
          "cds_end": null,
          "cds_length": 7461,
          "cdna_start": 1676,
          "cdna_end": null,
          "cdna_length": 8109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "ENST00000412450.1",
          "protein_id": "ENSP00000416401.1",
          "transcript_support_level": 2,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 1339,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 4021,
          "cdna_start": 1853,
          "cdna_end": null,
          "cdna_length": 4231,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "XM_047448045.1",
          "protein_id": "XP_047304001.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 7563,
          "cdna_start": 1745,
          "cdna_end": null,
          "cdna_length": 8322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "XM_024453487.2",
          "protein_id": "XP_024309255.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 2475,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 7428,
          "cdna_start": 1745,
          "cdna_end": null,
          "cdna_length": 8187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "XM_024453488.2",
          "protein_id": "XP_024309256.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 2420,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 7263,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 7981,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "K",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1643C>A",
          "hgvs_p": "p.Thr548Lys",
          "transcript": "XM_024453489.1",
          "protein_id": "XP_024309257.1",
          "transcript_support_level": null,
          "aa_start": 548,
          "aa_end": null,
          "aa_length": 1633,
          "cds_start": 1643,
          "cds_end": null,
          "cds_length": 4902,
          "cdna_start": 1704,
          "cdna_end": null,
          "cdna_length": 5065,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.926C>A",
          "hgvs_p": null,
          "transcript": "ENST00000431180.5",
          "protein_id": "ENSP00000388349.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": 7555,
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.674C>A",
          "hgvs_p": null,
          "transcript": "ENST00000445387.5",
          "protein_id": "ENSP00000411901.1",
          "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": 7075,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1964C>A",
          "hgvs_p": null,
          "transcript": "NR_146158.3",
          "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": 8709,
          "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": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1704C>A",
          "hgvs_p": null,
          "transcript": "XR_002959514.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6233,
          "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": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1704C>A",
          "hgvs_p": null,
          "transcript": "XR_007095670.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": 7400,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1704C>A",
          "hgvs_p": null,
          "transcript": "XR_007095671.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": 6244,
          "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": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1704C>A",
          "hgvs_p": null,
          "transcript": "XR_007095672.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": 6060,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1745C>A",
          "hgvs_p": null,
          "transcript": "XR_007095673.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": 6236,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.72-24780C>A",
          "hgvs_p": null,
          "transcript": "ENST00000691544.1",
          "protein_id": "ENSP00000510710.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ENSG00000296084",
          "gene_hgnc_id": null,
          "hgvs_c": "n.236-1435G>T",
          "hgvs_p": null,
          "transcript": "ENST00000736255.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": 543,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.-62C>A",
          "hgvs_p": null,
          "transcript": "ENST00000690461.1",
          "protein_id": "ENSP00000509352.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6631,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SETD2",
      "gene_hgnc_id": 18420,
      "dbsnp": "rs115569620",
      "frequency_reference_population": 0.00075883174,
      "hom_count_reference_population": 2,
      "allele_count_reference_population": 1223,
      "gnomad_exomes_af": 0.000746195,
      "gnomad_genomes_af": 0.000879935,
      "gnomad_exomes_ac": 1089,
      "gnomad_genomes_ac": 134,
      "gnomad_exomes_homalt": 1,
      "gnomad_genomes_homalt": 1,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.0073198676109313965,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.183,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.146,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.09,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 4.628,
      "phylop100way_prediction": "Uncertain_significance",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_014159.7",
          "gene_symbol": "SETD2",
          "hgnc_id": 18420,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1775C>A",
          "hgvs_p": "p.Thr592Lys"
        },
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000736255.1",
          "gene_symbol": "ENSG00000296084",
          "hgnc_id": null,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "",
          "hgvs_c": "n.236-1435G>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "Luscan-Lumish syndrome,SETD2-related disorder,not provided,not specified",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:1 O:1",
      "phenotype_combined": "not specified|Luscan-Lumish syndrome|not provided|SETD2-related disorder",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}