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

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "19",
      "pos": 49909248,
      "ref": "G",
      "alt": "A",
      "effect": "missense_variant",
      "transcript": "ENST00000352066.8",
      "consequences": [
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "NM_016553.5",
          "protein_id": "NP_057637.2",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 938,
          "cdna_end": null,
          "cdna_length": 3361,
          "mane_select": "ENST00000352066.8",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000352066.8",
          "protein_id": "ENSP00000305503.3",
          "transcript_support_level": 1,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 938,
          "cdna_end": null,
          "cdna_length": 3361,
          "mane_select": "NM_016553.5",
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000422090.2",
          "protein_id": "ENSP00000407331.1",
          "transcript_support_level": 1,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1056,
          "cdna_end": null,
          "cdna_length": 3479,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000597029.6",
          "protein_id": "ENSP00000473192.1",
          "transcript_support_level": 1,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 963,
          "cdna_end": null,
          "cdna_length": 2573,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000597723.5",
          "protein_id": "ENSP00000469283.1",
          "transcript_support_level": 1,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 446,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1341,
          "cdna_start": 909,
          "cdna_end": null,
          "cdna_length": 1824,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-227-4927C>T",
          "hgvs_p": null,
          "transcript": "ENST00000341114.7",
          "protein_id": "ENSP00000342557.2",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-285-4927C>T",
          "hgvs_p": null,
          "transcript": "ENST00000595948.5",
          "protein_id": "ENSP00000472474.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2407,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "n.-227-4927C>T",
          "hgvs_p": null,
          "transcript": "ENST00000601717.5",
          "protein_id": "ENSP00000469467.1",
          "transcript_support_level": 1,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2261,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "NM_001193357.2",
          "protein_id": "NP_001180286.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 725,
          "cdna_end": null,
          "cdna_length": 3148,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "NM_012346.5",
          "protein_id": "NP_036478.2",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 792,
          "cdna_end": null,
          "cdna_length": 3215,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "NM_153718.4",
          "protein_id": "NP_714940.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 816,
          "cdna_end": null,
          "cdna_length": 3239,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "NM_153719.4",
          "protein_id": "NP_714941.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 971,
          "cdna_end": null,
          "cdna_length": 3394,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000596217.1",
          "protein_id": "ENSP00000471191.1",
          "transcript_support_level": 2,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 2448,
          "cdna_end": null,
          "cdna_length": 3590,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000596437.6",
          "protein_id": "ENSP00000468842.2",
          "transcript_support_level": 4,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1227,
          "cdna_end": null,
          "cdna_length": 3522,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000598301.2",
          "protein_id": "ENSP00000515009.1",
          "transcript_support_level": 4,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1490,
          "cdna_end": null,
          "cdna_length": 3032,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000599560.6",
          "protein_id": "ENSP00000515013.1",
          "transcript_support_level": 2,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1174,
          "cdna_end": null,
          "cdna_length": 2713,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000599788.2",
          "protein_id": "ENSP00000468884.2",
          "transcript_support_level": 4,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1082,
          "cdna_end": null,
          "cdna_length": 2624,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000600583.6",
          "protein_id": "ENSP00000515011.1",
          "transcript_support_level": 4,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1233,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000600935.2",
          "protein_id": "ENSP00000468839.2",
          "transcript_support_level": 4,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1105,
          "cdna_end": null,
          "cdna_length": 3487,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000700473.1",
          "protein_id": "ENSP00000515006.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 806,
          "cdna_end": null,
          "cdna_length": 3203,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000700474.1",
          "protein_id": "ENSP00000515007.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 752,
          "cdna_end": null,
          "cdna_length": 3067,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000700475.1",
          "protein_id": "ENSP00000515008.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 958,
          "cdna_end": null,
          "cdna_length": 2500,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000700476.1",
          "protein_id": "ENSP00000515010.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1204,
          "cdna_end": null,
          "cdna_length": 2746,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000700477.1",
          "protein_id": "ENSP00000515012.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 1016,
          "cdna_end": null,
          "cdna_length": 2558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": "T",
          "aa_alt": "M",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met",
          "transcript": "ENST00000700478.1",
          "protein_id": "ENSP00000515014.1",
          "transcript_support_level": null,
          "aa_start": 187,
          "aa_end": null,
          "aa_length": 522,
          "cds_start": 560,
          "cds_end": null,
          "cds_length": 1569,
          "cdna_start": 818,
          "cdna_end": null,
          "cdna_length": 2353,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "n.492C>T",
          "hgvs_p": null,
          "transcript": "ENST00000595463.5",
          "protein_id": null,
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 563,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-227-4927C>T",
          "hgvs_p": null,
          "transcript": "NM_001258017.2",
          "protein_id": "NP_001244946.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2290,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-285-4927C>T",
          "hgvs_p": null,
          "transcript": "NM_001258018.2",
          "protein_id": "NP_001244947.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2372,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-227-4927C>T",
          "hgvs_p": null,
          "transcript": "NM_172374.3",
          "protein_id": "NP_758962.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 589,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 1770,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2314,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-227-4927C>T",
          "hgvs_p": null,
          "transcript": "ENST00000596022.5",
          "protein_id": "ENSP00000471950.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 105,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 318,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 747,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-145-4927C>T",
          "hgvs_p": null,
          "transcript": "ENST00000597295.5",
          "protein_id": "ENSP00000469841.1",
          "transcript_support_level": 3,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 70,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 213,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 651,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "c.-328-4927C>T",
          "hgvs_p": null,
          "transcript": "ENST00000596011.1",
          "protein_id": "ENSP00000472786.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 31,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 97,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 714,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "IL4I1",
          "gene_hgnc_id": 19094,
          "hgvs_c": "n.302-4927C>T",
          "hgvs_p": null,
          "transcript": "NR_047577.2",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2349,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.*147C>T",
          "hgvs_p": null,
          "transcript": "ENST00000593652.5",
          "protein_id": "ENSP00000472918.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 136,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 413,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 905,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 2,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NUP62",
          "gene_hgnc_id": 8066,
          "hgvs_c": "c.*158C>T",
          "hgvs_p": null,
          "transcript": "ENST00000595761.1",
          "protein_id": "ENSP00000468930.1",
          "transcript_support_level": 4,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 133,
          "cds_start": -4,
          "cds_end": null,
          "cds_length": 402,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 533,
          "mane_select": null,
          "mane_plus": null,
          "biotype": null,
          "feature": null
        }
      ],
      "gene_symbol": "NUP62",
      "gene_hgnc_id": 8066,
      "dbsnp": "rs140655913",
      "frequency_reference_population": 0.0008822243,
      "hom_count_reference_population": 7,
      "allele_count_reference_population": 1424,
      "gnomad_exomes_af": 0.000485689,
      "gnomad_genomes_af": 0.00468935,
      "gnomad_exomes_ac": 710,
      "gnomad_genomes_ac": 714,
      "gnomad_exomes_homalt": 5,
      "gnomad_genomes_homalt": 2,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.004242241382598877,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.028,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.113,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.61,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.465,
      "phylop100way_prediction": "Benign",
      "spliceai_max_score": 0,
      "spliceai_max_prediction": "Benign",
      "dbscsnv_ada_score": null,
      "dbscsnv_ada_prediction": null,
      "apogee2_score": null,
      "apogee2_prediction": null,
      "mitotip_score": null,
      "mitotip_prediction": null,
      "acmg_score": -20,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "ENST00000352066.8",
          "gene_symbol": "NUP62",
          "hgnc_id": 8066,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AR,AD,Unknown",
          "hgvs_c": "c.560C>T",
          "hgvs_p": "p.Thr187Met"
        },
        {
          "score": -20,
          "benign_score": 20,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Strong",
            "BP6_Very_Strong",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_172374.3",
          "gene_symbol": "IL4I1",
          "hgnc_id": 19094,
          "effects": [
            "intron_variant"
          ],
          "inheritance_mode": "AR",
          "hgvs_c": "c.-227-4927C>T",
          "hgvs_p": null
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Benign/Likely benign",
      "clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
      "clinvar_submissions_summary": "LB:2 B:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Benign/Likely benign",
      "custom_annotations": null
    }
  ],
  "message": null
}