← 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: X-71290741-A-C (hg38)

Bash / cURL Example

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

API Response

json
{
  "variants": [
    {
      "chr": "X",
      "pos": 71290741,
      "ref": "A",
      "alt": "C",
      "effect": "missense_variant",
      "transcript": "NM_007363.5",
      "consequences": [
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "NM_007363.5",
          "protein_id": "NP_031389.3",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 2661,
          "mane_select": "ENST00000276079.13",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_007363.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": true,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000276079.13",
          "protein_id": "ENSP00000276079.8",
          "transcript_support_level": 1,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 2661,
          "mane_select": "NM_007363.5",
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000276079.13"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000373856.8",
          "protein_id": "ENSP00000362963.4",
          "transcript_support_level": 1,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 515,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1548,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 1726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000373856.8"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000373841.5",
          "protein_id": "ENSP00000362947.1",
          "transcript_support_level": 1,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 202,
          "cdna_end": null,
          "cdna_length": 2606,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000373841.5"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000678830.1",
          "protein_id": "ENSP00000504263.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 2768,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000678830.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936531.1",
          "protein_id": "ENSP00000606590.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 501,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1506,
          "cdna_start": 237,
          "cdna_end": null,
          "cdna_length": 2726,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936531.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000959800.1",
          "protein_id": "ENSP00000629859.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 479,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1440,
          "cdna_start": 252,
          "cdna_end": null,
          "cdna_length": 2678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959800.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000678660.1",
          "protein_id": "ENSP00000504665.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 244,
          "cdna_end": null,
          "cdna_length": 2655,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000678660.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000861758.1",
          "protein_id": "ENSP00000531817.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 476,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1431,
          "cdna_start": 240,
          "cdna_end": null,
          "cdna_length": 2657,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861758.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "NM_001145408.2",
          "protein_id": "NP_001138880.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 371,
          "cdna_end": null,
          "cdna_length": 2775,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145408.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "NM_001145409.2",
          "protein_id": "NP_001138881.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 200,
          "cdna_end": null,
          "cdna_length": 2604,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145409.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000420903.6",
          "protein_id": "ENSP00000410299.2",
          "transcript_support_level": 3,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 416,
          "cdna_end": null,
          "cdna_length": 2812,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000420903.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000450092.6",
          "protein_id": "ENSP00000415777.2",
          "transcript_support_level": 5,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 398,
          "cdna_end": null,
          "cdna_length": 1710,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000450092.6"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000454976.2",
          "protein_id": "ENSP00000406673.2",
          "transcript_support_level": 4,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 208,
          "cdna_end": null,
          "cdna_length": 1520,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000454976.2"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000677274.1",
          "protein_id": "ENSP00000504314.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 812,
          "cdna_end": null,
          "cdna_length": 3208,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000677274.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000677446.1",
          "protein_id": "ENSP00000503031.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 464,
          "cdna_end": null,
          "cdna_length": 2868,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000677446.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000677612.1",
          "protein_id": "ENSP00000504351.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 237,
          "cdna_end": null,
          "cdna_length": 2995,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000677612.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000678231.1",
          "protein_id": "ENSP00000503233.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 348,
          "cdna_end": null,
          "cdna_length": 2744,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000678231.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000861754.1",
          "protein_id": "ENSP00000531813.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 350,
          "cdna_end": null,
          "cdna_length": 2754,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861754.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000861756.1",
          "protein_id": "ENSP00000531815.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 250,
          "cdna_end": null,
          "cdna_length": 2654,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861756.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000861757.1",
          "protein_id": "ENSP00000531816.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 255,
          "cdna_end": null,
          "cdna_length": 2656,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861757.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 5,
          "exon_rank_end": null,
          "exon_count": 14,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936524.1",
          "protein_id": "ENSP00000606583.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 1122,
          "cdna_end": null,
          "cdna_length": 3530,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936524.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936525.1",
          "protein_id": "ENSP00000606584.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 553,
          "cdna_end": null,
          "cdna_length": 2959,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936525.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936526.1",
          "protein_id": "ENSP00000606585.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 290,
          "cdna_end": null,
          "cdna_length": 2694,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936526.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936527.1",
          "protein_id": "ENSP00000606586.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 272,
          "cdna_end": null,
          "cdna_length": 2676,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936527.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936528.1",
          "protein_id": "ENSP00000606587.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 218,
          "cdna_end": null,
          "cdna_length": 2626,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936528.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936529.1",
          "protein_id": "ENSP00000606588.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 316,
          "cdna_end": null,
          "cdna_length": 2720,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936529.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936530.1",
          "protein_id": "ENSP00000606589.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 368,
          "cdna_end": null,
          "cdna_length": 2772,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936530.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936532.1",
          "protein_id": "ENSP00000606591.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 500,
          "cdna_end": null,
          "cdna_length": 2904,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936532.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936533.1",
          "protein_id": "ENSP00000606592.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 240,
          "cdna_end": null,
          "cdna_length": 2642,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936533.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936534.1",
          "protein_id": "ENSP00000606593.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 529,
          "cdna_end": null,
          "cdna_length": 2933,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936534.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936535.1",
          "protein_id": "ENSP00000606594.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 584,
          "cdna_end": null,
          "cdna_length": 2986,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936535.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000959799.1",
          "protein_id": "ENSP00000629858.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 471,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1416,
          "cdna_start": 275,
          "cdna_end": null,
          "cdna_length": 2675,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959799.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000678437.1",
          "protein_id": "ENSP00000504007.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 468,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1407,
          "cdna_start": 282,
          "cdna_end": null,
          "cdna_length": 2667,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000678437.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000959801.1",
          "protein_id": "ENSP00000629860.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 461,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1386,
          "cdna_start": 229,
          "cdna_end": null,
          "cdna_length": 2599,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000959801.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000861755.1",
          "protein_id": "ENSP00000531814.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 257,
          "cdna_end": null,
          "cdna_length": 2610,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000861755.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 4,
          "exon_rank_end": null,
          "exon_count": 13,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000936536.1",
          "protein_id": "ENSP00000606595.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 454,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1365,
          "cdna_start": 350,
          "cdna_end": null,
          "cdna_length": 1797,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000936536.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000677879.1",
          "protein_id": "ENSP00000504090.1",
          "transcript_support_level": null,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 411,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 1236,
          "cdna_start": 267,
          "cdna_end": null,
          "cdna_length": 2483,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000677879.1"
        },
        {
          "aa_ref": "Q",
          "aa_alt": "P",
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "missense_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 7,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro",
          "transcript": "ENST00000413858.5",
          "protein_id": "ENSP00000413350.1",
          "transcript_support_level": 3,
          "aa_start": 35,
          "aa_end": null,
          "aa_length": 246,
          "cds_start": 104,
          "cds_end": null,
          "cds_length": 743,
          "cdna_start": 216,
          "cdna_end": null,
          "cdna_length": 855,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000413858.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "5_prime_UTR_variant"
          ],
          "exon_rank": 2,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.-164A>C",
          "hgvs_p": null,
          "transcript": "ENST00000676797.1",
          "protein_id": "ENSP00000503920.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2951,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000676797.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.-113-1038A>C",
          "hgvs_p": null,
          "transcript": "NM_001145410.2",
          "protein_id": "NP_001138882.1",
          "transcript_support_level": null,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2441,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "NM_001145410.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": true,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "c.-113-1038A>C",
          "hgvs_p": null,
          "transcript": "ENST00000535149.5",
          "protein_id": "ENSP00000441364.1",
          "transcript_support_level": 2,
          "aa_start": null,
          "aa_end": null,
          "aa_length": 382,
          "cds_start": null,
          "cds_end": null,
          "cds_length": 1149,
          "cdna_start": null,
          "cdna_end": null,
          "cdna_length": 2882,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "protein_coding",
          "feature": "ENST00000535149.5"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 6,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.229A>C",
          "hgvs_p": null,
          "transcript": "ENST00000471419.7",
          "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": 3932,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000471419.7"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000473525.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": 3206,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000473525.2"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.198A>C",
          "hgvs_p": null,
          "transcript": "ENST00000486613.6",
          "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": 555,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000486613.6"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000676495.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": 3909,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000676495.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000676499.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": 3454,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000676499.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.104A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677014.1",
          "protein_id": "ENSP00000503813.1",
          "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": 2998,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000677014.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.371A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677218.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": 3669,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000677218.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.104A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677245.1",
          "protein_id": "ENSP00000503929.1",
          "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": 3263,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000677245.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 8,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677766.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": 4895,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000677766.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677826.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": 3242,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000677826.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.229A>C",
          "hgvs_p": null,
          "transcript": "ENST00000677977.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": 4330,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000677977.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 10,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000678323.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": 3596,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000678323.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 12,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.104A>C",
          "hgvs_p": null,
          "transcript": "ENST00000678335.1",
          "protein_id": "ENSP00000503769.1",
          "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": 2674,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000678335.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 11,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.104A>C",
          "hgvs_p": null,
          "transcript": "ENST00000679029.1",
          "protein_id": "ENSP00000504193.1",
          "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": 2558,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "nonsense_mediated_decay",
          "feature": "ENST00000679029.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.191A>C",
          "hgvs_p": null,
          "transcript": "ENST00000679062.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": 2214,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000679062.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "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": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.279A>C",
          "hgvs_p": null,
          "transcript": "ENST00000679254.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": 2438,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000679254.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "non_coding_transcript_exon_variant"
          ],
          "exon_rank": 3,
          "exon_rank_end": null,
          "exon_count": 9,
          "intron_rank": null,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.282A>C",
          "hgvs_p": null,
          "transcript": "ENST00000679267.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": 4678,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "retained_intron",
          "feature": "ENST00000679267.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 3,
          "intron_rank": 2,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.60+6335A>C",
          "hgvs_p": null,
          "transcript": "ENST00000472185.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": 397,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000472185.1"
        },
        {
          "aa_ref": null,
          "aa_alt": null,
          "canonical": false,
          "protein_coding": false,
          "strand": true,
          "consequences": [
            "intron_variant"
          ],
          "exon_rank": null,
          "exon_rank_end": null,
          "exon_count": 5,
          "intron_rank": 1,
          "intron_rank_end": null,
          "gene_symbol": "NONO",
          "gene_hgnc_id": 7871,
          "hgvs_c": "n.70+7020A>C",
          "hgvs_p": null,
          "transcript": "ENST00000474431.5",
          "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": 644,
          "mane_select": null,
          "mane_plus": null,
          "biotype": "pseudogene",
          "feature": "ENST00000474431.5"
        }
      ],
      "gene_symbol": "NONO",
      "gene_hgnc_id": 7871,
      "dbsnp": "rs767664432",
      "frequency_reference_population": 0.000003719809,
      "hom_count_reference_population": 0,
      "allele_count_reference_population": 4,
      "gnomad_exomes_af": 0.00000371981,
      "gnomad_genomes_af": null,
      "gnomad_exomes_ac": 4,
      "gnomad_genomes_ac": null,
      "gnomad_exomes_homalt": 0,
      "gnomad_genomes_homalt": null,
      "gnomad_mito_homoplasmic": null,
      "gnomad_mito_heteroplasmic": null,
      "computational_score_selected": 0.1340429186820984,
      "computational_prediction_selected": "Benign",
      "computational_source_selected": "MetaRNN",
      "splice_score_selected": 0,
      "splice_prediction_selected": "Benign",
      "splice_source_selected": "max_spliceai",
      "revel_score": 0.08,
      "revel_prediction": "Benign",
      "alphamissense_score": 0.0738,
      "alphamissense_prediction": null,
      "bayesdelnoaf_score": -0.48,
      "bayesdelnoaf_prediction": "Benign",
      "phylop100way_score": 2.927,
      "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": 0,
      "acmg_classification": "Uncertain_significance",
      "acmg_criteria": "PM2,BP4_Moderate",
      "acmg_by_gene": [
        {
          "score": 0,
          "benign_score": 2,
          "pathogenic_score": 2,
          "criteria": [
            "PM2",
            "BP4_Moderate"
          ],
          "verdict": "Uncertain_significance",
          "transcript": "NM_007363.5",
          "gene_symbol": "NONO",
          "hgnc_id": 7871,
          "effects": [
            "missense_variant"
          ],
          "inheritance_mode": "XL",
          "hgvs_c": "c.104A>C",
          "hgvs_p": "p.Gln35Pro"
        }
      ],
      "clinvar_disease": "not provided",
      "clinvar_classification": "Uncertain significance",
      "clinvar_review_status": "criteria provided, single submitter",
      "clinvar_submissions_summary": "US:1",
      "phenotype_combined": "not provided",
      "pathogenicity_classification_combined": "Uncertain significance",
      "custom_annotations": null
    }
  ],
  "message": null
}
For research and educational, non-commercial use only. Not for clinical or diagnostic use. GeneBe does not provide medical advice. Data use for AI modeling is prohibited: if used, the cost is $0.001 per byte of downloaded uncompressed data.