← 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: 1-244858217-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "1",
      "pos": 244858217,
      "ref": "C",
      "alt": "T",
      "effect": "missense_variant",
      "transcript": "NM_031844.3",
      "consequences": [
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1288G>A",
          "hgvs_p": "p.Val430Ile",
          "transcript": "NM_031844.3",
          "protein_id": "NP_114032.2",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 1288,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "ENST00000640218.2",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_031844.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": true,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1288G>A",
          "hgvs_p": "p.Val430Ile",
          "transcript": "ENST00000640218.2",
          "protein_id": "ENSP00000491215.1",
          "transcript_support_level": 1,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 825,
          "cds_start": 1288,
          "cds_end": null,
          "cds_length": 2478,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": "NM_031844.3",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000640218.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1231G>A",
          "hgvs_p": "p.Val411Ile",
          "transcript": "ENST00000444376.7",
          "protein_id": "ENSP00000393151.2",
          "transcript_support_level": 1,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000444376.7"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.460G>A",
          "hgvs_p": "p.Val154Ile",
          "transcript": "ENST00000639628.2",
          "protein_id": "ENSP00000491340.1",
          "transcript_support_level": 1,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 549,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 1650,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000639628.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 8,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1315G>A",
          "hgvs_p": "p.Val439Ile",
          "transcript": "ENST00000919769.1",
          "protein_id": "ENSP00000589828.1",
          "transcript_support_level": null,
          "aa_start": 439,
          "aa_end": null,
          "aa_length": 834,
          "cds_start": 1315,
          "cds_end": null,
          "cds_length": 2505,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919769.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1282G>A",
          "hgvs_p": "p.Val428Ile",
          "transcript": "ENST00000919767.1",
          "protein_id": "ENSP00000589826.1",
          "transcript_support_level": null,
          "aa_start": 428,
          "aa_end": null,
          "aa_length": 823,
          "cds_start": 1282,
          "cds_end": null,
          "cds_length": 2472,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919767.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1249G>A",
          "hgvs_p": "p.Val417Ile",
          "transcript": "ENST00000919768.1",
          "protein_id": "ENSP00000589827.1",
          "transcript_support_level": null,
          "aa_start": 417,
          "aa_end": null,
          "aa_length": 812,
          "cds_start": 1249,
          "cds_end": null,
          "cds_length": 2439,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919768.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1231G>A",
          "hgvs_p": "p.Val411Ile",
          "transcript": "NM_004501.3",
          "protein_id": "NP_004492.2",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_004501.3"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1288G>A",
          "hgvs_p": "p.Val430Ile",
          "transcript": "ENST00000945104.1",
          "protein_id": "ENSP00000615163.1",
          "transcript_support_level": null,
          "aa_start": 430,
          "aa_end": null,
          "aa_length": 806,
          "cds_start": 1288,
          "cds_end": null,
          "cds_length": 2421,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945104.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1225G>A",
          "hgvs_p": "p.Val409Ile",
          "transcript": "ENST00000899281.1",
          "protein_id": "ENSP00000569340.1",
          "transcript_support_level": null,
          "aa_start": 409,
          "aa_end": null,
          "aa_length": 804,
          "cds_start": 1225,
          "cds_end": null,
          "cds_length": 2415,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000899281.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1231G>A",
          "hgvs_p": "p.Val411Ile",
          "transcript": "ENST00000945105.1",
          "protein_id": "ENSP00000615164.1",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 763,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 2292,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945105.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1096G>A",
          "hgvs_p": "p.Val366Ile",
          "transcript": "ENST00000945106.1",
          "protein_id": "ENSP00000615165.1",
          "transcript_support_level": null,
          "aa_start": 366,
          "aa_end": null,
          "aa_length": 761,
          "cds_start": 1096,
          "cds_end": null,
          "cds_length": 2286,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945106.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1045G>A",
          "hgvs_p": "p.Val349Ile",
          "transcript": "ENST00000283179.14",
          "protein_id": "ENSP00000283179.10",
          "transcript_support_level": 5,
          "aa_start": 349,
          "aa_end": null,
          "aa_length": 744,
          "cds_start": 1045,
          "cds_end": null,
          "cds_length": 2235,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000283179.14"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1231G>A",
          "hgvs_p": "p.Val411Ile",
          "transcript": "ENST00000919766.1",
          "protein_id": "ENSP00000589825.1",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 740,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 2223,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919766.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1231G>A",
          "hgvs_p": "p.Val411Ile",
          "transcript": "ENST00000919765.1",
          "protein_id": "ENSP00000589824.1",
          "transcript_support_level": null,
          "aa_start": 411,
          "aa_end": null,
          "aa_length": 735,
          "cds_start": 1231,
          "cds_end": null,
          "cds_length": 2208,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919765.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.997G>A",
          "hgvs_p": "p.Val333Ile",
          "transcript": "ENST00000638475.1",
          "protein_id": "ENSP00000491305.1",
          "transcript_support_level": 5,
          "aa_start": 333,
          "aa_end": null,
          "aa_length": 728,
          "cds_start": 997,
          "cds_end": null,
          "cds_length": 2187,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000638475.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.907G>A",
          "hgvs_p": "p.Val303Ile",
          "transcript": "ENST00000704074.1",
          "protein_id": "ENSP00000515674.1",
          "transcript_support_level": null,
          "aa_start": 303,
          "aa_end": null,
          "aa_length": 664,
          "cds_start": 907,
          "cds_end": null,
          "cds_length": 1995,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000704074.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.619G>A",
          "hgvs_p": "p.Val207Ile",
          "transcript": "ENST00000440865.2",
          "protein_id": "ENSP00000410728.2",
          "transcript_support_level": 2,
          "aa_start": 207,
          "aa_end": null,
          "aa_length": 602,
          "cds_start": 619,
          "cds_end": null,
          "cds_length": 1809,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000440865.2"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.454G>A",
          "hgvs_p": "p.Val152Ile",
          "transcript": "ENST00000638716.1",
          "protein_id": "ENSP00000491601.1",
          "transcript_support_level": 5,
          "aa_start": 152,
          "aa_end": null,
          "aa_length": 547,
          "cds_start": 454,
          "cds_end": null,
          "cds_length": 1644,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000638716.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.460G>A",
          "hgvs_p": "p.Val154Ile",
          "transcript": "ENST00000640001.1",
          "protein_id": "ENSP00000491294.1",
          "transcript_support_level": 5,
          "aa_start": 154,
          "aa_end": null,
          "aa_length": 546,
          "cds_start": 460,
          "cds_end": null,
          "cds_length": 1641,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000640001.1"
        },
        {
          "aa_ref": "V",
          "aa_alt": "I",
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.271G>A",
          "hgvs_p": "p.Val91Ile",
          "transcript": "ENST00000483966.3",
          "protein_id": "ENSP00000492573.1",
          "transcript_support_level": 2,
          "aa_start": 91,
          "aa_end": null,
          "aa_length": 302,
          "cds_start": 271,
          "cds_end": null,
          "cds_length": 909,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000483966.3"
        },
        {
          "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": 13,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1231-500G>A",
          "hgvs_p": null,
          "transcript": "ENST00000919770.1",
          "protein_id": "ENSP00000589829.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 737,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2214,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919770.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": 6,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.1174-500G>A",
          "hgvs_p": null,
          "transcript": "ENST00000919771.1",
          "protein_id": "ENSP00000589830.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 718,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 2157,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000919771.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": false,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.635-2059G>A",
          "hgvs_p": null,
          "transcript": "ENST00000945103.1",
          "protein_id": "ENSP00000615162.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 399,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1200,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000945103.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.901G>A",
          "hgvs_p": null,
          "transcript": "ENST00000366525.8",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000366525.8"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.685G>A",
          "hgvs_p": null,
          "transcript": "ENST00000465881.2",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000465881.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.1348G>A",
          "hgvs_p": null,
          "transcript": "ENST00000468690.2",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000468690.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.3402G>A",
          "hgvs_p": null,
          "transcript": "ENST00000476241.2",
          "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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000476241.2"
        },
        {
          "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": 15,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.397G>A",
          "hgvs_p": null,
          "transcript": "ENST00000638230.1",
          "protein_id": "ENSP00000492010.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000638230.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.460G>A",
          "hgvs_p": null,
          "transcript": "ENST00000638301.1",
          "protein_id": "ENSP00000491807.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000638301.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.2056G>A",
          "hgvs_p": null,
          "transcript": "ENST00000638589.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000638589.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.3505G>A",
          "hgvs_p": null,
          "transcript": "ENST00000638952.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000638952.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 4,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.3278G>A",
          "hgvs_p": null,
          "transcript": "ENST00000639667.1",
          "protein_id": null,
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000639667.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.*224G>A",
          "hgvs_p": null,
          "transcript": "ENST00000639880.1",
          "protein_id": "ENSP00000490988.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000639880.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.*224G>A",
          "hgvs_p": null,
          "transcript": "ENST00000640056.1",
          "protein_id": "ENSP00000492620.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000640056.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 17,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.1231G>A",
          "hgvs_p": null,
          "transcript": "ENST00000640306.1",
          "protein_id": "ENSP00000491685.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000640306.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.*273G>A",
          "hgvs_p": null,
          "transcript": "ENST00000640440.1",
          "protein_id": "ENSP00000491263.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000640440.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 16,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.1455G>A",
          "hgvs_p": null,
          "transcript": "ENST00000649899.1",
          "protein_id": null,
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": null,
          "cds_start": null,
          "cds_end": null,
          "cds_length": null,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000649899.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.*224G>A",
          "hgvs_p": null,
          "transcript": "ENST00000639880.1",
          "protein_id": "ENSP00000490988.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000639880.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 7,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.*224G>A",
          "hgvs_p": null,
          "transcript": "ENST00000640056.1",
          "protein_id": "ENSP00000492620.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000640056.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": false,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_rank": 6,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "n.*273G>A",
          "hgvs_p": null,
          "transcript": "ENST00000640440.1",
          "protein_id": "ENSP00000491263.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": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000640440.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "HNRNPU",
          "gene_hgnc_id": 5048,
          "hgvs_c": "c.-138G>A",
          "hgvs_p": null,
          "transcript": "ENST00000639824.1",
          "protein_id": "ENSP00000491903.1",
          "transcript_support_level": 5,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 326,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 981,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": null,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000639824.1"
        }
      ],
      "gene_symbol": "HNRNPU",
      "gene_hgnc_id": 5048,
      "dbsnp": "rs772732188",
      "frequency_reference_population": 0.000014872156,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 24,
      "gnomad_exomes_af": 0.0000157361,
      "gnomad_genomes_af": 0.00000657263,
      "gnomad_exomes_ac": 23,
      "gnomad_genomes_ac": 1,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": 0,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.17145046591758728,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.307,
      "revel_prediction": "Uncertain_significance",
      "alphamissense_score": 0.0666,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.4,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 0.75,
      "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": -11,
      "acmg_classification": "Benign",
      "acmg_criteria": "BP4_Moderate,BP6,BS1,BS2",
      "acmg_by_gene": [
        {
          "score": -11,
          "benign_score": 11,
          "pathogenic_score": 0,
          "criteria": [
            "BP4_Moderate",
            "BP6",
            "BS1",
            "BS2"
          ],
          "verdict": "Benign",
          "transcript": "NM_031844.3",
          "gene_symbol": "HNRNPU",
          "hgnc_id": 5048,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "AD",
          "hgvs_c": "c.1288G>A",
          "hgvs_p": "p.Val430Ile"
        }
      ],
      "clinvar_disease": " 54,Developmental and epileptic encephalopathy,Inborn genetic diseases,not provided",
      "clinvar_classification": "Conflicting classifications of pathogenicity",
      "clinvar_review_status": "criteria provided, conflicting classifications",
      "clinvar_submissions_summary": "US:2 LB:1",
      "phenotype_combined": "Developmental and epileptic encephalopathy, 54|Inborn genetic diseases|not provided",
      "pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
      "custom_annotations": null
    }
  ],
  "message": null
}