← 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: X-85271594-AT-A (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1_Strong",
            "PM2",
            "PP5"
          ],
          "effects": [
            "frameshift_variant"
          ],
          "gene_symbol": "ZNF711",
          "hgnc_id": 13128,
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "inheritance_mode": "XL",
          "pathogenic_score": 7,
          "score": 7,
          "transcript": "NM_001330574.2",
          "verdict": "Likely_pathogenic"
        }
      ],
      "acmg_classification": "Likely_pathogenic",
      "acmg_criteria": "PVS1_Strong,PM2,PP5",
      "acmg_score": 7,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "A",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": null,
      "bayesdelnoaf_score": null,
      "chr": "X",
      "clinvar_classification": "Pathogenic",
      "clinvar_disease": " X-linked 97,Intellectual disability",
      "clinvar_review_status": "no assertion criteria provided",
      "clinvar_submissions_summary": "null",
      "computational_prediction_selected": null,
      "computational_score_selected": null,
      "computational_source_selected": null,
      "consequences": [
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4559,
          "cdna_start": 2798,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001330574.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000674551.1",
          "protein_coding": true,
          "protein_id": "NP_001317503.1",
          "strand": true,
          "transcript": "NM_001330574.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 4559,
          "cdna_start": 2798,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000674551.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_001330574.2",
          "protein_coding": true,
          "protein_id": "ENSP00000502839.1",
          "strand": true,
          "transcript": "ENST00000674551.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4844,
          "cdna_start": 3078,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000360700.4",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000353922.4",
          "strand": true,
          "transcript": "ENST00000360700.4",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2887,
          "cdna_start": 2562,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000276123.7",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000276123.3",
          "strand": true,
          "transcript": "ENST00000276123.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4124,
          "cdna_start": 2360,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000373165.7",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000362260.3",
          "strand": true,
          "transcript": "ENST00000373165.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4180,
          "cdna_start": 2419,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001375431.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362360.1",
          "strand": true,
          "transcript": "NM_001375431.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4554,
          "cdna_start": 2793,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "NM_001375432.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362361.1",
          "strand": true,
          "transcript": "NM_001375432.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4917,
          "cdna_start": 3156,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001375433.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362362.1",
          "strand": true,
          "transcript": "NM_001375433.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5978,
          "cdna_start": 4215,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000881748.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551807.1",
          "strand": true,
          "transcript": "ENST00000881748.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4305,
          "cdna_start": 2539,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000881753.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551812.1",
          "strand": true,
          "transcript": "ENST00000881753.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4574,
          "cdna_start": 2813,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000881755.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551814.1",
          "strand": true,
          "transcript": "ENST00000881755.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4512,
          "cdna_start": 2749,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000881756.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551815.1",
          "strand": true,
          "transcript": "ENST00000881756.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4323,
          "cdna_start": 2557,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000881760.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551819.1",
          "strand": true,
          "transcript": "ENST00000881760.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4173,
          "cdna_start": 2415,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000939582.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609641.1",
          "strand": true,
          "transcript": "ENST00000939582.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4823,
          "cdna_start": 3060,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939583.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609642.1",
          "strand": true,
          "transcript": "ENST00000939583.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4262,
          "cdna_start": 2502,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000939586.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609645.1",
          "strand": true,
          "transcript": "ENST00000939586.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 769,
          "aa_ref": "F",
          "aa_start": 693,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4034,
          "cdna_start": 2273,
          "cds_end": null,
          "cds_length": 2310,
          "cds_start": 2078,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939588.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2078delT",
          "hgvs_p": "p.Phe693fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609647.1",
          "strand": true,
          "transcript": "ENST00000939588.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "F",
          "aa_start": 690,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4431,
          "cdna_start": 2668,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 2069,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000939578.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2069delT",
          "hgvs_p": "p.Phe690fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609637.1",
          "strand": true,
          "transcript": "ENST00000939578.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "F",
          "aa_start": 690,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4177,
          "cdna_start": 2416,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 2069,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939579.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2069delT",
          "hgvs_p": "p.Phe690fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609638.1",
          "strand": true,
          "transcript": "ENST00000939579.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 766,
          "aa_ref": "F",
          "aa_start": 690,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4430,
          "cdna_start": 2670,
          "cds_end": null,
          "cds_length": 2301,
          "cds_start": 2069,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "ENST00000972099.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2069delT",
          "hgvs_p": "p.Phe690fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642158.1",
          "strand": true,
          "transcript": "ENST00000972099.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4305,
          "cdna_start": 2544,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001375434.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362363.1",
          "strand": true,
          "transcript": "NM_001375434.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4779,
          "cdna_start": 3018,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_001375435.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362364.1",
          "strand": true,
          "transcript": "NM_001375435.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4421,
          "cdna_start": 2660,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001375436.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362365.1",
          "strand": true,
          "transcript": "NM_001375436.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4416,
          "cdna_start": 2655,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "NM_001375437.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001362366.1",
          "strand": true,
          "transcript": "NM_001375437.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4162,
          "cdna_start": 2401,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "NM_021998.5",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_068838.3",
          "strand": true,
          "transcript": "NM_021998.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5832,
          "cdna_start": 4072,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000881749.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551808.1",
          "strand": true,
          "transcript": "ENST00000881749.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4446,
          "cdna_start": 2683,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000881750.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551809.1",
          "strand": true,
          "transcript": "ENST00000881750.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4716,
          "cdna_start": 2955,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000881751.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551810.1",
          "strand": true,
          "transcript": "ENST00000881751.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4081,
          "cdna_start": 2320,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000881752.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551811.1",
          "strand": true,
          "transcript": "ENST00000881752.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4779,
          "cdna_start": 3018,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000881754.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551813.1",
          "strand": true,
          "transcript": "ENST00000881754.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4361,
          "cdna_start": 2535,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000881757.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551816.1",
          "strand": true,
          "transcript": "ENST00000881757.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4135,
          "cdna_start": 2376,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000881759.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551818.1",
          "strand": true,
          "transcript": "ENST00000881759.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4429,
          "cdna_start": 2668,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939580.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609639.1",
          "strand": true,
          "transcript": "ENST00000939580.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4175,
          "cdna_start": 2416,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939584.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609643.1",
          "strand": true,
          "transcript": "ENST00000939584.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4205,
          "cdna_start": 2444,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000939585.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609644.1",
          "strand": true,
          "transcript": "ENST00000939585.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4121,
          "cdna_start": 2355,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939587.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609646.1",
          "strand": true,
          "transcript": "ENST00000939587.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5075,
          "cdna_start": 3315,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000972101.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642160.1",
          "strand": true,
          "transcript": "ENST00000972101.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 743,
          "aa_ref": "F",
          "aa_start": 667,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4105,
          "cdna_start": 2345,
          "cds_end": null,
          "cds_length": 2232,
          "cds_start": 2000,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000939581.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2000delT",
          "hgvs_p": "p.Phe667fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609640.1",
          "strand": true,
          "transcript": "ENST00000939581.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 723,
          "aa_ref": "F",
          "aa_start": 647,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4588,
          "cdna_start": 2827,
          "cds_end": null,
          "cds_length": 2172,
          "cds_start": 1940,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "ENST00000881758.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.1940delT",
          "hgvs_p": "p.Phe647fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000551817.1",
          "strand": true,
          "transcript": "ENST00000881758.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 720,
          "aa_ref": "F",
          "aa_start": 644,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4208,
          "cdna_start": 2448,
          "cds_end": null,
          "cds_length": 2163,
          "cds_start": 1931,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000972100.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.1931delT",
          "hgvs_p": "p.Phe644fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000642159.1",
          "strand": true,
          "transcript": "ENST00000972100.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 626,
          "aa_ref": "F",
          "aa_start": 550,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4017,
          "cdna_start": 2251,
          "cds_end": null,
          "cds_length": 1881,
          "cds_start": 1649,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "ENST00000939577.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.1649delT",
          "hgvs_p": "p.Phe550fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000609636.1",
          "strand": true,
          "transcript": "ENST00000939577.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 811,
          "aa_ref": "F",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4929,
          "cdna_start": 3168,
          "cds_end": null,
          "cds_length": 2436,
          "cds_start": 2204,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011531019.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2204delT",
          "hgvs_p": "p.Phe735fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529321.1",
          "strand": true,
          "transcript": "XM_011531019.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 811,
          "aa_ref": "F",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4566,
          "cdna_start": 2805,
          "cds_end": null,
          "cds_length": 2436,
          "cds_start": 2204,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011531020.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2204delT",
          "hgvs_p": "p.Phe735fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529322.1",
          "strand": true,
          "transcript": "XM_011531020.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 811,
          "aa_ref": "F",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4571,
          "cdna_start": 2810,
          "cds_end": null,
          "cds_length": 2436,
          "cds_start": 2204,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011531021.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2204delT",
          "hgvs_p": "p.Phe735fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529323.1",
          "strand": true,
          "transcript": "XM_011531021.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 811,
          "aa_ref": "F",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4455,
          "cdna_start": 2694,
          "cds_end": null,
          "cds_length": 2436,
          "cds_start": 2204,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_011531022.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2204delT",
          "hgvs_p": "p.Phe735fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529324.1",
          "strand": true,
          "transcript": "XM_011531022.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 811,
          "aa_ref": "F",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4312,
          "cdna_start": 2551,
          "cds_end": null,
          "cds_length": 2436,
          "cds_start": 2204,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_011531023.4",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2204delT",
          "hgvs_p": "p.Phe735fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529325.1",
          "strand": true,
          "transcript": "XM_011531023.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 811,
          "aa_ref": "F",
          "aa_start": 735,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4192,
          "cdna_start": 2431,
          "cds_end": null,
          "cds_length": 2436,
          "cds_start": 2204,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047442462.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2204delT",
          "hgvs_p": "p.Phe735fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298418.1",
          "strand": true,
          "transcript": "XM_047442462.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4443,
          "cdna_start": 2682,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 11,
          "exon_rank": 11,
          "exon_rank_end": null,
          "feature": "XM_005262187.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005262244.1",
          "strand": true,
          "transcript": "XM_005262187.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4300,
          "cdna_start": 2539,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_005262188.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005262245.1",
          "strand": true,
          "transcript": "XM_005262188.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4834,
          "cdna_start": 3073,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047442464.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298420.1",
          "strand": true,
          "transcript": "XM_047442464.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5461,
          "cdna_start": 3700,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047442465.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298421.1",
          "strand": true,
          "transcript": "XM_047442465.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 807,
          "aa_ref": "F",
          "aa_start": 731,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5139,
          "cdna_start": 3378,
          "cds_end": null,
          "cds_length": 2424,
          "cds_start": 2192,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047442466.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2192delT",
          "hgvs_p": "p.Phe731fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298422.1",
          "strand": true,
          "transcript": "XM_047442466.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 765,
          "aa_ref": "F",
          "aa_start": 689,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4791,
          "cdna_start": 3030,
          "cds_end": null,
          "cds_length": 2298,
          "cds_start": 2066,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_011531025.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2066delT",
          "hgvs_p": "p.Phe689fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_011529327.1",
          "strand": true,
          "transcript": "XM_011531025.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4042,
          "cdna_start": 2281,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 8,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "XM_017029809.2",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_016885298.1",
          "strand": true,
          "transcript": "XM_017029809.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5323,
          "cdna_start": 3562,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047442467.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298423.1",
          "strand": true,
          "transcript": "XM_047442467.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4317,
          "cdna_start": 2556,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 10,
          "exon_rank": 10,
          "exon_rank_end": null,
          "feature": "XM_047442468.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298424.1",
          "strand": true,
          "transcript": "XM_047442468.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5328,
          "cdna_start": 3567,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047442469.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298425.1",
          "strand": true,
          "transcript": "XM_047442469.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "F",
          "aa_start": 685,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4024,
          "cdna_start": 2263,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 2054,
          "consequences": [
            "frameshift_variant"
          ],
          "exon_count": 9,
          "exon_rank": 9,
          "exon_rank_end": null,
          "feature": "XM_047442470.1",
          "gene_hgnc_id": 13128,
          "gene_symbol": "ZNF711",
          "hgvs_c": "c.2054delT",
          "hgvs_p": "p.Phe685fs",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047298426.1",
          "strand": true,
          "transcript": "XM_047442470.1",
          "transcript_support_level": null
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs1060505032",
      "effect": "frameshift_variant",
      "frequency_reference_population": null,
      "gene_hgnc_id": 13128,
      "gene_symbol": "ZNF711",
      "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": "Pathogenic",
      "phenotype_combined": "Intellectual disability, X-linked 97",
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 8.017,
      "pos": 85271594,
      "ref": "AT",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_001330574.2"
    }
  ]
}
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.