← 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: 17-8377689-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=8377689&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 8377689,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000987.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_000987.5",
"protein_id": "NP_000978.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000648839.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000987.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000648839.1",
"protein_id": "ENSP00000498177.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000987.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000648839.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "ENSG00000263809",
"gene_hgnc_id": null,
"hgvs_c": "n.310-1585G>A",
"hgvs_p": null,
"transcript": "ENST00000582471.1",
"protein_id": "ENSP00000463847.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000582471.1"
},
{
"aa_ref": "W",
"aa_alt": "*",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"stop_gained"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.177G>A",
"hgvs_p": "p.Trp59*",
"transcript": "ENST00000584441.5",
"protein_id": "ENSP00000462249.1",
"transcript_support_level": 3,
"aa_start": 59,
"aa_end": null,
"aa_length": 63,
"cds_start": 177,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000584441.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.337G>A",
"hgvs_p": "p.Val113Ile",
"transcript": "ENST00000913691.1",
"protein_id": "ENSP00000583750.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 153,
"cds_start": 337,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913691.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.337G>A",
"hgvs_p": "p.Val113Ile",
"transcript": "ENST00000913696.1",
"protein_id": "ENSP00000583755.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 153,
"cds_start": 337,
"cds_end": null,
"cds_length": 462,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913696.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.319G>A",
"hgvs_p": "p.Val107Ile",
"transcript": "ENST00000913688.1",
"protein_id": "ENSP00000583747.1",
"transcript_support_level": null,
"aa_start": 107,
"aa_end": null,
"aa_length": 147,
"cds_start": 319,
"cds_end": null,
"cds_length": 444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913688.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001315530.2",
"protein_id": "NP_001302459.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001315530.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "NM_001315531.2",
"protein_id": "NP_001302460.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001315531.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000582556.5",
"protein_id": "ENSP00000463470.1",
"transcript_support_level": 2,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582556.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000583011.6",
"protein_id": "ENSP00000462322.1",
"transcript_support_level": 3,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000583011.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000584164.6",
"protein_id": "ENSP00000463784.1",
"transcript_support_level": 2,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000584164.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000851389.1",
"protein_id": "ENSP00000521448.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851389.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000851390.1",
"protein_id": "ENSP00000521449.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851390.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000851392.1",
"protein_id": "ENSP00000521451.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851392.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000851394.1",
"protein_id": "ENSP00000521453.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851394.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913690.1",
"protein_id": "ENSP00000583749.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913690.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913692.1",
"protein_id": "ENSP00000583751.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913692.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913697.1",
"protein_id": "ENSP00000583756.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913697.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913699.1",
"protein_id": "ENSP00000583758.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913699.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913702.1",
"protein_id": "ENSP00000583761.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913702.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913703.1",
"protein_id": "ENSP00000583762.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913703.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913704.1",
"protein_id": "ENSP00000583763.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913704.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913705.1",
"protein_id": "ENSP00000583764.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913705.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913706.1",
"protein_id": "ENSP00000583765.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913706.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913708.1",
"protein_id": "ENSP00000583767.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913708.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913709.1",
"protein_id": "ENSP00000583768.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913709.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913710.1",
"protein_id": "ENSP00000583769.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913710.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000913713.1",
"protein_id": "ENSP00000583772.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913713.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000942089.1",
"protein_id": "ENSP00000612148.1",
"transcript_support_level": null,
"aa_start": 105,
"aa_end": null,
"aa_length": 145,
"cds_start": 313,
"cds_end": null,
"cds_length": 438,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942089.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Ile",
"transcript": "ENST00000913700.1",
"protein_id": "ENSP00000583759.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 143,
"cds_start": 307,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913700.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Ile",
"transcript": "ENST00000913701.1",
"protein_id": "ENSP00000583760.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 143,
"cds_start": 307,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913701.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.307G>A",
"hgvs_p": "p.Val103Ile",
"transcript": "ENST00000942087.1",
"protein_id": "ENSP00000612146.1",
"transcript_support_level": null,
"aa_start": 103,
"aa_end": null,
"aa_length": 143,
"cds_start": 307,
"cds_end": null,
"cds_length": 432,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942087.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.292G>A",
"hgvs_p": "p.Val98Ile",
"transcript": "ENST00000913689.1",
"protein_id": "ENSP00000583748.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 138,
"cds_start": 292,
"cds_end": null,
"cds_length": 417,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913689.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.265G>A",
"hgvs_p": "p.Val89Ile",
"transcript": "ENST00000913698.1",
"protein_id": "ENSP00000583757.1",
"transcript_support_level": null,
"aa_start": 89,
"aa_end": null,
"aa_length": 129,
"cds_start": 265,
"cds_end": null,
"cds_length": 390,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913698.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.223G>A",
"hgvs_p": "p.Val75Ile",
"transcript": "ENST00000913694.1",
"protein_id": "ENSP00000583753.1",
"transcript_support_level": null,
"aa_start": 75,
"aa_end": null,
"aa_length": 115,
"cds_start": 223,
"cds_end": null,
"cds_length": 348,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913694.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile",
"transcript": "ENST00000584343.6",
"protein_id": "ENSP00000464239.1",
"transcript_support_level": 5,
"aa_start": 105,
"aa_end": null,
"aa_length": 106,
"cds_start": 313,
"cds_end": null,
"cds_length": 323,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000584343.6"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000851391.1",
"protein_id": "ENSP00000521450.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851391.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000851393.1",
"protein_id": "ENSP00000521452.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000851393.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000913707.1",
"protein_id": "ENSP00000583766.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913707.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000913711.1",
"protein_id": "ENSP00000583770.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913711.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000913712.1",
"protein_id": "ENSP00000583771.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913712.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000913714.1",
"protein_id": "ENSP00000583773.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913714.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.172G>A",
"hgvs_p": "p.Val58Ile",
"transcript": "ENST00000942090.1",
"protein_id": "ENSP00000612149.1",
"transcript_support_level": null,
"aa_start": 58,
"aa_end": null,
"aa_length": 98,
"cds_start": 172,
"cds_end": null,
"cds_length": 297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942090.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.307-11G>A",
"hgvs_p": null,
"transcript": "ENST00000582485.5",
"protein_id": "ENSP00000464143.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 134,
"cds_start": null,
"cds_end": null,
"cds_length": 405,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582485.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.310-39G>A",
"hgvs_p": null,
"transcript": "ENST00000913695.1",
"protein_id": "ENSP00000583754.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 131,
"cds_start": null,
"cds_end": null,
"cds_length": 396,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913695.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.310-96G>A",
"hgvs_p": null,
"transcript": "ENST00000913693.1",
"protein_id": "ENSP00000583752.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 112,
"cds_start": null,
"cds_end": null,
"cds_length": 339,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000913693.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.268-84G>A",
"hgvs_p": null,
"transcript": "ENST00000942088.1",
"protein_id": "ENSP00000612147.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 102,
"cds_start": null,
"cds_end": null,
"cds_length": 309,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000942088.1"
},
{
"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": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.293G>A",
"hgvs_p": null,
"transcript": "ENST00000578069.1",
"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": "ENST00000578069.1"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.*238G>A",
"hgvs_p": null,
"transcript": "ENST00000584906.6",
"protein_id": "ENSP00000462619.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000584906.6"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.274G>A",
"hgvs_p": null,
"transcript": "ENST00000585176.1",
"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": "ENST00000585176.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.*238G>A",
"hgvs_p": null,
"transcript": "ENST00000584906.6",
"protein_id": "ENSP00000462619.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000584906.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.543+1578C>T",
"hgvs_p": null,
"transcript": "ENST00000579904.6",
"protein_id": null,
"transcript_support_level": 2,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000579904.6"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.484+448C>T",
"hgvs_p": null,
"transcript": "ENST00000585181.2",
"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": "ENST00000585181.2"
},
{
"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": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.159-3356C>T",
"hgvs_p": null,
"transcript": "ENST00000666354.2",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000666354.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "ENSG00000265749",
"gene_hgnc_id": null,
"hgvs_c": "n.200-3356C>T",
"hgvs_p": null,
"transcript": "ENST00000774784.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000774784.1"
}
],
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"dbsnp": "rs375536189",
"frequency_reference_population": 0.0000065719432,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": null,
"gnomad_genomes_af": 0.00000657194,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4012128710746765,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.1,
"revel_prediction": "Benign",
"alphamissense_score": 0.1208,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 7.781,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 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_000987.5",
"gene_symbol": "RPL26",
"hgnc_id": 10327,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.313G>A",
"hgvs_p": "p.Val105Ile"
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000582471.1",
"gene_symbol": "ENSG00000263809",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.310-1585G>A",
"hgvs_p": null
},
{
"score": 1,
"benign_score": 1,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000579904.6",
"gene_symbol": "ENSG00000265749",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.543+1578C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Diamond-Blackfan anemia",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "Diamond-Blackfan anemia",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}