← 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-71290763-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=71290763&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 71290763,
"ref": "T",
"alt": "C",
"effect": "synonymous_variant",
"transcript": "NM_007363.5",
"consequences": [
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "NM_007363.5",
"protein_id": "NP_031389.3",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000276079.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_007363.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000276079.13",
"protein_id": "ENSP00000276079.8",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_007363.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000276079.13"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000373856.8",
"protein_id": "ENSP00000362963.4",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 515,
"cds_start": 126,
"cds_end": null,
"cds_length": 1548,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373856.8"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000373841.5",
"protein_id": "ENSP00000362947.1",
"transcript_support_level": 1,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000373841.5"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000678830.1",
"protein_id": "ENSP00000504263.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 501,
"cds_start": 126,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678830.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936531.1",
"protein_id": "ENSP00000606590.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 501,
"cds_start": 126,
"cds_end": null,
"cds_length": 1506,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936531.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000959800.1",
"protein_id": "ENSP00000629859.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 479,
"cds_start": 126,
"cds_end": null,
"cds_length": 1440,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959800.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000678660.1",
"protein_id": "ENSP00000504665.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 476,
"cds_start": 126,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678660.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000861758.1",
"protein_id": "ENSP00000531817.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 476,
"cds_start": 126,
"cds_end": null,
"cds_length": 1431,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861758.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "NM_001145408.2",
"protein_id": "NP_001138880.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145408.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "NM_001145409.2",
"protein_id": "NP_001138881.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145409.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000420903.6",
"protein_id": "ENSP00000410299.2",
"transcript_support_level": 3,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000420903.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000450092.6",
"protein_id": "ENSP00000415777.2",
"transcript_support_level": 5,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000450092.6"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000454976.2",
"protein_id": "ENSP00000406673.2",
"transcript_support_level": 4,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000454976.2"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000677274.1",
"protein_id": "ENSP00000504314.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677274.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000677446.1",
"protein_id": "ENSP00000503031.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677446.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000677612.1",
"protein_id": "ENSP00000504351.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677612.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000678231.1",
"protein_id": "ENSP00000503233.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678231.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000861754.1",
"protein_id": "ENSP00000531813.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861754.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000861756.1",
"protein_id": "ENSP00000531815.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861756.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000861757.1",
"protein_id": "ENSP00000531816.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861757.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936524.1",
"protein_id": "ENSP00000606583.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936524.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936525.1",
"protein_id": "ENSP00000606584.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936525.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936526.1",
"protein_id": "ENSP00000606585.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936526.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936527.1",
"protein_id": "ENSP00000606586.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936527.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936528.1",
"protein_id": "ENSP00000606587.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936528.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936529.1",
"protein_id": "ENSP00000606588.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936529.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936530.1",
"protein_id": "ENSP00000606589.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936530.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936532.1",
"protein_id": "ENSP00000606591.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936532.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936533.1",
"protein_id": "ENSP00000606592.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936533.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936534.1",
"protein_id": "ENSP00000606593.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936534.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936535.1",
"protein_id": "ENSP00000606594.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936535.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000959799.1",
"protein_id": "ENSP00000629858.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 471,
"cds_start": 126,
"cds_end": null,
"cds_length": 1416,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959799.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000678437.1",
"protein_id": "ENSP00000504007.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 468,
"cds_start": 126,
"cds_end": null,
"cds_length": 1407,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000678437.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000959801.1",
"protein_id": "ENSP00000629860.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 461,
"cds_start": 126,
"cds_end": null,
"cds_length": 1386,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959801.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000861755.1",
"protein_id": "ENSP00000531814.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 454,
"cds_start": 126,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000861755.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000936536.1",
"protein_id": "ENSP00000606595.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 454,
"cds_start": 126,
"cds_end": null,
"cds_length": 1365,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000936536.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000677879.1",
"protein_id": "ENSP00000504090.1",
"transcript_support_level": null,
"aa_start": 42,
"aa_end": null,
"aa_length": 411,
"cds_start": 126,
"cds_end": null,
"cds_length": 1236,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677879.1"
},
{
"aa_ref": "P",
"aa_alt": "P",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"synonymous_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.126T>C",
"hgvs_p": "p.Pro42Pro",
"transcript": "ENST00000413858.5",
"protein_id": "ENSP00000413350.1",
"transcript_support_level": 3,
"aa_start": 42,
"aa_end": null,
"aa_length": 246,
"cds_start": 126,
"cds_end": null,
"cds_length": 743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"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.-142T>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": null,
"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-1016T>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": null,
"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-1016T>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": null,
"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.251T>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": null,
"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.304T>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": null,
"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.220T>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": null,
"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.304T>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": null,
"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.304T>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": null,
"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.126T>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": null,
"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.393T>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": null,
"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.126T>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": null,
"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.304T>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": null,
"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.304T>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": null,
"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.251T>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": null,
"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.304T>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": null,
"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.126T>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": null,
"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.126T>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": null,
"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.213T>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": null,
"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.301T>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": null,
"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.304T>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": null,
"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+6357T>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": null,
"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+7042T>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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000474431.5"
}
],
"gene_symbol": "NONO",
"gene_hgnc_id": 7871,
"dbsnp": "rs996588311",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.6100000143051147,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.61,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.301,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -5,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -5,
"benign_score": 7,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Likely_benign",
"transcript": "NM_007363.5",
"gene_symbol": "NONO",
"hgnc_id": 7871,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.126T>C",
"hgvs_p": "p.Pro42Pro"
}
],
"clinvar_disease": "not provided",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not provided",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}