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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "3",
      "pos": 47083895,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000409792.4",
      "consequences": [
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5885C>T",
          "hgvs_p": "p.Pro1962Leu",
          "transcript": "NM_014159.7",
          "protein_id": "NP_054878.5",
          "transcript_support_level": null,
          "aa_start": 1962,
          "aa_end": null,
          "aa_length": 2564,
          "cds_start": 5885,
          "cds_end": null,
          "cds_length": 7695,
          "cdna_start": 6074,
          "cdna_end": null,
          "cdna_length": 8541,
          "mane_select": "ENST00000409792.4",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5885C>T",
          "hgvs_p": "p.Pro1962Leu",
          "transcript": "ENST00000409792.4",
          "protein_id": "ENSP00000386759.3",
          "transcript_support_level": 5,
          "aa_start": 1962,
          "aa_end": null,
          "aa_length": 2564,
          "cds_start": 5885,
          "cds_end": null,
          "cds_length": 7695,
          "cdna_start": 6074,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.*1608C>T",
          "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": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.*1608C>T",
          "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": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5753C>T",
          "hgvs_p": "p.Pro1918Leu",
          "transcript": "NM_001349370.3",
          "protein_id": "NP_001336299.1",
          "transcript_support_level": null,
          "aa_start": 1918,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 5753,
          "cds_end": null,
          "cds_length": 7563,
          "cdna_start": 6058,
          "cdna_end": null,
          "cdna_length": 8525,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5753C>T",
          "hgvs_p": "p.Pro1918Leu",
          "transcript": "ENST00000638947.2",
          "protein_id": "ENSP00000491413.2",
          "transcript_support_level": 5,
          "aa_start": 1918,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 5753,
          "cds_end": null,
          "cds_length": 7563,
          "cdna_start": 5827,
          "cdna_end": null,
          "cdna_length": 8302,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5651C>T",
          "hgvs_p": "p.Pro1884Leu",
          "transcript": "ENST00000685005.1",
          "protein_id": "ENSP00000509568.1",
          "transcript_support_level": null,
          "aa_start": 1884,
          "aa_end": null,
          "aa_length": 2486,
          "cds_start": 5651,
          "cds_end": null,
          "cds_length": 7461,
          "cdna_start": 5651,
          "cdna_end": null,
          "cdna_length": 8109,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.2600C>T",
          "hgvs_p": "p.Pro867Leu",
          "transcript": "ENST00000686876.1",
          "protein_id": "ENSP00000509591.1",
          "transcript_support_level": null,
          "aa_start": 867,
          "aa_end": null,
          "aa_length": 1469,
          "cds_start": 2600,
          "cds_end": null,
          "cds_length": 4410,
          "cdna_start": 2601,
          "cdna_end": null,
          "cdna_length": 5076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 10,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.3764C>T",
          "hgvs_p": "p.Pro1255Leu",
          "transcript": "ENST00000685399.1",
          "protein_id": "ENSP00000508683.1",
          "transcript_support_level": null,
          "aa_start": 1255,
          "aa_end": null,
          "aa_length": 1351,
          "cds_start": 3764,
          "cds_end": null,
          "cds_length": 4056,
          "cdna_start": 3765,
          "cdna_end": null,
          "cdna_length": 5284,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.941C>T",
          "hgvs_p": "p.Pro314Leu",
          "transcript": "ENST00000691544.1",
          "protein_id": "ENSP00000510710.1",
          "transcript_support_level": null,
          "aa_start": 314,
          "aa_end": null,
          "aa_length": 916,
          "cds_start": 941,
          "cds_end": null,
          "cds_length": 2751,
          "cdna_start": 941,
          "cdna_end": null,
          "cdna_length": 3416,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 12,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5753C>T",
          "hgvs_p": "p.Pro1918Leu",
          "transcript": "XM_047448045.1",
          "protein_id": "XP_047304001.1",
          "transcript_support_level": null,
          "aa_start": 1918,
          "aa_end": null,
          "aa_length": 2520,
          "cds_start": 5753,
          "cds_end": null,
          "cds_length": 7563,
          "cdna_start": 5855,
          "cdna_end": null,
          "cdna_length": 8322,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 11,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5618C>T",
          "hgvs_p": "p.Pro1873Leu",
          "transcript": "XM_024453487.2",
          "protein_id": "XP_024309255.1",
          "transcript_support_level": null,
          "aa_start": 1873,
          "aa_end": null,
          "aa_length": 2475,
          "cds_start": 5618,
          "cds_end": null,
          "cds_length": 7428,
          "cdna_start": 5720,
          "cdna_end": null,
          "cdna_length": 8187,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "P",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.5453C>T",
          "hgvs_p": "p.Pro1818Leu",
          "transcript": "XM_024453488.2",
          "protein_id": "XP_024309256.1",
          "transcript_support_level": null,
          "aa_start": 1818,
          "aa_end": null,
          "aa_length": 2420,
          "cds_start": 5453,
          "cds_end": null,
          "cds_length": 7263,
          "cdna_start": 5514,
          "cdna_end": null,
          "cdna_length": 7981,
          "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": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.*1042C>T",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.4784C>T",
          "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": 1,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.52C>T",
          "hgvs_p": null,
          "transcript": "ENST00000492397.1",
          "protein_id": null,
          "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": 746,
          "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": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.2594C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685237.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": 5152,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.3824C>T",
          "hgvs_p": null,
          "transcript": "ENST00000685505.1",
          "protein_id": "ENSP00000510732.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": 6667,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.3764C>T",
          "hgvs_p": null,
          "transcript": "ENST00000686773.1",
          "protein_id": "ENSP00000510025.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": 6508,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.3764C>T",
          "hgvs_p": null,
          "transcript": "ENST00000688290.1",
          "protein_id": "ENSP00000509825.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": 6182,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.4049C>T",
          "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
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.1690C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692362.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": 4272,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.3824C>T",
          "hgvs_p": null,
          "transcript": "ENST00000692883.1",
          "protein_id": "ENSP00000510674.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": 6748,
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.3764C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693321.1",
          "protein_id": "ENSP00000508996.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": 6602,
          "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.992C>T",
          "hgvs_p": null,
          "transcript": "ENST00000693738.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": 3784,
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 22,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.6074C>T",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.5814C>T",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.5814C>T",
          "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": 11,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.5814C>T",
          "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": 10,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.5679C>T",
          "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": 12,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.5855C>T",
          "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": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 9,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "n.*1042C>T",
          "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": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 9,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.2412+2300C>T",
          "hgvs_p": null,
          "transcript": "ENST00000690157.1",
          "protein_id": "ENSP00000509438.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1348,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 4047,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4696,
          "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": 13,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SETD2",
          "gene_hgnc_id": 18420,
          "hgvs_c": "c.1855-16777C>T",
          "hgvs_p": null,
          "transcript": "ENST00000691902.1",
          "protein_id": "ENSP00000510234.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 1162,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 3489,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4138,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "SETD2",
      "gene_hgnc_id": 18420,
      "dbsnp": "rs4082155",
      "frequency_reference_population": 0.55445945,
      "hom_count_reference_population": 252442,
      "allele_count_reference_population": 894668,
      "gnomad_exomes_af": 0.561779,
      "gnomad_genomes_af": 0.484031,
      "gnomad_exomes_ac": 821135,
      "gnomad_genomes_ac": 73533,
      "gnomad_exomes_homalt": 233196,
      "gnomad_genomes_homalt": 19246,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.000008802437150734477,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.033,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0647,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.58,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.296,
      "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": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000409792.4",
          "gene_symbol": "SETD2",
          "hgnc_id": 18420,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.5885C>T",
          "hgvs_p": "p.Pro1962Leu"
        }
      ],
      "clinvar_disease": "Luscan-Lumish syndrome,not provided,not specified",
      "clinvar_classification": "Benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "B:5 O:1",
      "phenotype_combined": "not specified|not provided|Luscan-Lumish syndrome",
      "pathogenicity_classification_combined": "Benign",
      "custom_annotations": null
    }
  ],
  "message": null
}