← 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-32203927-A-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=32203927&ref=A&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "17",
"pos": 32203927,
"ref": "A",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001033568.3",
"consequences": [
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "NM_001033566.3",
"protein_id": "NP_001028738.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 659,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000545287.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033566.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000545287.7",
"protein_id": "ENSP00000439737.2",
"transcript_support_level": 5,
"aa_start": 457,
"aa_end": null,
"aa_length": 659,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001033566.3",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000545287.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000358365.7",
"protein_id": "ENSP00000351132.3",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 691,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000358365.7"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000333942.10",
"protein_id": "ENSP00000334724.6",
"transcript_support_level": 1,
"aa_start": 457,
"aa_end": null,
"aa_length": 618,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000333942.10"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1307A>G",
"hgvs_p": "p.Tyr436Cys",
"transcript": "ENST00000354266.7",
"protein_id": "ENSP00000346215.3",
"transcript_support_level": 1,
"aa_start": 436,
"aa_end": null,
"aa_length": 597,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000354266.7"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.*1338A>G",
"hgvs_p": null,
"transcript": "ENST00000578205.5",
"protein_id": "ENSP00000462612.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": "ENST00000578205.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.1370A>G",
"hgvs_p": null,
"transcript": "ENST00000581031.5",
"protein_id": "ENSP00000464094.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": "ENST00000581031.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.*1338A>G",
"hgvs_p": null,
"transcript": "ENST00000578205.5",
"protein_id": "ENSP00000462612.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": "ENST00000578205.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000959387.1",
"protein_id": "ENSP00000629446.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 707,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2124,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959387.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1493A>G",
"hgvs_p": "p.Tyr498Cys",
"transcript": "ENST00000903817.1",
"protein_id": "ENSP00000573876.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 700,
"cds_start": 1493,
"cds_end": null,
"cds_length": 2103,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903817.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "NM_001033568.3",
"protein_id": "NP_001028740.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 691,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033568.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1493A>G",
"hgvs_p": "p.Tyr498Cys",
"transcript": "ENST00000959386.1",
"protein_id": "ENSP00000629445.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 691,
"cds_start": 1493,
"cds_end": null,
"cds_length": 2076,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959386.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000959390.1",
"protein_id": "ENSP00000629449.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 679,
"cds_start": 1370,
"cds_end": null,
"cds_length": 2040,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959390.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1493A>G",
"hgvs_p": "p.Tyr498Cys",
"transcript": "ENST00000903812.1",
"protein_id": "ENSP00000573871.1",
"transcript_support_level": null,
"aa_start": 498,
"aa_end": null,
"aa_length": 659,
"cds_start": 1493,
"cds_end": null,
"cds_length": 1980,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903812.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1271A>G",
"hgvs_p": "p.Tyr424Cys",
"transcript": "ENST00000903818.1",
"protein_id": "ENSP00000573877.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 658,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903818.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1364A>G",
"hgvs_p": "p.Tyr455Cys",
"transcript": "ENST00000903814.1",
"protein_id": "ENSP00000573873.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 657,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903814.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1364A>G",
"hgvs_p": "p.Tyr455Cys",
"transcript": "ENST00000959388.1",
"protein_id": "ENSP00000629447.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 657,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1974,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959388.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "NM_001288754.2",
"protein_id": "NP_001275683.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 650,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288754.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000394692.6",
"protein_id": "ENSP00000378184.2",
"transcript_support_level": 2,
"aa_start": 457,
"aa_end": null,
"aa_length": 650,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1953,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000394692.6"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1364A>G",
"hgvs_p": "p.Tyr455Cys",
"transcript": "ENST00000928287.1",
"protein_id": "ENSP00000598346.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 648,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1947,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000928287.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000581148.2",
"protein_id": "ENSP00000467272.2",
"transcript_support_level": 2,
"aa_start": 457,
"aa_end": null,
"aa_length": 633,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1902,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000581148.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "NM_018307.5",
"protein_id": "NP_060777.3",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 618,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1857,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_018307.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1244A>G",
"hgvs_p": "p.Tyr415Cys",
"transcript": "ENST00000903820.1",
"protein_id": "ENSP00000573879.1",
"transcript_support_level": null,
"aa_start": 415,
"aa_end": null,
"aa_length": 617,
"cds_start": 1244,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903820.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1271A>G",
"hgvs_p": "p.Tyr424Cys",
"transcript": "ENST00000903821.1",
"protein_id": "ENSP00000573880.1",
"transcript_support_level": null,
"aa_start": 424,
"aa_end": null,
"aa_length": 617,
"cds_start": 1271,
"cds_end": null,
"cds_length": 1854,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903821.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1364A>G",
"hgvs_p": "p.Tyr455Cys",
"transcript": "ENST00000903822.1",
"protein_id": "ENSP00000573881.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 616,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1851,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903822.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1346A>G",
"hgvs_p": "p.Tyr449Cys",
"transcript": "ENST00000959389.1",
"protein_id": "ENSP00000629448.1",
"transcript_support_level": null,
"aa_start": 449,
"aa_end": null,
"aa_length": 610,
"cds_start": 1346,
"cds_end": null,
"cds_length": 1833,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959389.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1307A>G",
"hgvs_p": "p.Tyr436Cys",
"transcript": "NM_001288755.2",
"protein_id": "NP_001275684.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 597,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288755.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "ENST00000581094.5",
"protein_id": "ENSP00000462669.1",
"transcript_support_level": 2,
"aa_start": 457,
"aa_end": null,
"aa_length": 580,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1743,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000581094.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1229A>G",
"hgvs_p": "p.Tyr410Cys",
"transcript": "ENST00000903816.1",
"protein_id": "ENSP00000573875.1",
"transcript_support_level": null,
"aa_start": 410,
"aa_end": null,
"aa_length": 571,
"cds_start": 1229,
"cds_end": null,
"cds_length": 1716,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903816.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "NM_001288758.2",
"protein_id": "NP_001275687.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 523,
"cds_start": 989,
"cds_end": null,
"cds_length": 1572,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001288758.2"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "NM_001033567.3",
"protein_id": "NP_001028739.2",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 491,
"cds_start": 989,
"cds_end": null,
"cds_length": 1476,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001033567.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.119A>G",
"hgvs_p": "p.Tyr40Cys",
"transcript": "ENST00000582602.5",
"protein_id": "ENSP00000464851.1",
"transcript_support_level": 3,
"aa_start": 40,
"aa_end": null,
"aa_length": 188,
"cds_start": 119,
"cds_end": null,
"cds_length": 568,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582602.5"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1463A>G",
"hgvs_p": "p.Tyr488Cys",
"transcript": "XM_047436353.1",
"protein_id": "XP_047292309.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 722,
"cds_start": 1463,
"cds_end": null,
"cds_length": 2169,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436353.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1463A>G",
"hgvs_p": "p.Tyr488Cys",
"transcript": "XM_047436355.1",
"protein_id": "XP_047292311.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 690,
"cds_start": 1463,
"cds_end": null,
"cds_length": 2073,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436355.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1307A>G",
"hgvs_p": "p.Tyr436Cys",
"transcript": "XM_047436357.1",
"protein_id": "XP_047292313.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 670,
"cds_start": 1307,
"cds_end": null,
"cds_length": 2013,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436357.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1307A>G",
"hgvs_p": "p.Tyr436Cys",
"transcript": "XM_011524969.3",
"protein_id": "XP_011523271.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 660,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524969.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "XM_011524973.3",
"protein_id": "XP_011523275.2",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 658,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011524973.3"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1367A>G",
"hgvs_p": "p.Tyr456Cys",
"transcript": "XM_047436358.1",
"protein_id": "XP_047292314.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 658,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1977,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436358.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1463A>G",
"hgvs_p": "p.Tyr488Cys",
"transcript": "XM_047436359.1",
"protein_id": "XP_047292315.1",
"transcript_support_level": null,
"aa_start": 488,
"aa_end": null,
"aa_length": 649,
"cds_start": 1463,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436359.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1367A>G",
"hgvs_p": "p.Tyr456Cys",
"transcript": "XM_047436360.1",
"protein_id": "XP_047292316.1",
"transcript_support_level": null,
"aa_start": 456,
"aa_end": null,
"aa_length": 649,
"cds_start": 1367,
"cds_end": null,
"cds_length": 1950,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436360.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1307A>G",
"hgvs_p": "p.Tyr436Cys",
"transcript": "XM_047436354.1",
"protein_id": "XP_047292310.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 645,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1938,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436354.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "XM_047436361.1",
"protein_id": "XP_047292317.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 634,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1905,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436361.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys",
"transcript": "XM_047436362.1",
"protein_id": "XP_047292318.1",
"transcript_support_level": null,
"aa_start": 457,
"aa_end": null,
"aa_length": 626,
"cds_start": 1370,
"cds_end": null,
"cds_length": 1881,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436362.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1307A>G",
"hgvs_p": "p.Tyr436Cys",
"transcript": "XM_047436356.1",
"protein_id": "XP_047292312.1",
"transcript_support_level": null,
"aa_start": 436,
"aa_end": null,
"aa_length": 619,
"cds_start": 1307,
"cds_end": null,
"cds_length": 1860,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436356.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "XM_047436363.1",
"protein_id": "XP_047292319.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 564,
"cds_start": 989,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436363.1"
},
{
"aa_ref": "Y",
"aa_alt": "C",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.989A>G",
"hgvs_p": "p.Tyr330Cys",
"transcript": "XM_047436364.1",
"protein_id": "XP_047292320.1",
"transcript_support_level": null,
"aa_start": 330,
"aa_end": null,
"aa_length": 564,
"cds_start": 989,
"cds_end": null,
"cds_length": 1695,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047436364.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1332+1027A>G",
"hgvs_p": null,
"transcript": "ENST00000959391.1",
"protein_id": "ENSP00000629450.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 663,
"cds_start": null,
"cds_end": null,
"cds_length": 1992,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000959391.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1332+1027A>G",
"hgvs_p": null,
"transcript": "ENST00000903815.1",
"protein_id": "ENSP00000573874.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 631,
"cds_start": null,
"cds_end": null,
"cds_length": 1896,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903815.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1332+1027A>G",
"hgvs_p": null,
"transcript": "ENST00000903819.1",
"protein_id": "ENSP00000573878.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 622,
"cds_start": null,
"cds_end": null,
"cds_length": 1869,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903819.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": 15,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.1332+1027A>G",
"hgvs_p": null,
"transcript": "ENST00000903813.1",
"protein_id": "ENSP00000573872.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 590,
"cds_start": null,
"cds_end": null,
"cds_length": 1773,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903813.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": 6,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.324-20689A>G",
"hgvs_p": null,
"transcript": "ENST00000903823.1",
"protein_id": "ENSP00000573882.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 146,
"cds_start": null,
"cds_end": null,
"cds_length": 441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000903823.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.68A>G",
"hgvs_p": null,
"transcript": "ENST00000581567.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": "ENST00000581567.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.*1338A>G",
"hgvs_p": null,
"transcript": "ENST00000583994.5",
"protein_id": "ENSP00000462698.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000583994.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.1561A>G",
"hgvs_p": null,
"transcript": "NR_110083.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_110083.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "n.*1338A>G",
"hgvs_p": null,
"transcript": "ENST00000583994.5",
"protein_id": "ENSP00000462698.2",
"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": "nonsense_mediated_decay",
"feature": "ENST00000583994.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"hgvs_c": "c.-11A>G",
"hgvs_p": null,
"transcript": "ENST00000580392.5",
"protein_id": "ENSP00000463532.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 133,
"cds_start": null,
"cds_end": null,
"cds_length": 402,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000580392.5"
}
],
"gene_symbol": "RHOT1",
"gene_hgnc_id": 21168,
"dbsnp": "rs1385664327",
"frequency_reference_population": 0.0000018599206,
"hom_count_reference_population": 0,
"allele_count_reference_population": 3,
"gnomad_exomes_af": 0.00000136913,
"gnomad_genomes_af": 0.00000657065,
"gnomad_exomes_ac": 2,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.8401427268981934,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.673,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.4151,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.24,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 9.325,
"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": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,PP3_Moderate",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 0,
"pathogenic_score": 4,
"criteria": [
"PM2",
"PP3_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001033568.3",
"gene_symbol": "RHOT1",
"hgnc_id": 21168,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.1370A>G",
"hgvs_p": "p.Tyr457Cys"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}