← 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: 21-36045800-A-G (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "21",
      "pos": 36045800,
      "ref": "A",
      "alt": "G",
      "effect": "missense_variant",
      "transcript": "NM_017438.5",
      "consequences": [
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "NM_017438.5",
          "protein_id": "NP_059134.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000332131.9",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017438.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000332131.9",
          "protein_id": "ENSP00000329189.4",
          "transcript_support_level": 2,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_017438.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000332131.9"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "ENST00000399212.5",
          "protein_id": "ENSP00000382161.1",
          "transcript_support_level": 1,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399212.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000399208.6",
          "protein_id": "ENSP00000382159.2",
          "transcript_support_level": 1,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399208.6"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "ENST00000399201.5",
          "protein_id": "ENSP00000382152.1",
          "transcript_support_level": 1,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 852,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399201.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "ENST00000399205.5",
          "protein_id": "ENSP00000382156.1",
          "transcript_support_level": 1,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 852,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399205.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "n.494T>C",
          "hgvs_p": null,
          "transcript": "ENST00000481477.5",
          "protein_id": null,
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000481477.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000962399.1",
          "protein_id": "ENSP00000632458.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962399.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000399215.5",
          "protein_id": "ENSP00000382163.1",
          "transcript_support_level": 2,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399215.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000902513.1",
          "protein_id": "ENSP00000572572.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902513.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000902515.1",
          "protein_id": "ENSP00000572574.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902515.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000902516.1",
          "protein_id": "ENSP00000572575.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902516.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000902517.1",
          "protein_id": "ENSP00000572576.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902517.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000931866.1",
          "protein_id": "ENSP00000601925.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931866.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000931867.1",
          "protein_id": "ENSP00000601926.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931867.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000931868.1",
          "protein_id": "ENSP00000601927.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931868.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000931869.1",
          "protein_id": "ENSP00000601928.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931869.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000962398.1",
          "protein_id": "ENSP00000632457.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962398.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000931865.1",
          "protein_id": "ENSP00000601924.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931865.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000962396.1",
          "protein_id": "ENSP00000632455.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 430,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1293,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962396.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "NM_001286752.2",
          "protein_id": "NP_001273681.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001286752.2"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.412T>C",
          "hgvs_p": "p.Phe138Leu",
          "transcript": "ENST00000902514.1",
          "protein_id": "ENSP00000572573.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 412,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000902514.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.412T>C",
          "hgvs_p": "p.Phe138Leu",
          "transcript": "ENST00000931864.1",
          "protein_id": "ENSP00000601923.1",
          "transcript_support_level": null,
          "aa_start": 138,
          "aa_end": null,
          "aa_length": 408,
          "cds_start": 412,
          "cds_end": null,
          "cds_length": 1227,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000931864.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "NM_001007259.3",
          "protein_id": "NP_001007260.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001007259.3"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000399207.5",
          "protein_id": "ENSP00000382158.1",
          "transcript_support_level": 3,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000399207.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "NM_001007261.3",
          "protein_id": "NP_001007262.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 283,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 852,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001007261.3"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000424303.5",
          "protein_id": "ENSP00000399998.1",
          "transcript_support_level": 2,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 230,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 694,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000424303.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "ENST00000429161.5",
          "protein_id": "ENSP00000396837.1",
          "transcript_support_level": 2,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 224,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 677,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000429161.5"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_011529636.3",
          "protein_id": "XP_011527938.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529636.3"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_011529637.3",
          "protein_id": "XP_011527939.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529637.3"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_011529638.3",
          "protein_id": "XP_011527940.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529638.3"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_011529639.2",
          "protein_id": "XP_011527941.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529639.2"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_011529640.4",
          "protein_id": "XP_011527942.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529640.4"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_047440904.1",
          "protein_id": "XP_047296860.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440904.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_047440905.1",
          "protein_id": "XP_047296861.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 440,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 1323,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440905.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "XM_011529643.2",
          "protein_id": "XP_011527945.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529643.2"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "XM_011529644.2",
          "protein_id": "XP_011527946.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_011529644.2"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "XM_047440906.1",
          "protein_id": "XP_047296862.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440906.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.436T>C",
          "hgvs_p": "p.Phe146Leu",
          "transcript": "XM_047440907.1",
          "protein_id": "XP_047296863.1",
          "transcript_support_level": null,
          "aa_start": 146,
          "aa_end": null,
          "aa_length": 416,
          "cds_start": 436,
          "cds_end": null,
          "cds_length": 1251,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440907.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_047440908.1",
          "protein_id": "XP_047296864.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440908.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_047440909.1",
          "protein_id": "XP_047296865.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 321,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 966,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440909.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_017028405.3",
          "protein_id": "XP_016883894.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 307,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 924,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_017028405.3"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_024452121.2",
          "protein_id": "XP_024307889.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452121.2"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_024452122.2",
          "protein_id": "XP_024307890.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_024452122.2"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_047440910.1",
          "protein_id": "XP_047296866.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440910.1"
        },
        {
          "aa_ref": "F",
          "aa_alt": "L",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu",
          "transcript": "XM_047440911.1",
          "protein_id": "XP_047296867.1",
          "transcript_support_level": null,
          "aa_start": 170,
          "aa_end": null,
          "aa_length": 251,
          "cds_start": 508,
          "cds_end": null,
          "cds_length": 756,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047440911.1"
        },
        {
          "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": 10,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.208-36T>C",
          "hgvs_p": null,
          "transcript": "ENST00000962397.1",
          "protein_id": "ENSP00000632456.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 328,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 987,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000962397.1"
        },
        {
          "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": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "n.532T>C",
          "hgvs_p": null,
          "transcript": "ENST00000485865.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000485865.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "n.635T>C",
          "hgvs_p": null,
          "transcript": "NR_040087.3",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "NR_040087.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "n.773T>C",
          "hgvs_p": null,
          "transcript": "XR_007067790.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "XR_007067790.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "SETD4",
          "gene_hgnc_id": 1258,
          "hgvs_c": "c.*64T>C",
          "hgvs_p": null,
          "transcript": "ENST00000446166.5",
          "protein_id": "ENSP00000413318.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 123,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 372,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000446166.5"
        }
      ],
      "gene_symbol": "SETD4",
      "gene_hgnc_id": 1258,
      "dbsnp": "rs762904082",
      "frequency_reference_population": 0.0000012390852,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 2,
      "gnomad_exomes_af": 6.84045e-7,
      "gnomad_genomes_af": 0.00000657022,
      "gnomad_exomes_ac": 1,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.3827851116657257,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.37,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.6886,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.14,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.486,
      "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": 1,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4",
      "acmg_by_gene": [
        {
          "score": 1,
          "benign_score": 1,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_017438.5",
          "gene_symbol": "SETD4",
          "hgnc_id": 1258,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.508T>C",
          "hgvs_p": "p.Phe170Leu"
        }
      ],
      "clinvar_disease": "not specified",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not specified",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.