← 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: 19-10679486-T-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 10679486,
      "ref": "T",
      "alt": "C",
      "effect": "intron_variant",
      "transcript": "NM_017620.3",
      "consequences": [
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_017620.3",
          "protein_id": "NP_060090.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6017,
          "mane_select": "ENST00000588657.6",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_017620.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000588657.6",
          "protein_id": "ENSP00000468181.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6017,
          "mane_select": "NM_017620.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000588657.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000407004.8",
          "protein_id": "ENSP00000384660.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000407004.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000250241.12",
          "protein_id": "ENSP00000250241.8",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3035,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000250241.12"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938416.1",
          "protein_id": "ENSP00000608475.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 902,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2709,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3468,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938416.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394808.1",
          "protein_id": "NP_001381737.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6175,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394808.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394809.1",
          "protein_id": "NP_001381738.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5958,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394809.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394810.1",
          "protein_id": "NP_001381739.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5982,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394810.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938418.1",
          "protein_id": "ENSP00000608477.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3400,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938418.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938419.1",
          "protein_id": "ENSP00000608478.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3355,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938419.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938420.1",
          "protein_id": "ENSP00000608479.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938420.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000970392.1",
          "protein_id": "ENSP00000640451.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000970392.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394811.1",
          "protein_id": "NP_001381740.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6163,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394811.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394812.1",
          "protein_id": "NP_001381741.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5946,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394812.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_012218.4",
          "protein_id": "NP_036350.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6005,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_012218.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000590261.5",
          "protein_id": "ENSP00000468156.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 894,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2685,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3219,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590261.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000899691.1",
          "protein_id": "ENSP00000569750.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 893,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2682,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6072,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899691.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394813.1",
          "protein_id": "NP_001381742.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5888,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394813.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938415.1",
          "protein_id": "ENSP00000608474.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5926,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938415.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938417.1",
          "protein_id": "ENSP00000608476.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 855,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2568,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938417.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394814.1",
          "protein_id": "NP_001381743.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5876,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394814.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000899692.1",
          "protein_id": "ENSP00000569751.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 851,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2556,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5938,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899692.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000899693.1",
          "protein_id": "ENSP00000569752.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 805,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2418,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5795,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899693.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394815.1",
          "protein_id": "NP_001381744.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5654,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394815.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394816.1",
          "protein_id": "NP_001381745.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 777,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2334,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5595,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394816.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394817.1",
          "protein_id": "NP_001381746.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 773,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2322,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394817.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938413.1",
          "protein_id": "ENSP00000608472.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 734,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2205,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938413.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000938414.1",
          "protein_id": "ENSP00000608473.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 730,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2193,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5608,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000938414.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394818.1",
          "protein_id": "NP_001381747.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 725,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2178,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3147,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394818.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394819.1",
          "protein_id": "NP_001381748.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3135,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394819.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394820.1",
          "protein_id": "NP_001381749.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 721,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2166,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3076,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394820.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001137673.2",
          "protein_id": "NP_001131145.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3653,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001137673.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394821.1",
          "protein_id": "NP_001381750.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3811,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394821.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394822.1",
          "protein_id": "NP_001381751.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3618,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394822.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394823.1",
          "protein_id": "NP_001381752.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 706,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2121,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3594,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394823.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 19,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394824.1",
          "protein_id": "NP_001381753.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3799,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394824.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394826.1",
          "protein_id": "NP_001381755.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3582,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394826.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_004516.4",
          "protein_id": "NP_004507.2",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004516.4"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000589998.6",
          "protein_id": "ENSP00000465219.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 702,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2109,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3641,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000589998.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000592763.5",
          "protein_id": "ENSP00000465515.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 698,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2097,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3866,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000592763.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_001394827.1",
          "protein_id": "NP_001381756.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 694,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2085,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3210,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001394827.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 18,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "NM_153464.3",
          "protein_id": "NP_703194.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 690,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2073,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 3198,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_153464.3"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000590009.5",
          "protein_id": "ENSP00000465654.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 253,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 763,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 953,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000590009.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "XM_047438778.1",
          "protein_id": "XP_047294734.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 6116,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438778.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 21,
          "intron_rank": 8,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null,
          "transcript": "XM_047438779.1",
          "protein_id": "XP_047294735.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 898,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2697,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 7685,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438779.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "c.-49+294T>C",
          "hgvs_p": null,
          "transcript": "XM_047438780.1",
          "protein_id": "XP_047294736.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 633,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1902,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 5243,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "XM_047438780.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.390+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000585835.1",
          "protein_id": "ENSP00000467950.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 849,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000585835.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.*237+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000587505.5",
          "protein_id": "ENSP00000466991.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 791,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000587505.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 3,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.*77+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000587840.5",
          "protein_id": "ENSP00000467704.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000587840.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 20,
          "intron_rank": 7,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.1021+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000587928.5",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 4230,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000587928.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.8+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000589173.1",
          "protein_id": null,
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 570,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000589173.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": 4,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.454+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000589416.5",
          "protein_id": "ENSP00000465831.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 773,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000589416.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "ILF3",
          "gene_hgnc_id": 6038,
          "hgvs_c": "n.202+294T>C",
          "hgvs_p": null,
          "transcript": "ENST00000589485.5",
          "protein_id": "ENSP00000467372.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 620,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000589485.5"
        }
      ],
      "gene_symbol": "ILF3",
      "gene_hgnc_id": 6038,
      "dbsnp": "rs2569512",
      "frequency_reference_population": 0.75528055,
      "hom_count_reference_population": 44051,
      "allele_count_reference_population": 114425,
      "gnomad_exomes_af": null,
      "gnomad_genomes_af": 0.755281,
      "gnomad_exomes_ac": null,
      "gnomad_genomes_ac": 114425,
      "gnomad_exomes_homalt": null,
      "gnomad_genomes_homalt": 44051,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": -0.8700000047683716,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "BayesDel_noAF",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": null,
      "revel_prediction": null,
      "alphamissense_score": null,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.87,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": -0.351,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -12,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BA1",
      "acmg_by_gene": [
        {
          "score": -12,
          "benign_score": 12,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BA1"
          ],
          "verdict": "Benign",
          "transcript": "NM_017620.3",
          "gene_symbol": "ILF3",
          "hgnc_id": 6038,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.747+294T>C",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "",
      "clinvar_classification": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "phenotype_combined": null,
      "pathogenicity_classification_combined": null,
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.