← 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: 22-29292643-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=22&pos=29292643&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "22",
"pos": 29292643,
"ref": "T",
"alt": "C",
"effect": "intron_variant",
"transcript": "NM_001438500.1",
"consequences": [
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_005243.4",
"protein_id": "NP_005234.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000397938.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005243.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000397938.7",
"protein_id": "ENSP00000381031.2",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005243.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000397938.7"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000406548.5",
"protein_id": "ENSP00000385726.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": null,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000406548.5"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1056+37T>C",
"hgvs_p": null,
"transcript": "ENST00000332050.10",
"protein_id": "ENSP00000330896.7",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 620,
"cds_start": null,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332050.10"
},
{
"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": 12,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "n.6114+37T>C",
"hgvs_p": null,
"transcript": "ENST00000479135.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000479135.5"
},
{
"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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1182+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959983.1",
"protein_id": "ENSP00000630042.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 675,
"cds_start": null,
"cds_end": null,
"cds_length": 2028,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959983.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889504.1",
"protein_id": "ENSP00000559563.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 674,
"cds_start": null,
"cds_end": null,
"cds_length": 2025,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889504.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "NM_001438500.1",
"protein_id": "NP_001425429.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 670,
"cds_start": null,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438500.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438528.1",
"protein_id": "NP_001425457.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438528.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438530.1",
"protein_id": "NP_001425459.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438530.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889476.1",
"protein_id": "ENSP00000559535.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 669,
"cds_start": null,
"cds_end": null,
"cds_length": 2010,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889476.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "NM_001438531.1",
"protein_id": "NP_001425460.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": null,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438531.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889472.1",
"protein_id": "ENSP00000559531.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 668,
"cds_start": null,
"cds_end": null,
"cds_length": 2007,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889472.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1158+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959986.1",
"protein_id": "ENSP00000630045.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 667,
"cds_start": null,
"cds_end": null,
"cds_length": 2004,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959986.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925322.1",
"protein_id": "ENSP00000595381.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 666,
"cds_start": null,
"cds_end": null,
"cds_length": 2001,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925322.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925319.1",
"protein_id": "ENSP00000595378.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 665,
"cds_start": null,
"cds_end": null,
"cds_length": 1998,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925319.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1185+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925330.1",
"protein_id": "ENSP00000595389.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 663,
"cds_start": null,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925330.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1182+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889477.1",
"protein_id": "ENSP00000559536.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 662,
"cds_start": null,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889477.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1182+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889509.1",
"protein_id": "ENSP00000559568.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 662,
"cds_start": null,
"cds_end": null,
"cds_length": 1989,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889509.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "NM_013986.4",
"protein_id": "NP_053733.2",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_013986.4"
},
{
"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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000414183.6",
"protein_id": "ENSP00000400142.2",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000414183.6"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889473.1",
"protein_id": "ENSP00000559532.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889473.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889482.1",
"protein_id": "ENSP00000559541.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 661,
"cds_start": null,
"cds_end": null,
"cds_length": 1986,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889482.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1176+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889483.1",
"protein_id": "ENSP00000559542.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 660,
"cds_start": null,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889483.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1173+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889513.1",
"protein_id": "ENSP00000559572.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 659,
"cds_start": null,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889513.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "NM_001438532.1",
"protein_id": "NP_001425461.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 657,
"cds_start": null,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438532.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438535.1",
"protein_id": "NP_001425464.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 656,
"cds_start": null,
"cds_end": null,
"cds_length": 1971,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438535.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "NM_001163285.2",
"protein_id": "NP_001156757.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": null,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163285.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889502.1",
"protein_id": "ENSP00000559561.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": null,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889502.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959978.1",
"protein_id": "ENSP00000630037.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 655,
"cds_start": null,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959978.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1158+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889494.1",
"protein_id": "ENSP00000559552.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 654,
"cds_start": null,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889494.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889497.1",
"protein_id": "ENSP00000559556.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 654,
"cds_start": null,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889497.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1158+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925320.1",
"protein_id": "ENSP00000595379.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 654,
"cds_start": null,
"cds_end": null,
"cds_length": 1965,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925320.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "NM_001438536.1",
"protein_id": "NP_001425465.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 653,
"cds_start": null,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438536.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889495.1",
"protein_id": "ENSP00000559554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 653,
"cds_start": null,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889495.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438539.1",
"protein_id": "NP_001425468.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 652,
"cds_start": null,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438539.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1152+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889499.1",
"protein_id": "ENSP00000559558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 652,
"cds_start": null,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889499.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "NM_001438540.1",
"protein_id": "NP_001425469.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 651,
"cds_start": null,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438540.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1149+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889485.1",
"protein_id": "ENSP00000559544.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 651,
"cds_start": null,
"cds_end": null,
"cds_length": 1956,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889485.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889491.1",
"protein_id": "ENSP00000559550.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 650,
"cds_start": null,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889491.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1182+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889506.1",
"protein_id": "ENSP00000559565.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 645,
"cds_start": null,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889506.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959984.1",
"protein_id": "ENSP00000630043.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 644,
"cds_start": null,
"cds_end": null,
"cds_length": 1935,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959984.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "NM_001438541.1",
"protein_id": "NP_001425470.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 640,
"cds_start": null,
"cds_end": null,
"cds_length": 1923,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438541.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438542.1",
"protein_id": "NP_001425471.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438542.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889479.1",
"protein_id": "ENSP00000559538.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889479.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "NM_001438543.1",
"protein_id": "NP_001425472.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 638,
"cds_start": null,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438543.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889471.1",
"protein_id": "ENSP00000559530.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 638,
"cds_start": null,
"cds_end": null,
"cds_length": 1917,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889471.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1059+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925329.1",
"protein_id": "ENSP00000595388.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 634,
"cds_start": null,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925329.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1095+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889481.1",
"protein_id": "ENSP00000559540.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 633,
"cds_start": null,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889481.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1089+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889510.1",
"protein_id": "ENSP00000559569.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 631,
"cds_start": null,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889510.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1050+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925328.1",
"protein_id": "ENSP00000595387.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 631,
"cds_start": null,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925328.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925323.1",
"protein_id": "ENSP00000595382.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925323.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889514.1",
"protein_id": "ENSP00000559573.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 627,
"cds_start": null,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889514.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": 18,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1077+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959987.1",
"protein_id": "ENSP00000630046.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 627,
"cds_start": null,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959987.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1062+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925325.1",
"protein_id": "ENSP00000595384.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 622,
"cds_start": null,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925325.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": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1182+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889487.1",
"protein_id": "ENSP00000559546.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 621,
"cds_start": null,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889487.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1059+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889492.1",
"protein_id": "ENSP00000559551.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 621,
"cds_start": null,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889492.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1059+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925324.1",
"protein_id": "ENSP00000595383.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 621,
"cds_start": null,
"cds_end": null,
"cds_length": 1866,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925324.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": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959977.1",
"protein_id": "ENSP00000630036.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 620,
"cds_start": null,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959977.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": 17,
"intron_rank": 12,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1179+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959979.1",
"protein_id": "ENSP00000630038.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 620,
"cds_start": null,
"cds_end": null,
"cds_length": 1863,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959979.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1014+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959990.1",
"protein_id": "ENSP00000630049.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 619,
"cds_start": null,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959990.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1050+37T>C",
"hgvs_p": null,
"transcript": "ENST00000331029.11",
"protein_id": "ENSP00000330516.7",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 618,
"cds_start": null,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000331029.11"
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "NM_001438544.1",
"protein_id": "NP_001425473.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 616,
"cds_start": null,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438544.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438545.1",
"protein_id": "NP_001425474.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 615,
"cds_start": null,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438545.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438546.1",
"protein_id": "NP_001425475.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 615,
"cds_start": null,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438546.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889474.1",
"protein_id": "ENSP00000559533.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 615,
"cds_start": null,
"cds_end": null,
"cds_length": 1848,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889474.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "NM_001438547.1",
"protein_id": "NP_001425476.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438547.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889478.1",
"protein_id": "ENSP00000559537.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889478.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1038+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959988.1",
"protein_id": "ENSP00000630047.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959988.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "NM_001438548.1",
"protein_id": "NP_001425477.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 613,
"cds_start": null,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438548.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.993+37T>C",
"hgvs_p": null,
"transcript": "NM_001438549.1",
"protein_id": "NP_001425478.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": null,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438549.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "NM_001438550.1",
"protein_id": "NP_001425479.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438550.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925333.1",
"protein_id": "ENSP00000595392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 611,
"cds_start": null,
"cds_end": null,
"cds_length": 1836,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925333.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889500.1",
"protein_id": "ENSP00000559559.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 610,
"cds_start": null,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889500.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1014+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889475.1",
"protein_id": "ENSP00000559534.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": null,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889475.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1014+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889484.1",
"protein_id": "ENSP00000559543.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": null,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889484.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1014+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959989.1",
"protein_id": "ENSP00000630048.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 606,
"cds_start": null,
"cds_end": null,
"cds_length": 1821,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959989.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1011+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889488.1",
"protein_id": "ENSP00000559547.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": null,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889488.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1011+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889511.1",
"protein_id": "ENSP00000559570.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": null,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889511.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1011+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959982.1",
"protein_id": "ENSP00000630041.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 605,
"cds_start": null,
"cds_end": null,
"cds_length": 1818,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959982.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1008+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959985.1",
"protein_id": "ENSP00000630044.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 604,
"cds_start": null,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959985.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.963+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959981.1",
"protein_id": "ENSP00000630040.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 602,
"cds_start": null,
"cds_end": null,
"cds_length": 1809,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959981.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.999+37T>C",
"hgvs_p": null,
"transcript": "NM_001438551.1",
"protein_id": "NP_001425480.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": null,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438551.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.999+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889489.1",
"protein_id": "ENSP00000559548.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 601,
"cds_start": null,
"cds_end": null,
"cds_length": 1806,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889489.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "NM_001163286.2",
"protein_id": "NP_001156758.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": null,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001163286.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "NM_001438553.1",
"protein_id": "NP_001425482.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": null,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438553.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "ENST00000332035.10",
"protein_id": "ENSP00000331699.6",
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": null,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000332035.10"
},
{
"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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889486.1",
"protein_id": "ENSP00000559545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 600,
"cds_start": null,
"cds_end": null,
"cds_length": 1803,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889486.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.993+37T>C",
"hgvs_p": null,
"transcript": "NM_001438554.1",
"protein_id": "NP_001425483.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438554.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889490.1",
"protein_id": "ENSP00000559549.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 598,
"cds_start": null,
"cds_end": null,
"cds_length": 1797,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889490.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "NM_001438555.1",
"protein_id": "NP_001425484.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 597,
"cds_start": null,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438555.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889512.1",
"protein_id": "ENSP00000559571.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 597,
"cds_start": null,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889512.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "NM_001438556.1",
"protein_id": "NP_001425485.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 596,
"cds_start": null,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438556.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "NM_001438557.1",
"protein_id": "NP_001425486.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 596,
"cds_start": null,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438557.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925321.1",
"protein_id": "ENSP00000595380.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 596,
"cds_start": null,
"cds_end": null,
"cds_length": 1791,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925321.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.963+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959976.1",
"protein_id": "ENSP00000630035.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 589,
"cds_start": null,
"cds_end": null,
"cds_length": 1770,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959976.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.948+37T>C",
"hgvs_p": null,
"transcript": "NM_001438463.1",
"protein_id": "NP_001425392.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 584,
"cds_start": null,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438463.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.948+37T>C",
"hgvs_p": null,
"transcript": "ENST00000629659.2",
"protein_id": "ENSP00000486709.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 584,
"cds_start": null,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000629659.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": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.948+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925334.1",
"protein_id": "ENSP00000595393.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 584,
"cds_start": null,
"cds_end": null,
"cds_length": 1755,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925334.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "NM_001438558.1",
"protein_id": "NP_001425487.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438558.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889480.1",
"protein_id": "ENSP00000559539.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889480.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.993+37T>C",
"hgvs_p": null,
"transcript": "NM_001438559.1",
"protein_id": "NP_001425488.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 582,
"cds_start": null,
"cds_end": null,
"cds_length": 1749,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438559.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "NM_001438560.1",
"protein_id": "NP_001425489.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 579,
"cds_start": null,
"cds_end": null,
"cds_length": 1740,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438560.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "NM_001438561.1",
"protein_id": "NP_001425490.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438561.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959980.1",
"protein_id": "ENSP00000630039.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 566,
"cds_start": null,
"cds_end": null,
"cds_length": 1701,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959980.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.888+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959991.1",
"protein_id": "ENSP00000630050.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 564,
"cds_start": null,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959991.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": 15,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.993+37T>C",
"hgvs_p": null,
"transcript": "NM_001438562.1",
"protein_id": "NP_001425491.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 558,
"cds_start": null,
"cds_end": null,
"cds_length": 1677,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438562.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": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925326.1",
"protein_id": "ENSP00000595385.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925326.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": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.777+37T>C",
"hgvs_p": null,
"transcript": "NM_001438563.1",
"protein_id": "NP_001425492.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001438563.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": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.777+37T>C",
"hgvs_p": null,
"transcript": "ENST00000959975.1",
"protein_id": "ENSP00000630034.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 527,
"cds_start": null,
"cds_end": null,
"cds_length": 1584,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959975.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": 12,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.794-5184T>C",
"hgvs_p": null,
"transcript": "ENST00000925332.1",
"protein_id": "ENSP00000595391.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 489,
"cds_start": null,
"cds_end": null,
"cds_length": 1470,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925332.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": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.600+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889507.1",
"protein_id": "ENSP00000559566.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 481,
"cds_start": null,
"cds_end": null,
"cds_length": 1446,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889507.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": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.603+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889508.1",
"protein_id": "ENSP00000559567.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 469,
"cds_start": null,
"cds_end": null,
"cds_length": 1410,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889508.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": 14,
"intron_rank": 8,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.600+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925331.1",
"protein_id": "ENSP00000595390.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 468,
"cds_start": null,
"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": "ENST00000925331.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": 9,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.165+37T>C",
"hgvs_p": null,
"transcript": "ENST00000889505.1",
"protein_id": "ENSP00000559564.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 323,
"cds_start": null,
"cds_end": null,
"cds_length": 972,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889505.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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.129+37T>C",
"hgvs_p": null,
"transcript": "ENST00000360091.3",
"protein_id": "ENSP00000353204.3",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 307,
"cds_start": null,
"cds_end": null,
"cds_length": 924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000360091.3"
},
{
"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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.132+37T>C",
"hgvs_p": null,
"transcript": "ENST00000925327.1",
"protein_id": "ENSP00000595386.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 295,
"cds_start": null,
"cds_end": null,
"cds_length": 888,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000925327.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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "XM_017028646.3",
"protein_id": "XP_016884135.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 652,
"cds_start": null,
"cds_end": null,
"cds_length": 1959,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028646.3"
},
{
"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": 17,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "XM_047441187.1",
"protein_id": "XP_047297143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 639,
"cds_start": null,
"cds_end": null,
"cds_length": 1920,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441187.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "XM_017028649.3",
"protein_id": "XP_016884138.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 629,
"cds_start": null,
"cds_end": null,
"cds_length": 1890,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028649.3"
},
{
"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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1164+37T>C",
"hgvs_p": null,
"transcript": "XM_047441188.1",
"protein_id": "XP_047297144.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 628,
"cds_start": null,
"cds_end": null,
"cds_length": 1887,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441188.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1161+37T>C",
"hgvs_p": null,
"transcript": "XM_047441189.1",
"protein_id": "XP_047297145.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 627,
"cds_start": null,
"cds_end": null,
"cds_length": 1884,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441189.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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.999+37T>C",
"hgvs_p": null,
"transcript": "XM_011530001.3",
"protein_id": "XP_011528303.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 614,
"cds_start": null,
"cds_end": null,
"cds_length": 1845,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530001.3"
},
{
"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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "XM_017028654.2",
"protein_id": "XP_016884143.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 613,
"cds_start": null,
"cds_end": null,
"cds_length": 1842,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017028654.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "XM_047441190.1",
"protein_id": "XP_047297146.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 612,
"cds_start": null,
"cds_end": null,
"cds_length": 1839,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441190.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": 16,
"intron_rank": 11,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null,
"transcript": "XM_047441192.1",
"protein_id": "XP_047297148.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441192.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.948+37T>C",
"hgvs_p": null,
"transcript": "XM_011530002.4",
"protein_id": "XP_011528304.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 597,
"cds_start": null,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011530002.4"
},
{
"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": 16,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.996+37T>C",
"hgvs_p": null,
"transcript": "XM_047441197.1",
"protein_id": "XP_047297153.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 583,
"cds_start": null,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441197.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": 15,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.948+37T>C",
"hgvs_p": null,
"transcript": "XM_024452180.2",
"protein_id": "XP_024307948.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 580,
"cds_start": null,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024452180.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": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.948+37T>C",
"hgvs_p": null,
"transcript": "XM_047441199.1",
"protein_id": "XP_047297155.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 543,
"cds_start": null,
"cds_end": null,
"cds_length": 1632,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441199.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": 14,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "c.945+37T>C",
"hgvs_p": null,
"transcript": "XM_047441200.1",
"protein_id": "XP_047297156.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 542,
"cds_start": null,
"cds_end": null,
"cds_length": 1629,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047441200.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": 8,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "n.1459+37T>C",
"hgvs_p": null,
"transcript": "ENST00000469669.5",
"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": "ENST00000469669.5"
},
{
"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": 7,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"hgvs_c": "n.360+37T>C",
"hgvs_p": null,
"transcript": "ENST00000483629.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": "retained_intron",
"feature": "ENST00000483629.5"
}
],
"gene_symbol": "EWSR1",
"gene_hgnc_id": 3508,
"dbsnp": "rs3761426",
"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.8100000023841858,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.81,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.508,
"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": -2,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM2,BP4_Strong",
"acmg_by_gene": [
{
"score": -2,
"benign_score": 4,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong"
],
"verdict": "Likely_benign",
"transcript": "NM_001438500.1",
"gene_symbol": "EWSR1",
"hgnc_id": 3508,
"effects": [
"intron_variant"
],
"inheritance_mode": "Unknown,AD",
"hgvs_c": "c.1167+37T>C",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}