← 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-244858246-G-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 0,
          "criteria": [
            "PVS1",
            "PM2"
          ],
          "effects": [
            "stop_gained"
          ],
          "gene_symbol": "HNRNPU",
          "hgnc_id": 5048,
          "hgvs_c": "c.1259C>A",
          "hgvs_p": "p.Ser420*",
          "inheritance_mode": "AD",
          "pathogenic_score": 10,
          "score": 10,
          "transcript": "NM_031844.3",
          "verdict": "Pathogenic"
        }
      ],
      "acmg_classification": "Pathogenic",
      "acmg_criteria": "PVS1,PM2",
      "acmg_score": 10,
      "allele_count_reference_population": 0,
      "alphamissense_prediction": null,
      "alphamissense_score": null,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Pathogenic",
      "bayesdelnoaf_score": 0.63,
      "chr": "1",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Pathogenic",
      "computational_score_selected": 0.6299999952316284,
      "computational_source_selected": "BayesDel_noAF",
      "consequences": [
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "S",
          "aa_start": 420,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6867,
          "cdna_start": 1495,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 1259,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_031844.3",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1259C>A",
          "hgvs_p": "p.Ser420*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000640218.2",
          "protein_coding": true,
          "protein_id": "NP_114032.2",
          "strand": false,
          "transcript": "NM_031844.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 825,
          "aa_ref": "S",
          "aa_start": 420,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 6867,
          "cdna_start": 1495,
          "cds_end": null,
          "cds_length": 2478,
          "cds_start": 1259,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000640218.2",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1259C>A",
          "hgvs_p": "p.Ser420*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_031844.3",
          "protein_coding": true,
          "protein_id": "ENSP00000491215.1",
          "strand": false,
          "transcript": "ENST00000640218.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 806,
          "aa_ref": "S",
          "aa_start": 401,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6827,
          "cdna_start": 1455,
          "cds_end": null,
          "cds_length": 2421,
          "cds_start": 1202,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000444376.7",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1202C>A",
          "hgvs_p": "p.Ser401*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000393151.2",
          "strand": false,
          "transcript": "ENST00000444376.7",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 549,
          "aa_ref": "S",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 7674,
          "cdna_start": 2302,
          "cds_end": null,
          "cds_length": 1650,
          "cds_start": 431,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000639628.2",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.431C>A",
          "hgvs_p": "p.Ser144*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491340.1",
          "strand": false,
          "transcript": "ENST00000639628.2",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 834,
          "aa_ref": "S",
          "aa_start": 429,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3527,
          "cdna_start": 1521,
          "cds_end": null,
          "cds_length": 2505,
          "cds_start": 1286,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 8,
          "exon_rank_end": null,
          "feature": "ENST00000919769.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1286C>A",
          "hgvs_p": "p.Ser429*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589828.1",
          "strand": false,
          "transcript": "ENST00000919769.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 823,
          "aa_ref": "S",
          "aa_start": 418,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3502,
          "cdna_start": 1491,
          "cds_end": null,
          "cds_length": 2472,
          "cds_start": 1253,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919767.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1253C>A",
          "hgvs_p": "p.Ser418*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589826.1",
          "strand": false,
          "transcript": "ENST00000919767.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 812,
          "aa_ref": "S",
          "aa_start": 407,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3464,
          "cdna_start": 1453,
          "cds_end": null,
          "cds_length": 2439,
          "cds_start": 1220,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919768.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1220C>A",
          "hgvs_p": "p.Ser407*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589827.1",
          "strand": false,
          "transcript": "ENST00000919768.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 806,
          "aa_ref": "S",
          "aa_start": 401,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 6789,
          "cdna_start": 1420,
          "cds_end": null,
          "cds_length": 2421,
          "cds_start": 1202,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "NM_004501.3",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1202C>A",
          "hgvs_p": "p.Ser401*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_004492.2",
          "strand": false,
          "transcript": "NM_004501.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 806,
          "aa_ref": "S",
          "aa_start": 420,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3659,
          "cdna_start": 1438,
          "cds_end": null,
          "cds_length": 2421,
          "cds_start": 1259,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000945104.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1259C>A",
          "hgvs_p": "p.Ser420*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615163.1",
          "strand": false,
          "transcript": "ENST00000945104.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 804,
          "aa_ref": "S",
          "aa_start": 399,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2968,
          "cdna_start": 1432,
          "cds_end": null,
          "cds_length": 2415,
          "cds_start": 1196,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000899281.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1196C>A",
          "hgvs_p": "p.Ser399*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000569340.1",
          "strand": false,
          "transcript": "ENST00000899281.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 763,
          "aa_ref": "S",
          "aa_start": 401,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3529,
          "cdna_start": 1378,
          "cds_end": null,
          "cds_length": 2292,
          "cds_start": 1202,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000945105.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1202C>A",
          "hgvs_p": "p.Ser401*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615164.1",
          "strand": false,
          "transcript": "ENST00000945105.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 761,
          "aa_ref": "S",
          "aa_start": 356,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2495,
          "cdna_start": 1243,
          "cds_end": null,
          "cds_length": 2286,
          "cds_start": 1067,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000945106.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1067C>A",
          "hgvs_p": "p.Ser356*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615165.1",
          "strand": false,
          "transcript": "ENST00000945106.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 744,
          "aa_ref": "S",
          "aa_start": 339,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3120,
          "cdna_start": 1203,
          "cds_end": null,
          "cds_length": 2235,
          "cds_start": 1016,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000283179.14",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1016C>A",
          "hgvs_p": "p.Ser339*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000283179.10",
          "strand": false,
          "transcript": "ENST00000283179.14",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 740,
          "aa_ref": "S",
          "aa_start": 401,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3428,
          "cdna_start": 1347,
          "cds_end": null,
          "cds_length": 2223,
          "cds_start": 1202,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919766.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1202C>A",
          "hgvs_p": "p.Ser401*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589825.1",
          "strand": false,
          "transcript": "ENST00000919766.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 735,
          "aa_ref": "S",
          "aa_start": 401,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3504,
          "cdna_start": 1438,
          "cds_end": null,
          "cds_length": 2208,
          "cds_start": 1202,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000919765.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1202C>A",
          "hgvs_p": "p.Ser401*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589824.1",
          "strand": false,
          "transcript": "ENST00000919765.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 728,
          "aa_ref": "S",
          "aa_start": 323,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2698,
          "cdna_start": 968,
          "cds_end": null,
          "cds_length": 2187,
          "cds_start": 968,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000638475.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.968C>A",
          "hgvs_p": "p.Ser323*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491305.1",
          "strand": false,
          "transcript": "ENST00000638475.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 664,
          "aa_ref": "S",
          "aa_start": 293,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3015,
          "cdna_start": 880,
          "cds_end": null,
          "cds_length": 1995,
          "cds_start": 878,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 15,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000704074.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.878C>A",
          "hgvs_p": "p.Ser293*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000515674.1",
          "strand": false,
          "transcript": "ENST00000704074.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 602,
          "aa_ref": "S",
          "aa_start": 197,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3207,
          "cdna_start": 944,
          "cds_end": null,
          "cds_length": 1809,
          "cds_start": 590,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000440865.2",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.590C>A",
          "hgvs_p": "p.Ser197*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000410728.2",
          "strand": false,
          "transcript": "ENST00000440865.2",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 547,
          "aa_ref": "S",
          "aa_start": 142,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2640,
          "cdna_start": 438,
          "cds_end": null,
          "cds_length": 1644,
          "cds_start": 425,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000638716.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.425C>A",
          "hgvs_p": "p.Ser142*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491601.1",
          "strand": false,
          "transcript": "ENST00000638716.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 546,
          "aa_ref": "S",
          "aa_start": 144,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4227,
          "cdna_start": 2289,
          "cds_end": null,
          "cds_length": 1641,
          "cds_start": 431,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 10,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000640001.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.431C>A",
          "hgvs_p": "p.Ser144*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491294.1",
          "strand": false,
          "transcript": "ENST00000640001.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "*",
          "aa_end": null,
          "aa_length": 302,
          "aa_ref": "S",
          "aa_start": 81,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1069,
          "cdna_start": 242,
          "cds_end": null,
          "cds_length": 909,
          "cds_start": 242,
          "consequences": [
            "stop_gained"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000483966.3",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.242C>A",
          "hgvs_p": "p.Ser81*",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000492573.1",
          "strand": false,
          "transcript": "ENST00000483966.3",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 737,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2762,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2214,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000919770.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1230+483C>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589829.1",
          "strand": false,
          "transcript": "ENST00000919770.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 718,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2643,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 2157,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 13,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000919771.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.1173+483C>A",
          "hgvs_p": null,
          "intron_rank": 6,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000589830.1",
          "strand": false,
          "transcript": "ENST00000919771.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 399,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2440,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 1200,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000945103.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.635-2088C>A",
          "hgvs_p": null,
          "intron_rank": 1,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000615162.1",
          "strand": false,
          "transcript": "ENST00000945103.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2851,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 12,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000366525.8",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.872C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000366525.8",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 883,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000465881.2",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.656C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000465881.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5273,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000468690.2",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.1319C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000468690.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4844,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000476241.2",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.3373C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000476241.2",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1922,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 15,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000638230.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.368C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492010.1",
          "strand": false,
          "transcript": "ENST00000638230.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3650,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 9,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000638301.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.431C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000491807.1",
          "strand": false,
          "transcript": "ENST00000638301.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2225,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 3,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000638589.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.2027C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000638589.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 5678,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 13,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000638952.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.3476C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000638952.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3940,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 4,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000639667.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.3249C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000639667.1",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4239,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000639880.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.*195C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490988.1",
          "strand": false,
          "transcript": "ENST00000639880.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2045,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000640056.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.*195C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492620.1",
          "strand": false,
          "transcript": "ENST00000640056.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2917,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 17,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000640306.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.1202C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000491685.1",
          "strand": false,
          "transcript": "ENST00000640306.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 871,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000640440.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.*244C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000491263.1",
          "strand": false,
          "transcript": "ENST00000640440.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "retained_intron",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 13084,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 16,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000649899.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.1426C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": null,
          "strand": false,
          "transcript": "ENST00000649899.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 4239,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 11,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000639880.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.*195C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000490988.1",
          "strand": false,
          "transcript": "ENST00000639880.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2045,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 14,
          "exon_rank": 7,
          "exon_rank_end": null,
          "feature": "ENST00000640056.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.*195C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000492620.1",
          "strand": false,
          "transcript": "ENST00000640056.1",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "nonsense_mediated_decay",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 871,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "3_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 6,
          "exon_rank_end": null,
          "feature": "ENST00000640440.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "n.*244C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000491263.1",
          "strand": false,
          "transcript": "ENST00000640440.1",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 326,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1450,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 981,
          "cds_start": null,
          "consequences": [
            "upstream_gene_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000639824.1",
          "gene_hgnc_id": 5048,
          "gene_symbol": "HNRNPU",
          "hgvs_c": "c.-167C>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000491903.1",
          "strand": true,
          "transcript": "ENST00000639824.1",
          "transcript_support_level": 5
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs778010676",
      "effect": "stop_gained",
      "frequency_reference_population": null,
      "gene_hgnc_id": 5048,
      "gene_symbol": "HNRNPU",
      "gnomad_exomes_ac": 0,
      "gnomad_exomes_af": 0,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": null,
      "gnomad_genomes_af": null,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_heteroplasmic": null,
      "gnomad_mito_homoplasmic": null,
      "hom_count_reference_population": 0,
      "mitotip_prediction": null,
      "mitotip_score": null,
      "pathogenicity_classification_combined": null,
      "phenotype_combined": null,
      "phylop100way_prediction": "Pathogenic",
      "phylop100way_score": 9.941,
      "pos": 244858246,
      "ref": "G",
      "revel_prediction": null,
      "revel_score": null,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_031844.3"
    }
  ]
}
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.