← 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: 4-40243415-T-C (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=4&pos=40243415&ref=T&alt=C&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "4",
"pos": 40243415,
"ref": "T",
"alt": "C",
"effect": "missense_variant",
"transcript": "NM_004310.5",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_004310.5",
"protein_id": "NP_004301.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": "ENST00000381799.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_004310.5"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000381799.10",
"protein_id": "ENSP00000371219.4",
"transcript_support_level": 1,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 629,
"cdna_end": null,
"cdna_length": 4181,
"mane_select": "NM_004310.5",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000381799.10"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278359.2",
"protein_id": "NP_001265288.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 795,
"cdna_end": null,
"cdna_length": 4347,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278359.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278360.2",
"protein_id": "NP_001265289.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 781,
"cdna_end": null,
"cdna_length": 4333,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278360.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278361.2",
"protein_id": "NP_001265290.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 757,
"cdna_end": null,
"cdna_length": 4309,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278361.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278362.2",
"protein_id": "NP_001265291.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 683,
"cdna_end": null,
"cdna_length": 4235,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278362.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278363.2",
"protein_id": "NP_001265292.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 641,
"cdna_end": null,
"cdna_length": 4193,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278363.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278364.2",
"protein_id": "NP_001265293.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 886,
"cdna_end": null,
"cdna_length": 4438,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278364.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278365.2",
"protein_id": "NP_001265294.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 724,
"cdna_end": null,
"cdna_length": 4276,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278365.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278366.2",
"protein_id": "NP_001265295.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 704,
"cdna_end": null,
"cdna_length": 4256,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278366.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278367.2",
"protein_id": "NP_001265296.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 524,
"cdna_end": null,
"cdna_length": 4076,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278367.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278368.2",
"protein_id": "NP_001265297.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 618,
"cdna_end": null,
"cdna_length": 4170,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278368.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001278369.2",
"protein_id": "NP_001265298.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 509,
"cdna_end": null,
"cdna_length": 4061,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001278369.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "NM_001440378.1",
"protein_id": "NP_001427307.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 700,
"cdna_end": null,
"cdna_length": 4252,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440378.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000503754.6",
"protein_id": "ENSP00000514769.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 715,
"cdna_end": null,
"cdna_length": 1262,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503754.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000503941.6",
"protein_id": "ENSP00000426439.2",
"transcript_support_level": 2,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 509,
"cdna_end": null,
"cdna_length": 1056,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503941.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000503978.2",
"protein_id": "ENSP00000514775.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 708,
"cdna_end": null,
"cdna_length": 1255,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000503978.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000505618.6",
"protein_id": "ENSP00000425010.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 687,
"cdna_end": null,
"cdna_length": 1267,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000505618.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000507851.6",
"protein_id": "ENSP00000423384.2",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 516,
"cdna_end": null,
"cdna_length": 1063,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000507851.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000508513.6",
"protein_id": "ENSP00000422241.2",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 855,
"cdna_end": null,
"cdna_length": 1402,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000508513.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000511121.6",
"protein_id": "ENSP00000420866.2",
"transcript_support_level": 2,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 581,
"cdna_end": null,
"cdna_length": 1128,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511121.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000511967.6",
"protein_id": "ENSP00000514770.1",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 617,
"cdna_end": null,
"cdna_length": 1164,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000511967.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000513894.6",
"protein_id": "ENSP00000514771.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 793,
"cdna_end": null,
"cdna_length": 1340,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000513894.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000515503.6",
"protein_id": "ENSP00000514774.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 754,
"cdna_end": null,
"cdna_length": 1301,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515503.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000515702.2",
"protein_id": "ENSP00000514772.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 845,
"cdna_end": null,
"cdna_length": 1392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515702.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000515718.6",
"protein_id": "ENSP00000514773.1",
"transcript_support_level": 4,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 680,
"cdna_end": null,
"cdna_length": 1227,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000515718.6"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000614836.2",
"protein_id": "ENSP00000478248.1",
"transcript_support_level": 3,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 765,
"cdna_end": null,
"cdna_length": 1312,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000614836.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908158.1",
"protein_id": "ENSP00000578217.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 661,
"cdna_end": null,
"cdna_length": 1838,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908158.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908159.1",
"protein_id": "ENSP00000578218.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 1982,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908159.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908160.1",
"protein_id": "ENSP00000578219.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 741,
"cdna_end": null,
"cdna_length": 1915,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908160.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908161.1",
"protein_id": "ENSP00000578220.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 767,
"cdna_end": null,
"cdna_length": 1941,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908161.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908162.1",
"protein_id": "ENSP00000578221.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 572,
"cdna_end": null,
"cdna_length": 1392,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908162.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908163.1",
"protein_id": "ENSP00000578222.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 1142,
"cdna_end": null,
"cdna_length": 2319,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908163.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000908164.1",
"protein_id": "ENSP00000578223.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 1374,
"cdna_end": null,
"cdna_length": 2870,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000908164.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000919405.1",
"protein_id": "ENSP00000589464.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 870,
"cdna_end": null,
"cdna_length": 2045,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919405.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000919406.1",
"protein_id": "ENSP00000589465.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 810,
"cdna_end": null,
"cdna_length": 1984,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919406.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000919407.1",
"protein_id": "ENSP00000589466.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 700,
"cdna_end": null,
"cdna_length": 1940,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000919407.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000962316.1",
"protein_id": "ENSP00000632375.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 808,
"cdna_end": null,
"cdna_length": 1985,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962316.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "ENST00000962317.1",
"protein_id": "ENSP00000632376.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 540,
"cdna_end": null,
"cdna_length": 1705,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962317.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "XM_017008189.2",
"protein_id": "XP_016863678.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 479,
"cdna_end": null,
"cdna_length": 4031,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017008189.2"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "XM_047415674.1",
"protein_id": "XP_047271630.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 393,
"cdna_end": null,
"cdna_length": 3945,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415674.1"
},
{
"aa_ref": "V",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala",
"transcript": "XM_047415675.1",
"protein_id": "XP_047271631.1",
"transcript_support_level": null,
"aa_start": 10,
"aa_end": null,
"aa_length": 191,
"cds_start": 29,
"cds_end": null,
"cds_length": 576,
"cdna_start": 912,
"cdna_end": null,
"cdna_length": 4464,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047415675.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": "RHOH",
"gene_hgnc_id": 686,
"hgvs_c": "n.*228T>C",
"hgvs_p": null,
"transcript": "ENST00000504638.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": 530,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000504638.1"
}
],
"gene_symbol": "RHOH",
"gene_hgnc_id": 686,
"dbsnp": "rs2109588980",
"frequency_reference_population": null,
"hom_count_reference_population": 0,
"allele_count_reference_population": 0,
"gnomad_exomes_af": null,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": null,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9577471017837524,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.938,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.471,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.34,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.674,
"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": 6,
"acmg_classification": "Likely_pathogenic",
"acmg_criteria": "PM2,PP3_Strong",
"acmg_by_gene": [
{
"score": 6,
"benign_score": 0,
"pathogenic_score": 6,
"criteria": [
"PM2",
"PP3_Strong"
],
"verdict": "Likely_pathogenic",
"transcript": "NM_004310.5",
"gene_symbol": "RHOH",
"hgnc_id": 686,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.29T>C",
"hgvs_p": "p.Val10Ala"
}
],
"clinvar_disease": "T-cell immunodeficiency with epidermodysplasia verruciformis",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "T-cell immunodeficiency with epidermodysplasia verruciformis",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}