← 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-47180249-A-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=X&pos=47180249&ref=A&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "X",
"pos": 47180249,
"ref": "A",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001204468.2",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "NM_005676.5",
"protein_id": "NP_005667.2",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 930,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000377604.8",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_005676.5"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "ENST00000377604.8",
"protein_id": "ENSP00000366829.3",
"transcript_support_level": 1,
"aa_start": 367,
"aa_end": null,
"aa_length": 930,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_005676.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000377604.8"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1295A>T",
"hgvs_p": "p.His432Leu",
"transcript": "ENST00000329236.8",
"protein_id": "ENSP00000328848.8",
"transcript_support_level": 1,
"aa_start": 432,
"aa_end": null,
"aa_length": 995,
"cds_start": 1295,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000329236.8"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.866A>T",
"hgvs_p": "p.His289Leu",
"transcript": "ENST00000628161.2",
"protein_id": "ENSP00000486115.1",
"transcript_support_level": 1,
"aa_start": 289,
"aa_end": null,
"aa_length": 852,
"cds_start": 866,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000628161.2"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1295A>T",
"hgvs_p": "p.His432Leu",
"transcript": "NM_001204468.2",
"protein_id": "NP_001191397.1",
"transcript_support_level": null,
"aa_start": 432,
"aa_end": null,
"aa_length": 995,
"cds_start": 1295,
"cds_end": null,
"cds_length": 2988,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204468.2"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1292A>T",
"hgvs_p": "p.His431Leu",
"transcript": "NM_001440861.1",
"protein_id": "NP_001427790.1",
"transcript_support_level": null,
"aa_start": 431,
"aa_end": null,
"aa_length": 994,
"cds_start": 1292,
"cds_end": null,
"cds_length": 2985,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440861.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1238A>T",
"hgvs_p": "p.His413Leu",
"transcript": "ENST00000916920.1",
"protein_id": "ENSP00000586979.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 976,
"cds_start": 1238,
"cds_end": null,
"cds_length": 2931,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916920.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1238A>T",
"hgvs_p": "p.His413Leu",
"transcript": "ENST00000916922.1",
"protein_id": "ENSP00000586981.1",
"transcript_support_level": null,
"aa_start": 413,
"aa_end": null,
"aa_length": 976,
"cds_start": 1238,
"cds_end": null,
"cds_length": 2931,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916922.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1235A>T",
"hgvs_p": "p.His412Leu",
"transcript": "ENST00000916921.1",
"protein_id": "ENSP00000586980.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 975,
"cds_start": 1235,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916921.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1235A>T",
"hgvs_p": "p.His412Leu",
"transcript": "ENST00000916923.1",
"protein_id": "ENSP00000586982.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 975,
"cds_start": 1235,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916923.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1235A>T",
"hgvs_p": "p.His412Leu",
"transcript": "ENST00000916926.1",
"protein_id": "ENSP00000586985.1",
"transcript_support_level": null,
"aa_start": 412,
"aa_end": null,
"aa_length": 975,
"cds_start": 1235,
"cds_end": null,
"cds_length": 2928,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916926.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "ENST00000864489.1",
"protein_id": "ENSP00000534548.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 940,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2823,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864489.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000864491.1",
"protein_id": "ENSP00000534550.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 939,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864491.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000864492.1",
"protein_id": "ENSP00000534551.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 939,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2820,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864492.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "ENST00000864501.1",
"protein_id": "ENSP00000534560.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 930,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2793,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864501.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "NM_001204467.2",
"protein_id": "NP_001191396.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 929,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204467.2"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000864483.1",
"protein_id": "ENSP00000534542.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 929,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864483.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000864484.1",
"protein_id": "ENSP00000534543.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 929,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864484.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000864485.1",
"protein_id": "ENSP00000534544.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 929,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864485.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000864500.1",
"protein_id": "ENSP00000534559.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 929,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2790,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864500.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000916927.1",
"protein_id": "ENSP00000586986.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 923,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2772,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916927.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "ENST00000864496.1",
"protein_id": "ENSP00000534555.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 921,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2766,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864496.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1064A>T",
"hgvs_p": "p.His355Leu",
"transcript": "NM_001440862.1",
"protein_id": "NP_001427791.1",
"transcript_support_level": null,
"aa_start": 355,
"aa_end": null,
"aa_length": 918,
"cds_start": 1064,
"cds_end": null,
"cds_length": 2757,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440862.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1061A>T",
"hgvs_p": "p.His354Leu",
"transcript": "NM_001440863.1",
"protein_id": "NP_001427792.1",
"transcript_support_level": null,
"aa_start": 354,
"aa_end": null,
"aa_length": 917,
"cds_start": 1061,
"cds_end": null,
"cds_length": 2754,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440863.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1046A>T",
"hgvs_p": "p.His349Leu",
"transcript": "ENST00000864497.1",
"protein_id": "ENSP00000534556.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 912,
"cds_start": 1046,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864497.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1046A>T",
"hgvs_p": "p.His349Leu",
"transcript": "ENST00000916928.1",
"protein_id": "ENSP00000586987.1",
"transcript_support_level": null,
"aa_start": 349,
"aa_end": null,
"aa_length": 912,
"cds_start": 1046,
"cds_end": null,
"cds_length": 2739,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916928.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1043A>T",
"hgvs_p": "p.His348Leu",
"transcript": "ENST00000864490.1",
"protein_id": "ENSP00000534549.1",
"transcript_support_level": null,
"aa_start": 348,
"aa_end": null,
"aa_length": 911,
"cds_start": 1043,
"cds_end": null,
"cds_length": 2736,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864490.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "ENST00000864488.1",
"protein_id": "ENSP00000534547.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 906,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2721,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864488.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000916925.1",
"protein_id": "ENSP00000586984.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 905,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916925.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000967020.1",
"protein_id": "ENSP00000637079.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 905,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2718,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967020.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000916930.1",
"protein_id": "ENSP00000586989.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 881,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2646,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916930.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "ENST00000967022.1",
"protein_id": "ENSP00000637081.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 863,
"cds_start": 869,
"cds_end": null,
"cds_length": 2592,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967022.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1100A>T",
"hgvs_p": "p.His367Leu",
"transcript": "ENST00000967023.1",
"protein_id": "ENSP00000637082.1",
"transcript_support_level": null,
"aa_start": 367,
"aa_end": null,
"aa_length": 858,
"cds_start": 1100,
"cds_end": null,
"cds_length": 2577,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967023.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000916924.1",
"protein_id": "ENSP00000586983.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 857,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916924.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1097A>T",
"hgvs_p": "p.His366Leu",
"transcript": "ENST00000967019.1",
"protein_id": "ENSP00000637078.1",
"transcript_support_level": null,
"aa_start": 366,
"aa_end": null,
"aa_length": 857,
"cds_start": 1097,
"cds_end": null,
"cds_length": 2574,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967019.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "NM_001204466.2",
"protein_id": "NP_001191395.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 853,
"cds_start": 869,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001204466.2"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "ENST00000345781.10",
"protein_id": "ENSP00000329659.6",
"transcript_support_level": 2,
"aa_start": 290,
"aa_end": null,
"aa_length": 853,
"cds_start": 869,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000345781.10"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "ENST00000864493.1",
"protein_id": "ENSP00000534552.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 853,
"cds_start": 869,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864493.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "ENST00000864502.1",
"protein_id": "ENSP00000534561.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 853,
"cds_start": 869,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864502.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "ENST00000967024.1",
"protein_id": "ENSP00000637083.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 853,
"cds_start": 869,
"cds_end": null,
"cds_length": 2562,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967024.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.866A>T",
"hgvs_p": "p.His289Leu",
"transcript": "NM_152856.3",
"protein_id": "NP_690595.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 852,
"cds_start": 866,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_152856.3"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.866A>T",
"hgvs_p": "p.His289Leu",
"transcript": "ENST00000864487.1",
"protein_id": "ENSP00000534546.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 852,
"cds_start": 866,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864487.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.866A>T",
"hgvs_p": "p.His289Leu",
"transcript": "ENST00000916931.1",
"protein_id": "ENSP00000586990.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 852,
"cds_start": 866,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916931.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.866A>T",
"hgvs_p": "p.His289Leu",
"transcript": "ENST00000967025.1",
"protein_id": "ENSP00000637084.1",
"transcript_support_level": null,
"aa_start": 289,
"aa_end": null,
"aa_length": 852,
"cds_start": 866,
"cds_end": null,
"cds_length": 2559,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967025.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.869A>T",
"hgvs_p": "p.His290Leu",
"transcript": "ENST00000864494.1",
"protein_id": "ENSP00000534553.1",
"transcript_support_level": null,
"aa_start": 290,
"aa_end": null,
"aa_length": 781,
"cds_start": 869,
"cds_end": null,
"cds_length": 2346,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864494.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.491A>T",
"hgvs_p": "p.His164Leu",
"transcript": "XM_047442553.1",
"protein_id": "XP_047298509.1",
"transcript_support_level": null,
"aa_start": 164,
"aa_end": null,
"aa_length": 727,
"cds_start": 491,
"cds_end": null,
"cds_length": 2184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442553.1"
},
{
"aa_ref": "H",
"aa_alt": "L",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.164A>T",
"hgvs_p": "p.His55Leu",
"transcript": "XM_047442556.1",
"protein_id": "XP_047298512.1",
"transcript_support_level": null,
"aa_start": 55,
"aa_end": null,
"aa_length": 618,
"cds_start": 164,
"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": "XM_047442556.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": 23,
"intron_rank": 10,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.1031-190A>T",
"hgvs_p": null,
"transcript": "ENST00000864495.1",
"protein_id": "ENSP00000534554.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 880,
"cds_start": null,
"cds_end": null,
"cds_length": 2643,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864495.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": 21,
"intron_rank": 9,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.828+212A>T",
"hgvs_p": null,
"transcript": "ENST00000916929.1",
"protein_id": "ENSP00000586988.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 790,
"cds_start": null,
"cds_end": null,
"cds_length": 2373,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000916929.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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.664-966A>T",
"hgvs_p": null,
"transcript": "ENST00000864486.1",
"protein_id": "ENSP00000534545.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 735,
"cds_start": null,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864486.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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.664-966A>T",
"hgvs_p": null,
"transcript": "ENST00000967021.1",
"protein_id": "ENSP00000637080.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 735,
"cds_start": null,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000967021.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": 6,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.433-966A>T",
"hgvs_p": null,
"transcript": "ENST00000864498.1",
"protein_id": "ENSP00000534557.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 658,
"cds_start": null,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864498.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": 6,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.433-966A>T",
"hgvs_p": null,
"transcript": "ENST00000864499.1",
"protein_id": "ENSP00000534558.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 658,
"cds_start": null,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000864499.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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.859-966A>T",
"hgvs_p": null,
"transcript": "XM_047442551.1",
"protein_id": "XP_047298507.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 800,
"cds_start": null,
"cds_end": null,
"cds_length": 2403,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442551.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": 19,
"intron_rank": 7,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.664-966A>T",
"hgvs_p": null,
"transcript": "XM_047442552.1",
"protein_id": "XP_047298508.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 735,
"cds_start": null,
"cds_end": null,
"cds_length": 2208,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442552.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": 6,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.628-966A>T",
"hgvs_p": null,
"transcript": "XM_047442554.1",
"protein_id": "XP_047298510.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 723,
"cds_start": null,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442554.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": 6,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "c.433-966A>T",
"hgvs_p": null,
"transcript": "XM_047442555.1",
"protein_id": "XP_047298511.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 658,
"cds_start": null,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047442555.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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "n.475A>T",
"hgvs_p": null,
"transcript": "ENST00000478410.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000478410.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"hgvs_c": "n.169-966A>T",
"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": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000496012.6"
}
],
"gene_symbol": "RBM10",
"gene_hgnc_id": 9896,
"dbsnp": "rs1556778373",
"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.28961634635925293,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.071,
"revel_prediction": "Benign",
"alphamissense_score": 0.2933,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.6,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 5.085,
"phylop100way_prediction": "Uncertain_significance",
"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": 1,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4",
"acmg_by_gene": [
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001204468.2",
"gene_symbol": "RBM10",
"hgnc_id": 9896,
"effects": [
"missense_variant"
],
"inheritance_mode": "XL",
"hgvs_c": "c.1295A>T",
"hgvs_p": "p.His432Leu"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}