← 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: 12-10704066-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=10704066&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "12",
"pos": 10704066,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_003651.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "NM_003651.5",
"protein_id": "NP_003642.3",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 372,
"cds_start": 863,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000228251.9",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_003651.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000228251.9",
"protein_id": "ENSP00000228251.4",
"transcript_support_level": 1,
"aa_start": 288,
"aa_end": null,
"aa_length": 372,
"cds_start": 863,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_003651.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000228251.9"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000279550.11",
"protein_id": "ENSP00000279550.7",
"transcript_support_level": 1,
"aa_start": 219,
"aa_end": null,
"aa_length": 303,
"cds_start": 656,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000279550.11"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000955210.1",
"protein_id": "ENSP00000625269.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 437,
"cds_start": 863,
"cds_end": null,
"cds_length": 1314,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955210.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.896G>A",
"hgvs_p": "p.Arg299His",
"transcript": "ENST00000955208.1",
"protein_id": "ENSP00000625267.1",
"transcript_support_level": null,
"aa_start": 299,
"aa_end": null,
"aa_length": 382,
"cds_start": 896,
"cds_end": null,
"cds_length": 1149,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955208.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.881G>A",
"hgvs_p": "p.Arg294His",
"transcript": "ENST00000895014.1",
"protein_id": "ENSP00000565073.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 378,
"cds_start": 881,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895014.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.881G>A",
"hgvs_p": "p.Arg294His",
"transcript": "ENST00000955211.1",
"protein_id": "ENSP00000625270.1",
"transcript_support_level": null,
"aa_start": 294,
"aa_end": null,
"aa_length": 378,
"cds_start": 881,
"cds_end": null,
"cds_length": 1137,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955211.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000895017.1",
"protein_id": "ENSP00000565076.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 372,
"cds_start": 863,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895017.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000895018.1",
"protein_id": "ENSP00000565077.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 372,
"cds_start": 863,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895018.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000932591.1",
"protein_id": "ENSP00000602650.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 372,
"cds_start": 863,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932591.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000895012.1",
"protein_id": "ENSP00000565071.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 371,
"cds_start": 863,
"cds_end": null,
"cds_length": 1116,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895012.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000932592.1",
"protein_id": "ENSP00000602651.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 370,
"cds_start": 863,
"cds_end": null,
"cds_length": 1113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932592.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000895010.1",
"protein_id": "ENSP00000565069.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 369,
"cds_start": 863,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895010.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.854G>A",
"hgvs_p": "p.Arg285His",
"transcript": "ENST00000955209.1",
"protein_id": "ENSP00000625268.1",
"transcript_support_level": null,
"aa_start": 285,
"aa_end": null,
"aa_length": 369,
"cds_start": 854,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955209.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "ENST00000895015.1",
"protein_id": "ENSP00000565074.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 368,
"cds_start": 863,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895015.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000955212.1",
"protein_id": "ENSP00000625271.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 368,
"cds_start": 656,
"cds_end": null,
"cds_length": 1107,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955212.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.833G>A",
"hgvs_p": "p.Arg278His",
"transcript": "ENST00000932594.1",
"protein_id": "ENSP00000602653.1",
"transcript_support_level": null,
"aa_start": 278,
"aa_end": null,
"aa_length": 362,
"cds_start": 833,
"cds_end": null,
"cds_length": 1089,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932594.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.755G>A",
"hgvs_p": "p.Arg252His",
"transcript": "ENST00000955215.1",
"protein_id": "ENSP00000625274.1",
"transcript_support_level": null,
"aa_start": 252,
"aa_end": null,
"aa_length": 336,
"cds_start": 755,
"cds_end": null,
"cds_length": 1011,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955215.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.740G>A",
"hgvs_p": "p.Arg247His",
"transcript": "ENST00000955201.1",
"protein_id": "ENSP00000625260.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 331,
"cds_start": 740,
"cds_end": null,
"cds_length": 996,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955201.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.740G>A",
"hgvs_p": "p.Arg247His",
"transcript": "ENST00000955202.1",
"protein_id": "ENSP00000625261.1",
"transcript_support_level": null,
"aa_start": 247,
"aa_end": null,
"aa_length": 330,
"cds_start": 740,
"cds_end": null,
"cds_length": 993,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955202.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.689G>A",
"hgvs_p": "p.Arg230His",
"transcript": "ENST00000955206.1",
"protein_id": "ENSP00000625265.1",
"transcript_support_level": null,
"aa_start": 230,
"aa_end": null,
"aa_length": 314,
"cds_start": 689,
"cds_end": null,
"cds_length": 945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955206.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "NM_001145426.2",
"protein_id": "NP_001138898.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 303,
"cds_start": 656,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145426.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000932593.1",
"protein_id": "ENSP00000602652.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 303,
"cds_start": 656,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000932593.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000955203.1",
"protein_id": "ENSP00000625262.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 303,
"cds_start": 656,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955203.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000955205.1",
"protein_id": "ENSP00000625264.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 303,
"cds_start": 656,
"cds_end": null,
"cds_length": 912,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955205.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000895013.1",
"protein_id": "ENSP00000565072.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 302,
"cds_start": 656,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895013.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000955207.1",
"protein_id": "ENSP00000625266.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 302,
"cds_start": 656,
"cds_end": null,
"cds_length": 909,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955207.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000955204.1",
"protein_id": "ENSP00000625263.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 301,
"cds_start": 656,
"cds_end": null,
"cds_length": 906,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955204.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000895011.1",
"protein_id": "ENSP00000565070.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 300,
"cds_start": 656,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895011.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000955214.1",
"protein_id": "ENSP00000625273.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 300,
"cds_start": 656,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955214.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "ENST00000895016.1",
"protein_id": "ENSP00000565075.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 299,
"cds_start": 656,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000895016.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.644G>A",
"hgvs_p": "p.Arg215His",
"transcript": "ENST00000955213.1",
"protein_id": "ENSP00000625272.1",
"transcript_support_level": null,
"aa_start": 215,
"aa_end": null,
"aa_length": 299,
"cds_start": 644,
"cds_end": null,
"cds_length": 900,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955213.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "XM_047429799.1",
"protein_id": "XP_047285755.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 372,
"cds_start": 863,
"cds_end": null,
"cds_length": 1119,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047429799.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His",
"transcript": "XM_017020122.3",
"protein_id": "XP_016875611.1",
"transcript_support_level": null,
"aa_start": 288,
"aa_end": null,
"aa_length": 369,
"cds_start": 863,
"cds_end": null,
"cds_length": 1110,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020122.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "c.656G>A",
"hgvs_p": "p.Arg219His",
"transcript": "XM_017020123.3",
"protein_id": "XP_016875612.1",
"transcript_support_level": null,
"aa_start": 219,
"aa_end": null,
"aa_length": 300,
"cds_start": 656,
"cds_end": null,
"cds_length": 903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017020123.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.373G>A",
"hgvs_p": null,
"transcript": "ENST00000536823.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": "ENST00000536823.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.606G>A",
"hgvs_p": null,
"transcript": "ENST00000539204.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000539204.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.3759G>A",
"hgvs_p": null,
"transcript": "ENST00000540447.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": "ENST00000540447.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.351G>A",
"hgvs_p": null,
"transcript": "ENST00000541351.3",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000541351.3"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.661G>A",
"hgvs_p": null,
"transcript": "ENST00000542002.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": "ENST00000542002.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.399G>A",
"hgvs_p": null,
"transcript": "ENST00000542641.5",
"protein_id": null,
"transcript_support_level": 4,
"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": "ENST00000542641.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.443G>A",
"hgvs_p": null,
"transcript": "ENST00000544504.5",
"protein_id": null,
"transcript_support_level": 3,
"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": "ENST00000544504.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"hgvs_c": "n.296G>A",
"hgvs_p": null,
"transcript": "ENST00000546164.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": "pseudogene",
"feature": "ENST00000546164.5"
}
],
"gene_symbol": "YBX3",
"gene_hgnc_id": 2428,
"dbsnp": "rs745797213",
"frequency_reference_population": 0.000017967202,
"hom_count_reference_population": 0,
"allele_count_reference_population": 29,
"gnomad_exomes_af": 0.0000191535,
"gnomad_genomes_af": 0.00000657125,
"gnomad_exomes_ac": 28,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.17839330434799194,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.083,
"revel_prediction": "Benign",
"alphamissense_score": 0.2809,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.26,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.372,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_003651.5",
"gene_symbol": "YBX3",
"hgnc_id": 2428,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.863G>A",
"hgvs_p": "p.Arg288His"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}