← 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: 16-2263132-C-T (hg38)

Bash / cURL Example

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

API Response

json
{
  "message": null,
  "variants": [
    {
      "acmg_by_gene": [
        {
          "benign_score": 6,
          "criteria": [
            "BP4_Moderate",
            "BS2"
          ],
          "effects": [
            "missense_variant"
          ],
          "gene_symbol": "RNPS1",
          "hgnc_id": 10080,
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "inheritance_mode": "AD",
          "pathogenic_score": 0,
          "score": -6,
          "transcript": "NM_006711.5",
          "verdict": "Likely_benign"
        }
      ],
      "acmg_classification": "Likely_benign",
      "acmg_criteria": "BP4_Moderate,BS2",
      "acmg_score": -6,
      "allele_count_reference_population": 13,
      "alphamissense_prediction": null,
      "alphamissense_score": 0.8095,
      "alt": "T",
      "apogee2_prediction": null,
      "apogee2_score": null,
      "bayesdelnoaf_prediction": "Benign",
      "bayesdelnoaf_score": -0.26,
      "chr": "16",
      "clinvar_classification": "",
      "clinvar_disease": "",
      "clinvar_review_status": "",
      "clinvar_submissions_summary": "",
      "computational_prediction_selected": "Benign",
      "computational_score_selected": 0.25602269172668457,
      "computational_source_selected": "MetaRNN",
      "consequences": [
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1951,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_080594.4",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "ENST00000320225.10",
          "protein_coding": true,
          "protein_id": "NP_542161.1",
          "strand": false,
          "transcript": "NM_080594.4",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1951,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000320225.10",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": "NM_080594.4",
          "protein_coding": true,
          "protein_id": "ENSP00000315859.5",
          "strand": false,
          "transcript": "ENST00000320225.10",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": true,
          "cdna_end": null,
          "cdna_length": 1276,
          "cdna_start": 623,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 9,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000301730.12",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000301730.8",
          "strand": false,
          "transcript": "ENST00000301730.12",
          "transcript_support_level": 2
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2069,
          "cdna_start": 686,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000397086.6",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000380275.2",
          "strand": false,
          "transcript": "ENST00000397086.6",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2298,
          "cdna_start": 929,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000565678.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457723.1",
          "strand": false,
          "transcript": "ENST00000565678.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 301,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1514,
          "cdna_start": 990,
          "cds_end": null,
          "cds_length": 907,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000565870.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457110.1",
          "strand": false,
          "transcript": "ENST00000565870.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "R",
          "aa_start": 105,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2037,
          "cdna_start": 655,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 314,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000566458.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.314G>A",
          "hgvs_p": "p.Arg105Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000456352.1",
          "strand": false,
          "transcript": "ENST00000566458.5",
          "transcript_support_level": 1
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2046,
          "cdna_start": 663,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_001286625.1",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273554.1",
          "strand": false,
          "transcript": "NM_001286625.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2103,
          "cdna_start": 724,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "NM_006711.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_006702.1",
          "strand": false,
          "transcript": "NM_006711.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1792,
          "cdna_start": 1121,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000568631.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457820.1",
          "strand": false,
          "transcript": "ENST00000568631.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 283,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1092,
          "cdna_start": 622,
          "cds_end": null,
          "cds_length": 853,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000561518.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454461.1",
          "strand": false,
          "transcript": "ENST00000561518.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 282,
          "aa_ref": "R",
          "aa_start": 105,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1763,
          "cdna_start": 384,
          "cds_end": null,
          "cds_length": 849,
          "cds_start": 314,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001286626.2",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.314G>A",
          "hgvs_p": "p.Arg105Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273555.1",
          "strand": false,
          "transcript": "NM_001286626.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 257,
          "aa_ref": "R",
          "aa_start": 105,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1621,
          "cdna_start": 384,
          "cds_end": null,
          "cds_length": 774,
          "cds_start": 314,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NM_001286627.2",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.314G>A",
          "hgvs_p": "p.Arg105Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "NP_001273556.1",
          "strand": false,
          "transcript": "NM_001286627.2",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 257,
          "aa_ref": "R",
          "aa_start": 105,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 830,
          "cdna_start": 329,
          "cds_end": null,
          "cds_length": 774,
          "cds_start": 314,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 6,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000567147.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.314G>A",
          "hgvs_p": "p.Arg105Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454513.1",
          "strand": false,
          "transcript": "ENST00000567147.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 211,
          "aa_ref": "R",
          "aa_start": 34,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 918,
          "cdna_start": 259,
          "cds_end": null,
          "cds_length": 636,
          "cds_start": 101,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000569598.6",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.101G>A",
          "hgvs_p": "p.Arg34Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457987.2",
          "strand": false,
          "transcript": "ENST00000569598.6",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 168,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 903,
          "cdna_start": 778,
          "cds_end": null,
          "cds_length": 508,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000564601.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457690.1",
          "strand": false,
          "transcript": "ENST00000564601.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 149,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 639,
          "cdna_start": 572,
          "cds_end": null,
          "cds_length": 450,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "ENST00000564764.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457378.1",
          "strand": false,
          "transcript": "ENST00000564764.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 138,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 814,
          "cdna_start": 778,
          "cds_end": null,
          "cds_length": 419,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 5,
          "exon_rank": 5,
          "exon_rank_end": null,
          "feature": "ENST00000566180.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457618.1",
          "strand": false,
          "transcript": "ENST00000566180.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2435,
          "cdna_start": 1052,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_005255048.3",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005255105.1",
          "strand": false,
          "transcript": "XM_005255048.3",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 3900,
          "cdna_start": 2517,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_005255049.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_005255106.1",
          "strand": false,
          "transcript": "XM_005255049.5",
          "transcript_support_level": null
        },
        {
          "aa_alt": "Q",
          "aa_end": null,
          "aa_length": 305,
          "aa_ref": "R",
          "aa_start": 128,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 2801,
          "cdna_start": 1418,
          "cds_end": null,
          "cds_length": 918,
          "cds_start": 383,
          "consequences": [
            "missense_variant"
          ],
          "exon_count": 8,
          "exon_rank": 4,
          "exon_rank_end": null,
          "feature": "XM_047433516.1",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.383G>A",
          "hgvs_p": "p.Arg128Gln",
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "XP_047289472.1",
          "strand": false,
          "transcript": "XM_047433516.1",
          "transcript_support_level": null
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1806,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000561718.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.-149G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455306.1",
          "strand": false,
          "transcript": "ENST00000561718.5",
          "transcript_support_level": 3
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 128,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1685,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 387,
          "cds_start": null,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_count": 6,
          "exon_rank": 2,
          "exon_rank_end": null,
          "feature": "ENST00000566397.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.-149G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455379.1",
          "strand": false,
          "transcript": "ENST00000566397.5",
          "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": 735,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 5,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "ENST00000570051.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "n.372G>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": "ENST00000570051.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": null,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "pseudogene",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 1885,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_count": 7,
          "exon_rank": 3,
          "exon_rank_end": null,
          "feature": "NR_104485.2",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "n.506G>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": "NR_104485.2",
          "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": 870,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": null,
          "cds_start": null,
          "consequences": [
            "intron_variant"
          ],
          "exon_count": 7,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000564311.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "n.373+10G>A",
          "hgvs_p": null,
          "intron_rank": 4,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": false,
          "protein_id": "ENSP00000455013.1",
          "strand": false,
          "transcript": "ENST00000564311.5",
          "transcript_support_level": 5
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 126,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 582,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 381,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 5,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000562690.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.*2G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000457296.1",
          "strand": true,
          "transcript": "ENST00000562690.5",
          "transcript_support_level": 2
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 97,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 574,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 294,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000569709.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.*82G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000455195.1",
          "strand": true,
          "transcript": "ENST00000569709.5",
          "transcript_support_level": 4
        },
        {
          "aa_alt": null,
          "aa_end": null,
          "aa_length": 84,
          "aa_ref": null,
          "aa_start": null,
          "biotype": "protein_coding",
          "canonical": false,
          "cdna_end": null,
          "cdna_length": 479,
          "cdna_start": null,
          "cds_end": null,
          "cds_length": 255,
          "cds_start": null,
          "consequences": [
            "downstream_gene_variant"
          ],
          "exon_count": 4,
          "exon_rank": null,
          "exon_rank_end": null,
          "feature": "ENST00000565333.5",
          "gene_hgnc_id": 10080,
          "gene_symbol": "RNPS1",
          "hgvs_c": "c.*128G>A",
          "hgvs_p": null,
          "intron_rank": null,
          "intron_rank_end": null,
          "mane_plus": null,
          "mane_select": null,
          "protein_coding": true,
          "protein_id": "ENSP00000454867.1",
          "strand": true,
          "transcript": "ENST00000565333.5",
          "transcript_support_level": 4
        }
      ],
      "custom_annotations": null,
      "dbscsnv_ada_prediction": null,
      "dbscsnv_ada_score": null,
      "dbsnp": "rs570272638",
      "effect": "missense_variant",
      "frequency_reference_population": 0.000008897491,
      "gene_hgnc_id": 10080,
      "gene_symbol": "RNPS1",
      "gnomad_exomes_ac": 13,
      "gnomad_exomes_af": 0.00000889749,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_ac": 1,
      "gnomad_genomes_af": 0.00000656987,
      "gnomad_genomes_homalt": 0,
      "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": "Uncertain_significance",
      "phylop100way_score": 7.113,
      "pos": 2263132,
      "ref": "C",
      "revel_prediction": "Benign",
      "revel_score": 0.183,
      "splice_prediction_selected": "Benign",
      "splice_score_selected": 0,
      "splice_source_selected": "max_spliceai",
      "spliceai_max_prediction": "Benign",
      "spliceai_max_score": 0,
      "transcript": "NM_006711.5"
    }
  ]
}
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.