← 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-8379805-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=8379805&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 8379805,
"ref": "G",
"alt": "A",
"effect": "synonymous_variant",
"transcript": "NM_000987.5",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "NM_000987.5",
"protein_id": "NP_000978.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000648839.1",
"protein_id": "ENSP00000498177.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "ENSG00000263809",
"gene_hgnc_id": null,
"hgvs_c": "n.300C>T",
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913691.1",
"protein_id": "ENSP00000583750.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 153,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.324C>T",
"hgvs_p": "p.His108His",
"transcript": "ENST00000913696.1",
"protein_id": "ENSP00000583755.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 153,
"cds_start": 324,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913688.1",
"protein_id": "ENSP00000583747.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 147,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "NM_001315530.2",
"protein_id": "NP_001302459.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "NM_001315531.2",
"protein_id": "NP_001302460.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000582556.5",
"protein_id": "ENSP00000463470.1",
"transcript_support_level": 2,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000583011.6",
"protein_id": "ENSP00000462322.1",
"transcript_support_level": 3,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000584164.6",
"protein_id": "ENSP00000463784.1",
"transcript_support_level": 2,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000851389.1",
"protein_id": "ENSP00000521448.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000851390.1",
"protein_id": "ENSP00000521449.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000851392.1",
"protein_id": "ENSP00000521451.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000851394.1",
"protein_id": "ENSP00000521453.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913690.1",
"protein_id": "ENSP00000583749.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913692.1",
"protein_id": "ENSP00000583751.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913697.1",
"protein_id": "ENSP00000583756.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913699.1",
"protein_id": "ENSP00000583758.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913702.1",
"protein_id": "ENSP00000583761.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913703.1",
"protein_id": "ENSP00000583762.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913704.1",
"protein_id": "ENSP00000583763.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913705.1",
"protein_id": "ENSP00000583764.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913706.1",
"protein_id": "ENSP00000583765.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913708.1",
"protein_id": "ENSP00000583767.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913709.1",
"protein_id": "ENSP00000583768.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913710.1",
"protein_id": "ENSP00000583769.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913713.1",
"protein_id": "ENSP00000583772.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000942089.1",
"protein_id": "ENSP00000612148.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 145,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.294C>T",
"hgvs_p": "p.His98His",
"transcript": "ENST00000913700.1",
"protein_id": "ENSP00000583759.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 143,
"cds_start": 294,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.294C>T",
"hgvs_p": "p.His98His",
"transcript": "ENST00000913701.1",
"protein_id": "ENSP00000583760.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 143,
"cds_start": 294,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.294C>T",
"hgvs_p": "p.His98His",
"transcript": "ENST00000942087.1",
"protein_id": "ENSP00000612146.1",
"transcript_support_level": null,
"aa_start": 98,
"aa_end": null,
"aa_length": 143,
"cds_start": 294,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.297C>T",
"hgvs_p": "p.His99His",
"transcript": "ENST00000582485.5",
"protein_id": "ENSP00000464143.1",
"transcript_support_level": 3,
"aa_start": 99,
"aa_end": null,
"aa_length": 134,
"cds_start": 297,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913695.1",
"protein_id": "ENSP00000583754.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 131,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.252C>T",
"hgvs_p": "p.His84His",
"transcript": "ENST00000913698.1",
"protein_id": "ENSP00000583757.1",
"transcript_support_level": null,
"aa_start": 84,
"aa_end": null,
"aa_length": 129,
"cds_start": 252,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.210C>T",
"hgvs_p": "p.His70His",
"transcript": "ENST00000913694.1",
"protein_id": "ENSP00000583753.1",
"transcript_support_level": null,
"aa_start": 70,
"aa_end": null,
"aa_length": 115,
"cds_start": 210,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000913693.1",
"protein_id": "ENSP00000583752.1",
"transcript_support_level": null,
"aa_start": 100,
"aa_end": null,
"aa_length": 112,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_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.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000578812.5",
"protein_id": "ENSP00000463910.1",
"transcript_support_level": 2,
"aa_start": 100,
"aa_end": null,
"aa_length": 110,
"cds_start": 300,
"cds_end": null,
"cds_length": 333,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000578812.5"
},
{
"aa_ref": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His",
"transcript": "ENST00000584343.6",
"protein_id": "ENSP00000464239.1",
"transcript_support_level": 5,
"aa_start": 100,
"aa_end": null,
"aa_length": 106,
"cds_start": 300,
"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": "H",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.132C>T",
"hgvs_p": "p.His44His",
"transcript": "ENST00000584441.5",
"protein_id": "ENSP00000462249.1",
"transcript_support_level": 3,
"aa_start": 44,
"aa_end": null,
"aa_length": 63,
"cds_start": 132,
"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": 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.288+12C>T",
"hgvs_p": null,
"transcript": "ENST00000913689.1",
"protein_id": "ENSP00000583748.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 138,
"cds_start": null,
"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": 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.267+33C>T",
"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": 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.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000851391.1",
"protein_id": "ENSP00000521450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": 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.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000851393.1",
"protein_id": "ENSP00000521452.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "c.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000913707.1",
"protein_id": "ENSP00000583766.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": 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.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000913711.1",
"protein_id": "ENSP00000583770.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": 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.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000913712.1",
"protein_id": "ENSP00000583771.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": 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.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000913714.1",
"protein_id": "ENSP00000583773.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": 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.169-2113C>T",
"hgvs_p": null,
"transcript": "ENST00000942090.1",
"protein_id": "ENSP00000612149.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 98,
"cds_start": null,
"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": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.280C>T",
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.*225C>T",
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.261C>T",
"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": 3,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.*225C>T",
"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.544-1240G>A",
"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.485-1240G>A",
"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-1240G>A",
"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-1240G>A",
"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"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"hgvs_c": "n.*10C>T",
"hgvs_p": null,
"transcript": "ENST00000583515.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": "ENST00000583515.1"
}
],
"gene_symbol": "RPL26",
"gene_hgnc_id": 10327,
"dbsnp": "rs753253735",
"frequency_reference_population": 0.0000020547016,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.0000020547,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 3,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.5099999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.51,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 2.528,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -11,
"acmg_classification": "Benign",
"acmg_criteria": "PM2,BP4_Strong,BP6_Very_Strong,BP7",
"acmg_by_gene": [
{
"score": -11,
"benign_score": 13,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_000987.5",
"gene_symbol": "RPL26",
"hgnc_id": 10327,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.300C>T",
"hgvs_p": "p.His100His"
},
{
"score": -10,
"benign_score": 12,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000582471.1",
"gene_symbol": "ENSG00000263809",
"hgnc_id": null,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.300C>T",
"hgvs_p": null
},
{
"score": -10,
"benign_score": 12,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Strong",
"BP6_Very_Strong"
],
"verdict": "Benign",
"transcript": "ENST00000579904.6",
"gene_symbol": "ENSG00000265749",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.544-1240G>A",
"hgvs_p": null
}
],
"clinvar_disease": "Diamond-Blackfan anemia",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "LB:2",
"phenotype_combined": "Diamond-Blackfan anemia",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}