← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: X-47181540-CTG-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=47181540&ref=CTG&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 47181540,
"ref": "CTG",
"alt": "C",
"effect": "frameshift_variant",
"transcript": "NM_001204468.2",
"consequences": [
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1473_1474delGT",
"hgvs_p": "p.Ser492fs",
"transcript": "NM_005676.5",
"protein_id": "NP_005667.2",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 930,
"cds_start": 1473,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 1863,
"cdna_end": null,
"cdna_length": 3397,
"mane_select": "ENST00000377604.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005676.5"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1473_1474delGT",
"hgvs_p": "p.Ser492fs",
"transcript": "ENST00000377604.8",
"protein_id": "ENSP00000366829.3",
"transcript_support_level": 1,
"aa_start": 491,
"aa_end": null,
"aa_length": 930,
"cds_start": 1473,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 1863,
"cdna_end": null,
"cdna_length": 3397,
"mane_select": "NM_005676.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377604.8"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1668_1669delGT",
"hgvs_p": "p.Ser557fs",
"transcript": "ENST00000329236.8",
"protein_id": "ENSP00000328848.8",
"transcript_support_level": 1,
"aa_start": 556,
"aa_end": null,
"aa_length": 995,
"cds_start": 1668,
"cds_end": null,
"cds_length": 2988,
"cdna_start": 1668,
"cdna_end": null,
"cdna_length": 3201,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000329236.8"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1239_1240delGT",
"hgvs_p": "p.Ser414fs",
"transcript": "ENST00000628161.2",
"protein_id": "ENSP00000486115.1",
"transcript_support_level": 1,
"aa_start": 413,
"aa_end": null,
"aa_length": 852,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 1571,
"cdna_end": null,
"cdna_length": 3105,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628161.2"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1668_1669delGT",
"hgvs_p": "p.Ser557fs",
"transcript": "NM_001204468.2",
"protein_id": "NP_001191397.1",
"transcript_support_level": null,
"aa_start": 556,
"aa_end": null,
"aa_length": 995,
"cds_start": 1668,
"cds_end": null,
"cds_length": 2988,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 3428,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204468.2"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1665_1666delGT",
"hgvs_p": "p.Ser556fs",
"transcript": "NM_001440861.1",
"protein_id": "NP_001427790.1",
"transcript_support_level": null,
"aa_start": 555,
"aa_end": null,
"aa_length": 994,
"cds_start": 1665,
"cds_end": null,
"cds_length": 2985,
"cdna_start": 1891,
"cdna_end": null,
"cdna_length": 3425,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440861.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1611_1612delGT",
"hgvs_p": "p.Ser538fs",
"transcript": "ENST00000916920.1",
"protein_id": "ENSP00000586979.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 976,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2931,
"cdna_start": 2713,
"cdna_end": null,
"cdna_length": 4247,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916920.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1611_1612delGT",
"hgvs_p": "p.Ser538fs",
"transcript": "ENST00000916922.1",
"protein_id": "ENSP00000586981.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 976,
"cds_start": 1611,
"cds_end": null,
"cds_length": 2931,
"cdna_start": 2468,
"cdna_end": null,
"cdna_length": 4002,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916922.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1608_1609delGT",
"hgvs_p": "p.Ser537fs",
"transcript": "ENST00000916921.1",
"protein_id": "ENSP00000586980.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 975,
"cds_start": 1608,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 2510,
"cdna_end": null,
"cdna_length": 4041,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916921.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1608_1609delGT",
"hgvs_p": "p.Ser537fs",
"transcript": "ENST00000916923.1",
"protein_id": "ENSP00000586982.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 975,
"cds_start": 1608,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 2006,
"cdna_end": null,
"cdna_length": 3541,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916923.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1608_1609delGT",
"hgvs_p": "p.Ser537fs",
"transcript": "ENST00000916926.1",
"protein_id": "ENSP00000586985.1",
"transcript_support_level": null,
"aa_start": 536,
"aa_end": null,
"aa_length": 975,
"cds_start": 1608,
"cds_end": null,
"cds_length": 2928,
"cdna_start": 2011,
"cdna_end": null,
"cdna_length": 3543,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916926.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1503_1504delGT",
"hgvs_p": "p.Ser502fs",
"transcript": "ENST00000864489.1",
"protein_id": "ENSP00000534548.1",
"transcript_support_level": null,
"aa_start": 501,
"aa_end": null,
"aa_length": 940,
"cds_start": 1503,
"cds_end": null,
"cds_length": 2823,
"cdna_start": 1893,
"cdna_end": null,
"cdna_length": 3427,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864489.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1500_1501delGT",
"hgvs_p": "p.Ser501fs",
"transcript": "ENST00000864491.1",
"protein_id": "ENSP00000534550.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 939,
"cds_start": 1500,
"cds_end": null,
"cds_length": 2820,
"cdna_start": 1852,
"cdna_end": null,
"cdna_length": 3386,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864491.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1500_1501delGT",
"hgvs_p": "p.Ser501fs",
"transcript": "ENST00000864492.1",
"protein_id": "ENSP00000534551.1",
"transcript_support_level": null,
"aa_start": 500,
"aa_end": null,
"aa_length": 939,
"cds_start": 1500,
"cds_end": null,
"cds_length": 2820,
"cdna_start": 1880,
"cdna_end": null,
"cdna_length": 3414,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864492.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1473_1474delGT",
"hgvs_p": "p.Ser492fs",
"transcript": "ENST00000864501.1",
"protein_id": "ENSP00000534560.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 930,
"cds_start": 1473,
"cds_end": null,
"cds_length": 2793,
"cdna_start": 1640,
"cdna_end": null,
"cdna_length": 3173,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864501.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "NM_001204467.2",
"protein_id": "NP_001191396.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 929,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2790,
"cdna_start": 1860,
"cdna_end": null,
"cdna_length": 3394,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204467.2"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000864483.1",
"protein_id": "ENSP00000534542.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 929,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2790,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 3166,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864483.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000864484.1",
"protein_id": "ENSP00000534543.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 929,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2790,
"cdna_start": 2598,
"cdna_end": null,
"cdna_length": 4132,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864484.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000864485.1",
"protein_id": "ENSP00000534544.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 929,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2790,
"cdna_start": 2333,
"cdna_end": null,
"cdna_length": 3868,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864485.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000864500.1",
"protein_id": "ENSP00000534559.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 929,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2790,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 3179,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864500.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000916927.1",
"protein_id": "ENSP00000586986.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 923,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2772,
"cdna_start": 1819,
"cdna_end": null,
"cdna_length": 3331,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916927.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1473_1474delGT",
"hgvs_p": "p.Ser492fs",
"transcript": "ENST00000864496.1",
"protein_id": "ENSP00000534555.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 921,
"cds_start": 1473,
"cds_end": null,
"cds_length": 2766,
"cdna_start": 1811,
"cdna_end": null,
"cdna_length": 3317,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864496.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1437_1438delGT",
"hgvs_p": "p.Ser480fs",
"transcript": "NM_001440862.1",
"protein_id": "NP_001427791.1",
"transcript_support_level": null,
"aa_start": 479,
"aa_end": null,
"aa_length": 918,
"cds_start": 1437,
"cds_end": null,
"cds_length": 2757,
"cdna_start": 1663,
"cdna_end": null,
"cdna_length": 3197,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440862.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1434_1435delGT",
"hgvs_p": "p.Ser479fs",
"transcript": "NM_001440863.1",
"protein_id": "NP_001427792.1",
"transcript_support_level": null,
"aa_start": 478,
"aa_end": null,
"aa_length": 917,
"cds_start": 1434,
"cds_end": null,
"cds_length": 2754,
"cdna_start": 1660,
"cdna_end": null,
"cdna_length": 3194,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440863.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1419_1420delGT",
"hgvs_p": "p.Ser474fs",
"transcript": "ENST00000864497.1",
"protein_id": "ENSP00000534556.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 912,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2739,
"cdna_start": 1757,
"cdna_end": null,
"cdna_length": 3289,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864497.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1419_1420delGT",
"hgvs_p": "p.Ser474fs",
"transcript": "ENST00000916928.1",
"protein_id": "ENSP00000586987.1",
"transcript_support_level": null,
"aa_start": 473,
"aa_end": null,
"aa_length": 912,
"cds_start": 1419,
"cds_end": null,
"cds_length": 2739,
"cdna_start": 1798,
"cdna_end": null,
"cdna_length": 3326,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916928.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1416_1417delGT",
"hgvs_p": "p.Ser473fs",
"transcript": "ENST00000864490.1",
"protein_id": "ENSP00000534549.1",
"transcript_support_level": null,
"aa_start": 472,
"aa_end": null,
"aa_length": 911,
"cds_start": 1416,
"cds_end": null,
"cds_length": 2736,
"cdna_start": 1806,
"cdna_end": null,
"cdna_length": 3340,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864490.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1401_1402delGT",
"hgvs_p": "p.Ser468fs",
"transcript": "ENST00000864488.1",
"protein_id": "ENSP00000534547.1",
"transcript_support_level": null,
"aa_start": 467,
"aa_end": null,
"aa_length": 906,
"cds_start": 1401,
"cds_end": null,
"cds_length": 2721,
"cdna_start": 1791,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864488.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1398_1399delGT",
"hgvs_p": "p.Ser467fs",
"transcript": "ENST00000916925.1",
"protein_id": "ENSP00000586984.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 905,
"cds_start": 1398,
"cds_end": null,
"cds_length": 2718,
"cdna_start": 1787,
"cdna_end": null,
"cdna_length": 3321,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916925.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1398_1399delGT",
"hgvs_p": "p.Ser467fs",
"transcript": "ENST00000967020.1",
"protein_id": "ENSP00000637079.1",
"transcript_support_level": null,
"aa_start": 466,
"aa_end": null,
"aa_length": 905,
"cds_start": 1398,
"cds_end": null,
"cds_length": 2718,
"cdna_start": 1781,
"cdna_end": null,
"cdna_length": 3311,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967020.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000916930.1",
"protein_id": "ENSP00000586989.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 881,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2646,
"cdna_start": 1784,
"cdna_end": null,
"cdna_length": 3173,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916930.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1323_1324delGT",
"hgvs_p": "p.Ser442fs",
"transcript": "ENST00000864495.1",
"protein_id": "ENSP00000534554.1",
"transcript_support_level": null,
"aa_start": 441,
"aa_end": null,
"aa_length": 880,
"cds_start": 1323,
"cds_end": null,
"cds_length": 2643,
"cdna_start": 1661,
"cdna_end": null,
"cdna_length": 3195,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864495.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1272_1273delGT",
"hgvs_p": "p.Ser425fs",
"transcript": "ENST00000967022.1",
"protein_id": "ENSP00000637081.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 863,
"cds_start": 1272,
"cds_end": null,
"cds_length": 2592,
"cdna_start": 1647,
"cdna_end": null,
"cdna_length": 3181,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967022.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1473_1474delGT",
"hgvs_p": "p.Ser492fs",
"transcript": "ENST00000967023.1",
"protein_id": "ENSP00000637082.1",
"transcript_support_level": null,
"aa_start": 491,
"aa_end": null,
"aa_length": 858,
"cds_start": 1473,
"cds_end": null,
"cds_length": 2577,
"cdna_start": 1818,
"cdna_end": null,
"cdna_length": 3135,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967023.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000916924.1",
"protein_id": "ENSP00000586983.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 857,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 1894,
"cdna_end": null,
"cdna_length": 3210,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916924.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1470_1471delGT",
"hgvs_p": "p.Ser491fs",
"transcript": "ENST00000967019.1",
"protein_id": "ENSP00000637078.1",
"transcript_support_level": null,
"aa_start": 490,
"aa_end": null,
"aa_length": 857,
"cds_start": 1470,
"cds_end": null,
"cds_length": 2574,
"cdna_start": 1822,
"cdna_end": null,
"cdna_length": 3140,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967019.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1242_1243delGT",
"hgvs_p": "p.Ser415fs",
"transcript": "NM_001204466.2",
"protein_id": "NP_001191395.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 853,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 1632,
"cdna_end": null,
"cdna_length": 3166,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204466.2"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1242_1243delGT",
"hgvs_p": "p.Ser415fs",
"transcript": "ENST00000345781.10",
"protein_id": "ENSP00000329659.6",
"transcript_support_level": 2,
"aa_start": 414,
"aa_end": null,
"aa_length": 853,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 1574,
"cdna_end": null,
"cdna_length": 3108,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345781.10"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1242_1243delGT",
"hgvs_p": "p.Ser415fs",
"transcript": "ENST00000864493.1",
"protein_id": "ENSP00000534552.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 853,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 1622,
"cdna_end": null,
"cdna_length": 3156,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864493.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1242_1243delGT",
"hgvs_p": "p.Ser415fs",
"transcript": "ENST00000864502.1",
"protein_id": "ENSP00000534561.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 853,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 1402,
"cdna_end": null,
"cdna_length": 2935,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864502.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1242_1243delGT",
"hgvs_p": "p.Ser415fs",
"transcript": "ENST00000967024.1",
"protein_id": "ENSP00000637083.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 853,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2562,
"cdna_start": 1499,
"cdna_end": null,
"cdna_length": 3029,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967024.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1239_1240delGT",
"hgvs_p": "p.Ser414fs",
"transcript": "NM_152856.3",
"protein_id": "NP_690595.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 852,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 1629,
"cdna_end": null,
"cdna_length": 3163,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152856.3"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1239_1240delGT",
"hgvs_p": "p.Ser414fs",
"transcript": "ENST00000864487.1",
"protein_id": "ENSP00000534546.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 852,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 1665,
"cdna_end": null,
"cdna_length": 3199,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864487.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1239_1240delGT",
"hgvs_p": "p.Ser414fs",
"transcript": "ENST00000916931.1",
"protein_id": "ENSP00000586990.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 852,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 1381,
"cdna_end": null,
"cdna_length": 2915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916931.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1239_1240delGT",
"hgvs_p": "p.Ser414fs",
"transcript": "ENST00000967025.1",
"protein_id": "ENSP00000637084.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 852,
"cds_start": 1239,
"cds_end": null,
"cds_length": 2559,
"cdna_start": 1271,
"cdna_end": null,
"cdna_length": 2803,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967025.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1053_1054delGT",
"hgvs_p": "p.Ser352fs",
"transcript": "ENST00000916929.1",
"protein_id": "ENSP00000586988.1",
"transcript_support_level": null,
"aa_start": 351,
"aa_end": null,
"aa_length": 790,
"cds_start": 1053,
"cds_end": null,
"cds_length": 2373,
"cdna_start": 1390,
"cdna_end": null,
"cdna_length": 2920,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916929.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1242_1243delGT",
"hgvs_p": "p.Ser415fs",
"transcript": "ENST00000864494.1",
"protein_id": "ENSP00000534553.1",
"transcript_support_level": null,
"aa_start": 414,
"aa_end": null,
"aa_length": 781,
"cds_start": 1242,
"cds_end": null,
"cds_length": 2346,
"cdna_start": 1591,
"cdna_end": null,
"cdna_length": 2909,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864494.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.888_889delGT",
"hgvs_p": "p.Ser297fs",
"transcript": "ENST00000864486.1",
"protein_id": "ENSP00000534545.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 735,
"cds_start": 888,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1656,
"cdna_end": null,
"cdna_length": 3190,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864486.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.888_889delGT",
"hgvs_p": "p.Ser297fs",
"transcript": "ENST00000967021.1",
"protein_id": "ENSP00000637080.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 735,
"cds_start": 888,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1268,
"cdna_end": null,
"cdna_length": 2801,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967021.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.657_658delGT",
"hgvs_p": "p.Ser220fs",
"transcript": "ENST00000864498.1",
"protein_id": "ENSP00000534557.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 658,
"cds_start": 657,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 1026,
"cdna_end": null,
"cdna_length": 2556,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864498.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.657_658delGT",
"hgvs_p": "p.Ser220fs",
"transcript": "ENST00000864499.1",
"protein_id": "ENSP00000534558.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 658,
"cds_start": 657,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 957,
"cdna_end": null,
"cdna_length": 2487,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864499.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1083_1084delGT",
"hgvs_p": "p.Ser362fs",
"transcript": "XM_047442551.1",
"protein_id": "XP_047298507.1",
"transcript_support_level": null,
"aa_start": 361,
"aa_end": null,
"aa_length": 800,
"cds_start": 1083,
"cds_end": null,
"cds_length": 2403,
"cdna_start": 1309,
"cdna_end": null,
"cdna_length": 2843,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442551.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.888_889delGT",
"hgvs_p": "p.Ser297fs",
"transcript": "XM_047442552.1",
"protein_id": "XP_047298508.1",
"transcript_support_level": null,
"aa_start": 296,
"aa_end": null,
"aa_length": 735,
"cds_start": 888,
"cds_end": null,
"cds_length": 2208,
"cdna_start": 1278,
"cdna_end": null,
"cdna_length": 2812,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442552.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.864_865delGT",
"hgvs_p": "p.Ser289fs",
"transcript": "XM_047442553.1",
"protein_id": "XP_047298509.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 727,
"cds_start": 864,
"cds_end": null,
"cds_length": 2184,
"cdna_start": 967,
"cdna_end": null,
"cdna_length": 2501,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442553.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.852_853delGT",
"hgvs_p": "p.Ser285fs",
"transcript": "XM_047442554.1",
"protein_id": "XP_047298510.1",
"transcript_support_level": null,
"aa_start": 284,
"aa_end": null,
"aa_length": 723,
"cds_start": 852,
"cds_end": null,
"cds_length": 2172,
"cdna_start": 1078,
"cdna_end": null,
"cdna_length": 2612,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442554.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.657_658delGT",
"hgvs_p": "p.Ser220fs",
"transcript": "XM_047442555.1",
"protein_id": "XP_047298511.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 658,
"cds_start": 657,
"cds_end": null,
"cds_length": 1977,
"cdna_start": 1047,
"cdna_end": null,
"cdna_length": 2581,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442555.1"
},
{
"aa_ref": "VS",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"frameshift_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.537_538delGT",
"hgvs_p": "p.Ser180fs",
"transcript": "XM_047442556.1",
"protein_id": "XP_047298512.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 618,
"cds_start": 537,
"cds_end": null,
"cds_length": 1857,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 2342,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442556.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "n.393_394delGT",
"hgvs_p": null,
"transcript": "ENST00000496012.6",
"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": 509,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000496012.6"
}
],
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"dbsnp": "rs1556779417",
"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": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 1.01,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": 12,
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5_Moderate",
"acmg_by_gene": [
{
"score": 12,
"benign_score": 0,
"pathogenic_score": 12,
"criteria": [
"PVS1",
"PM2",
"PP5_Moderate"
],
"verdict": "Pathogenic",
"transcript": "NM_001204468.2",
"gene_symbol": "RBM10",
"hgnc_id": 9896,
"effects": [
"frameshift_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.1668_1669delGT",
"hgvs_p": "p.Ser557fs"
}
],
"clinvar_disease": "Inborn genetic diseases",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "P:1",
"phenotype_combined": "Inborn genetic diseases",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}