← 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: 3-49712543-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=3&pos=49712543&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "3",
"pos": 49712543,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_022064.5",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "NM_022064.5",
"protein_id": "NP_071347.2",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1314,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000327697.11",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_022064.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000327697.11",
"protein_id": "ENSP00000328287.6",
"transcript_support_level": 1,
"aa_start": 854,
"aa_end": null,
"aa_length": 1314,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_022064.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000327697.11"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2123G>A",
"hgvs_p": "p.Arg708His",
"transcript": "ENST00000432042.5",
"protein_id": "ENSP00000392443.1",
"transcript_support_level": 1,
"aa_start": 708,
"aa_end": null,
"aa_length": 762,
"cds_start": 2123,
"cds_end": null,
"cds_length": 2289,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000432042.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "n.*399G>A",
"hgvs_p": null,
"transcript": "ENST00000457726.5",
"protein_id": "ENSP00000394369.1",
"transcript_support_level": 1,
"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": "ENST00000457726.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "n.2873G>A",
"hgvs_p": null,
"transcript": "ENST00000486102.5",
"protein_id": null,
"transcript_support_level": 1,
"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": "ENST00000486102.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "n.*399G>A",
"hgvs_p": null,
"transcript": "ENST00000457726.5",
"protein_id": "ENSP00000394369.1",
"transcript_support_level": 1,
"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": "ENST00000457726.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000859347.1",
"protein_id": "ENSP00000529406.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1314,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859347.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000931175.1",
"protein_id": "ENSP00000601234.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1314,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3945,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931175.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "ENST00000859349.1",
"protein_id": "ENSP00000529408.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1313,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859349.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "ENST00000955449.1",
"protein_id": "ENSP00000625508.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1313,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955449.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2558G>A",
"hgvs_p": "p.Arg853His",
"transcript": "ENST00000955454.1",
"protein_id": "ENSP00000625513.1",
"transcript_support_level": null,
"aa_start": 853,
"aa_end": null,
"aa_length": 1313,
"cds_start": 2558,
"cds_end": null,
"cds_length": 3942,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955454.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2555G>A",
"hgvs_p": "p.Arg852His",
"transcript": "ENST00000859352.1",
"protein_id": "ENSP00000529411.1",
"transcript_support_level": null,
"aa_start": 852,
"aa_end": null,
"aa_length": 1312,
"cds_start": 2555,
"cds_end": null,
"cds_length": 3939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859352.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2555G>A",
"hgvs_p": "p.Arg852His",
"transcript": "ENST00000931174.1",
"protein_id": "ENSP00000601233.1",
"transcript_support_level": null,
"aa_start": 852,
"aa_end": null,
"aa_length": 1312,
"cds_start": 2555,
"cds_end": null,
"cds_length": 3939,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000931174.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2552G>A",
"hgvs_p": "p.Arg851His",
"transcript": "ENST00000955447.1",
"protein_id": "ENSP00000625506.1",
"transcript_support_level": null,
"aa_start": 851,
"aa_end": null,
"aa_length": 1311,
"cds_start": 2552,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955447.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000955455.1",
"protein_id": "ENSP00000625514.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1311,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3936,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955455.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "ENST00000859348.1",
"protein_id": "ENSP00000529407.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1310,
"cds_start": 2549,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859348.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2549G>A",
"hgvs_p": "p.Arg850His",
"transcript": "ENST00000859354.1",
"protein_id": "ENSP00000529413.1",
"transcript_support_level": null,
"aa_start": 850,
"aa_end": null,
"aa_length": 1310,
"cds_start": 2549,
"cds_end": null,
"cds_length": 3933,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859354.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2540G>A",
"hgvs_p": "p.Arg847His",
"transcript": "ENST00000955450.1",
"protein_id": "ENSP00000625509.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 1307,
"cds_start": 2540,
"cds_end": null,
"cds_length": 3924,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955450.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000955452.1",
"protein_id": "ENSP00000625511.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1304,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3915,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955452.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2519G>A",
"hgvs_p": "p.Arg840His",
"transcript": "ENST00000859351.1",
"protein_id": "ENSP00000529410.1",
"transcript_support_level": null,
"aa_start": 840,
"aa_end": null,
"aa_length": 1300,
"cds_start": 2519,
"cds_end": null,
"cds_length": 3903,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859351.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000859355.1",
"protein_id": "ENSP00000529414.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1289,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3870,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859355.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2477G>A",
"hgvs_p": "p.Arg826His",
"transcript": "ENST00000955453.1",
"protein_id": "ENSP00000625512.1",
"transcript_support_level": null,
"aa_start": 826,
"aa_end": null,
"aa_length": 1286,
"cds_start": 2477,
"cds_end": null,
"cds_length": 3861,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955453.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2468G>A",
"hgvs_p": "p.Arg823His",
"transcript": "ENST00000859356.1",
"protein_id": "ENSP00000529415.1",
"transcript_support_level": null,
"aa_start": 823,
"aa_end": null,
"aa_length": 1283,
"cds_start": 2468,
"cds_end": null,
"cds_length": 3852,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859356.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2453G>A",
"hgvs_p": "p.Arg818His",
"transcript": "ENST00000955456.1",
"protein_id": "ENSP00000625515.1",
"transcript_support_level": null,
"aa_start": 818,
"aa_end": null,
"aa_length": 1278,
"cds_start": 2453,
"cds_end": null,
"cds_length": 3837,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955456.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2435G>A",
"hgvs_p": "p.Arg812His",
"transcript": "ENST00000859357.1",
"protein_id": "ENSP00000529416.1",
"transcript_support_level": null,
"aa_start": 812,
"aa_end": null,
"aa_length": 1272,
"cds_start": 2435,
"cds_end": null,
"cds_length": 3819,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859357.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His",
"transcript": "ENST00000955448.1",
"protein_id": "ENSP00000625507.1",
"transcript_support_level": null,
"aa_start": 854,
"aa_end": null,
"aa_length": 1270,
"cds_start": 2561,
"cds_end": null,
"cds_length": 3813,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955448.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 26,
"exon_rank_end": null,
"exon_count": 38,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2426G>A",
"hgvs_p": "p.Arg809His",
"transcript": "ENST00000859350.1",
"protein_id": "ENSP00000529409.1",
"transcript_support_level": null,
"aa_start": 809,
"aa_end": null,
"aa_length": 1269,
"cds_start": 2426,
"cds_end": null,
"cds_length": 3810,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859350.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2342G>A",
"hgvs_p": "p.Arg781His",
"transcript": "ENST00000859353.1",
"protein_id": "ENSP00000529412.1",
"transcript_support_level": null,
"aa_start": 781,
"aa_end": null,
"aa_length": 1241,
"cds_start": 2342,
"cds_end": null,
"cds_length": 3726,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000859353.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 25,
"exon_rank_end": null,
"exon_count": 37,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "c.2327G>A",
"hgvs_p": "p.Arg776His",
"transcript": "ENST00000955451.1",
"protein_id": "ENSP00000625510.1",
"transcript_support_level": null,
"aa_start": 776,
"aa_end": null,
"aa_length": 1236,
"cds_start": 2327,
"cds_end": null,
"cds_length": 3711,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955451.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 24,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "n.3420G>A",
"hgvs_p": null,
"transcript": "ENST00000487805.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": "retained_intron",
"feature": "ENST00000487805.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 27,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "n.2651G>A",
"hgvs_p": null,
"transcript": "NR_135218.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": "NR_135218.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"hgvs_c": "n.-7G>A",
"hgvs_p": null,
"transcript": "ENST00000469978.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": "retained_intron",
"feature": "ENST00000469978.5"
}
],
"gene_symbol": "RNF123",
"gene_hgnc_id": 21148,
"dbsnp": "rs34823813",
"frequency_reference_population": 0.090467475,
"hom_count_reference_population": 7270,
"allele_count_reference_population": 146025,
"gnomad_exomes_af": 0.0926388,
"gnomad_genomes_af": 0.0696247,
"gnomad_exomes_ac": 135422,
"gnomad_genomes_ac": 10603,
"gnomad_exomes_homalt": 6761,
"gnomad_genomes_homalt": 509,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0024191439151763916,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.10000000149011612,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.218,
"revel_prediction": "Benign",
"alphamissense_score": 0.071,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.38,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.651,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.1,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -12,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BA1",
"acmg_by_gene": [
{
"score": -12,
"benign_score": 12,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "NM_022064.5",
"gene_symbol": "RNF123",
"hgnc_id": 21148,
"effects": [
"missense_variant"
],
"inheritance_mode": "",
"hgvs_c": "c.2561G>A",
"hgvs_p": "p.Arg854His"
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}