← 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: 9-137814468-GC-AT (hg38)

Bash / cURL Example

bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=9&pos=137814468&ref=GC&alt=AT&genome=hg38&allGenes=true"

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PS1",
            "PM1",
            "PP3"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "EHMT1",
          "hgnc_id": 24650,
          "hgvs_c": "c.3218_3219delGCinsAT",
          "hgvs_p": "p.Cys1073Tyr",
          "inheritance_mode": "AD",
          "pathogenic_score": 7,
          "score": 7,
          "transcript": "NM_024757.5",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PS1,PM1,PP3",
      "acmg_score": 7,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "AT",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "9",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "C",
          "aa_start": 1073,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5095,
          "cdna_start": 3242,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3218,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_024757.5",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3218_3219delGCinsAT",
          "hgvs_p": "p.Cys1073Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000460843.6",
          "protein_coding": true,
          "protein_id": "NP_079033.4",
          "strand": true,
          "transcript": "NM_024757.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1298,
          "aa_ref": "C",
          "aa_start": 1073,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 5095,
          "cdna_start": 3242,
          "cds_end": null,
          "cds_length": 3897,
          "cds_start": 3218,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000460843.6",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3218_3219delGCinsAT",
          "hgvs_p": "p.Cys1073Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_024757.5",
          "protein_coding": true,
          "protein_id": "ENSP00000417980.1",
          "strand": true,
          "transcript": "ENST00000460843.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1322,
          "aa_ref": "C",
          "aa_start": 1097,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4789,
          "cdna_start": 3327,
          "cds_end": null,
          "cds_length": 3969,
          "cds_start": 3290,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896765.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3290_3291delGCinsAT",
          "hgvs_p": "p.Cys1097Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566824.1",
          "strand": true,
          "transcript": "ENST00000896765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1291,
          "aa_ref": "C",
          "aa_start": 1066,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5074,
          "cdna_start": 3221,
          "cds_end": null,
          "cds_length": 3876,
          "cds_start": 3197,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "NM_001354263.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3197_3198delGCinsAT",
          "hgvs_p": "p.Cys1066Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001341192.1",
          "strand": true,
          "transcript": "NM_001354263.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1290,
          "aa_ref": "C",
          "aa_start": 1065,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5077,
          "cdna_start": 3227,
          "cds_end": null,
          "cds_length": 3873,
          "cds_start": 3194,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896763.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3194_3195delGCinsAT",
          "hgvs_p": "p.Cys1065Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566822.1",
          "strand": true,
          "transcript": "ENST00000896763.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1276,
          "aa_ref": "C",
          "aa_start": 1040,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5029,
          "cdna_start": 3143,
          "cds_end": null,
          "cds_length": 3831,
          "cds_start": 3119,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918862.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3119_3120delGCinsAT",
          "hgvs_p": "p.Cys1040Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588921.1",
          "strand": true,
          "transcript": "ENST00000918862.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "C",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5049,
          "cdna_start": 3223,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000637161.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3125_3126delGCinsAT",
          "hgvs_p": "p.Cys1042Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000490328.1",
          "strand": true,
          "transcript": "ENST00000637161.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1265,
          "aa_ref": "C",
          "aa_start": 1040,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5021,
          "cdna_start": 3171,
          "cds_end": null,
          "cds_length": 3798,
          "cds_start": 3119,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896761.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3119_3120delGCinsAT",
          "hgvs_p": "p.Cys1040Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566820.1",
          "strand": true,
          "transcript": "ENST00000896761.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1264,
          "aa_ref": "C",
          "aa_start": 1039,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5003,
          "cdna_start": 3153,
          "cds_end": null,
          "cds_length": 3795,
          "cds_start": 3116,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896762.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3116_3117delGCinsAT",
          "hgvs_p": "p.Cys1039Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566821.1",
          "strand": true,
          "transcript": "ENST00000896762.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1257,
          "aa_ref": "C",
          "aa_start": 1032,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4566,
          "cdna_start": 3108,
          "cds_end": null,
          "cds_length": 3774,
          "cds_start": 3095,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896766.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3095_3096delGCinsAT",
          "hgvs_p": "p.Cys1032Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566825.1",
          "strand": true,
          "transcript": "ENST00000896766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "LY",
          "aa_end": null,
          "aa_length": 1251,
          "aa_ref": "LH",
          "aa_start": 1032,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4934,
          "cdna_start": 3100,
          "cds_end": null,
          "cds_length": 3756,
          "cds_start": 3096,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918863.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3096_3097delGCinsAT",
          "hgvs_p": "p.His1033Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588922.1",
          "strand": true,
          "transcript": "ENST00000918863.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1224,
          "aa_ref": "C",
          "aa_start": 999,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4891,
          "cdna_start": 3038,
          "cds_end": null,
          "cds_length": 3675,
          "cds_start": 2996,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000918861.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.2996_2997delGCinsAT",
          "hgvs_p": "p.Cys999Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000588920.1",
          "strand": true,
          "transcript": "ENST00000918861.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1053,
          "aa_ref": "C",
          "aa_start": 828,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4356,
          "cdna_start": 2516,
          "cds_end": null,
          "cds_length": 3162,
          "cds_start": 2483,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 22,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000896764.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.2483_2484delGCinsAT",
          "hgvs_p": "p.Cys828Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000566823.1",
          "strand": true,
          "transcript": "ENST00000896764.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1301,
          "aa_ref": "C",
          "aa_start": 1076,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5181,
          "cdna_start": 3328,
          "cds_end": null,
          "cds_length": 3906,
          "cds_start": 3227,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011519021.4",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3227_3228delGCinsAT",
          "hgvs_p": "p.Cys1076Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517323.1",
          "strand": true,
          "transcript": "XM_011519021.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1300,
          "aa_ref": "C",
          "aa_start": 1075,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5565,
          "cdna_start": 3712,
          "cds_end": null,
          "cds_length": 3903,
          "cds_start": 3224,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011519022.4",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3224_3225delGCinsAT",
          "hgvs_p": "p.Cys1075Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517324.1",
          "strand": true,
          "transcript": "XM_011519022.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1295,
          "aa_ref": "C",
          "aa_start": 1070,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5198,
          "cdna_start": 3345,
          "cds_end": null,
          "cds_length": 3888,
          "cds_start": 3209,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423872.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3209_3210delGCinsAT",
          "hgvs_p": "p.Cys1070Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279828.1",
          "strand": true,
          "transcript": "XM_047423872.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1294,
          "aa_ref": "C",
          "aa_start": 1069,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5160,
          "cdna_start": 3307,
          "cds_end": null,
          "cds_length": 3885,
          "cds_start": 3206,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011519023.4",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3206_3207delGCinsAT",
          "hgvs_p": "p.Cys1069Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517325.1",
          "strand": true,
          "transcript": "XM_011519023.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1293,
          "aa_ref": "C",
          "aa_start": 1068,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5544,
          "cdna_start": 3691,
          "cds_end": null,
          "cds_length": 3882,
          "cds_start": 3203,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017015134.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3203_3204delGCinsAT",
          "hgvs_p": "p.Cys1068Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870623.1",
          "strand": true,
          "transcript": "XM_017015134.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1288,
          "aa_ref": "C",
          "aa_start": 1063,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13318,
          "cdna_start": 11465,
          "cds_end": null,
          "cds_length": 3867,
          "cds_start": 3188,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 28,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423873.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3188_3189delGCinsAT",
          "hgvs_p": "p.Cys1063Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279829.1",
          "strand": true,
          "transcript": "XM_047423873.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1275,
          "aa_ref": "C",
          "aa_start": 1050,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5103,
          "cdna_start": 3250,
          "cds_end": null,
          "cds_length": 3828,
          "cds_start": 3149,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423874.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3149_3150delGCinsAT",
          "hgvs_p": "p.Cys1050Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279830.1",
          "strand": true,
          "transcript": "XM_047423874.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1269,
          "aa_ref": "C",
          "aa_start": 1044,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5120,
          "cdna_start": 3267,
          "cds_end": null,
          "cds_length": 3810,
          "cds_start": 3131,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423875.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3131_3132delGCinsAT",
          "hgvs_p": "p.Cys1044Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279831.1",
          "strand": true,
          "transcript": "XM_047423875.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1268,
          "aa_ref": "C",
          "aa_start": 1043,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5082,
          "cdna_start": 3229,
          "cds_end": null,
          "cds_length": 3807,
          "cds_start": 3128,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423876.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3128_3129delGCinsAT",
          "hgvs_p": "p.Cys1043Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279832.1",
          "strand": true,
          "transcript": "XM_047423876.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "C",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5031,
          "cdna_start": 3178,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_005266110.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3125_3126delGCinsAT",
          "hgvs_p": "p.Cys1042Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005266167.1",
          "strand": true,
          "transcript": "XM_005266110.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "C",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5174,
          "cdna_start": 3321,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423877.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3125_3126delGCinsAT",
          "hgvs_p": "p.Cys1042Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279833.1",
          "strand": true,
          "transcript": "XM_047423877.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1267,
          "aa_ref": "C",
          "aa_start": 1042,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5134,
          "cdna_start": 3281,
          "cds_end": null,
          "cds_length": 3804,
          "cds_start": 3125,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423878.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3125_3126delGCinsAT",
          "hgvs_p": "p.Cys1042Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279834.1",
          "strand": true,
          "transcript": "XM_047423878.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1260,
          "aa_ref": "C",
          "aa_start": 1035,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5010,
          "cdna_start": 3157,
          "cds_end": null,
          "cds_length": 3783,
          "cds_start": 3104,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_017015138.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3104_3105delGCinsAT",
          "hgvs_p": "p.Cys1035Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016870627.1",
          "strand": true,
          "transcript": "XM_017015138.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1260,
          "aa_ref": "C",
          "aa_start": 1035,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5077,
          "cdna_start": 3224,
          "cds_end": null,
          "cds_length": 3783,
          "cds_start": 3104,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 27,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423879.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3104_3105delGCinsAT",
          "hgvs_p": "p.Cys1035Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279835.1",
          "strand": true,
          "transcript": "XM_047423879.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1253,
          "aa_ref": "C",
          "aa_start": 1028,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5037,
          "cdna_start": 3184,
          "cds_end": null,
          "cds_length": 3762,
          "cds_start": 3083,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 26,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423880.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3083_3084delGCinsAT",
          "hgvs_p": "p.Cys1028Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279836.1",
          "strand": true,
          "transcript": "XM_047423880.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1241,
          "aa_ref": "C",
          "aa_start": 1016,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4953,
          "cdna_start": 3100,
          "cds_end": null,
          "cds_length": 3726,
          "cds_start": 3047,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423881.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3047_3048delGCinsAT",
          "hgvs_p": "p.Cys1016Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279837.1",
          "strand": true,
          "transcript": "XM_047423881.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1234,
          "aa_ref": "C",
          "aa_start": 1009,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4932,
          "cdna_start": 3079,
          "cds_end": null,
          "cds_length": 3705,
          "cds_start": 3026,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423882.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.3026_3027delGCinsAT",
          "hgvs_p": "p.Cys1009Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279838.1",
          "strand": true,
          "transcript": "XM_047423882.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1219,
          "aa_ref": "C",
          "aa_start": 994,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4887,
          "cdna_start": 3034,
          "cds_end": null,
          "cds_length": 3660,
          "cds_start": 2981,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423883.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.2981_2982delGCinsAT",
          "hgvs_p": "p.Cys994Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279839.1",
          "strand": true,
          "transcript": "XM_047423883.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1212,
          "aa_ref": "C",
          "aa_start": 987,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4866,
          "cdna_start": 3013,
          "cds_end": null,
          "cds_length": 3639,
          "cds_start": 2960,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 25,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423884.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.2960_2961delGCinsAT",
          "hgvs_p": "p.Cys987Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279840.1",
          "strand": true,
          "transcript": "XM_047423884.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1186,
          "aa_ref": "C",
          "aa_start": 961,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4788,
          "cdna_start": 2935,
          "cds_end": null,
          "cds_length": 3561,
          "cds_start": 2882,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423885.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.2882_2883delGCinsAT",
          "hgvs_p": "p.Cys961Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279841.1",
          "strand": true,
          "transcript": "XM_047423885.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 1006,
          "aa_ref": "C",
          "aa_start": 781,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 14472,
          "cdna_start": 12619,
          "cds_end": null,
          "cds_length": 3021,
          "cds_start": 2342,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 24,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_024447677.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.2342_2343delGCinsAT",
          "hgvs_p": "p.Cys781Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_024303445.1",
          "strand": true,
          "transcript": "XM_024447677.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 775,
          "aa_ref": "C",
          "aa_start": 550,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3722,
          "cdna_start": 1869,
          "cds_end": null,
          "cds_length": 2328,
          "cds_start": 1649,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 19,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011519029.4",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.1649_1650delGCinsAT",
          "hgvs_p": "p.Cys550Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517331.1",
          "strand": true,
          "transcript": "XM_011519029.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 559,
          "aa_ref": "C",
          "aa_start": 334,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4343,
          "cdna_start": 2490,
          "cds_end": null,
          "cds_length": 1680,
          "cds_start": 1001,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011519030.4",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.1001_1002delGCinsAT",
          "hgvs_p": "p.Cys334Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517332.1",
          "strand": true,
          "transcript": "XM_011519030.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": "C",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2754,
          "cdna_start": 901,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": 788,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_011519031.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.788_789delGCinsAT",
          "hgvs_p": "p.Cys263Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011517333.1",
          "strand": true,
          "transcript": "XM_011519031.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Y",
          "aa_end": null,
          "aa_length": 488,
          "aa_ref": "C",
          "aa_start": 263,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2883,
          "cdna_start": 1030,
          "cds_end": null,
          "cds_length": 1467,
          "cds_start": 788,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "XM_047423890.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "c.788_789delGCinsAT",
          "hgvs_p": "p.Cys263Tyr",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047279846.1",
          "strand": true,
          "transcript": "XM_047423890.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7842,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 22,
          "exon_rank": 17,
          "exon_rank_end": null,
          "feature": "ENST00000462942.3",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.2075_2076delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000436107.1",
          "strand": true,
          "transcript": "ENST00000462942.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 437,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000483653.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.78_79delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000483653.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 789,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000488242.2",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.744_745delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000488242.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4208,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000637261.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.*2424_*2425delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490815.1",
          "strand": true,
          "transcript": "ENST00000637261.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 100,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 2,
          "exon_rank": 1,
          "exon_rank_end": null,
          "feature": "ENST00000637407.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.9_10delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000637407.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1930,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000637891.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.*179_*180delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490907.1",
          "strand": true,
          "transcript": "ENST00000637891.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4208,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 24,
          "exon_rank": 21,
          "exon_rank_end": null,
          "feature": "ENST00000637261.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.*2424_*2425delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490815.1",
          "strand": true,
          "transcript": "ENST00000637261.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1930,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 15,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000637891.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.*179_*180delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490907.1",
          "strand": true,
          "transcript": "ENST00000637891.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 100,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 2,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000636463.1",
          "gene_hgnc_id": 24650,
          "gene_symbol": "EHMT1",
          "hgvs_c": "n.-98_-97delGCinsAT",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": true,
          "transcript": "ENST00000636463.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": null,
      "effect": "missense_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 24650,
      "gene_symbol": "EHMT1",
      "gnomad_exomes_ac": null,
      "gnomad_exomes_af": null,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.823,
      "pos": 137814468,
      "ref": "GC",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": null,
      "splice_score_selected": null,
      "splice_source_selected": null,
      "spliceai_max_prediction": null,
      "spliceai_max_score": null,
      "transcript": "NM_024757.5"
    }
  ]
}
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.