← 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: 18-70142333-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=70142333&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 70142333,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_173630.4",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "NM_173630.4",
"protein_id": "NP_775901.3",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 2226,
"cds_start": 2536,
"cds_end": null,
"cds_length": 6681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000640769.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_173630.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "ENST00000640769.2",
"protein_id": "ENSP00000491507.1",
"transcript_support_level": 2,
"aa_start": 846,
"aa_end": null,
"aa_length": 2226,
"cds_start": 2536,
"cds_end": null,
"cds_length": 6681,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_173630.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640769.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*939G>A",
"hgvs_p": null,
"transcript": "ENST00000581161.5",
"protein_id": "ENSP00000462926.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": "ENST00000581161.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 43,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.1906G>A",
"hgvs_p": null,
"transcript": "ENST00000583043.5",
"protein_id": "ENSP00000462733.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": "ENST00000583043.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*939G>A",
"hgvs_p": null,
"transcript": "ENST00000581161.5",
"protein_id": "ENSP00000462926.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": "ENST00000581161.5"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "ENST00000917940.1",
"protein_id": "ENSP00000587999.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 2233,
"cds_start": 2536,
"cds_end": null,
"cds_length": 6702,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917940.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "ENST00000917941.1",
"protein_id": "ENSP00000588000.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 2227,
"cds_start": 2539,
"cds_end": null,
"cds_length": 6684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000917941.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "ENST00000255674.11",
"protein_id": "ENSP00000255674.7",
"transcript_support_level": 5,
"aa_start": 846,
"aa_end": null,
"aa_length": 2200,
"cds_start": 2536,
"cds_end": null,
"cds_length": 6603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000255674.11"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.364G>A",
"hgvs_p": "p.Val122Ile",
"transcript": "ENST00000677824.1",
"protein_id": "ENSP00000504646.1",
"transcript_support_level": null,
"aa_start": 122,
"aa_end": null,
"aa_length": 1359,
"cds_start": 364,
"cds_end": null,
"cds_length": 4080,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000677824.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 25,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2017G>A",
"hgvs_p": "p.Val673Ile",
"transcript": "ENST00000640376.1",
"protein_id": "ENSP00000491654.1",
"transcript_support_level": 5,
"aa_start": 673,
"aa_end": null,
"aa_length": 1101,
"cds_start": 2017,
"cds_end": null,
"cds_length": 3307,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000640376.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 49,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_006722434.4",
"protein_id": "XP_006722497.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 2227,
"cds_start": 2539,
"cds_end": null,
"cds_length": 6684,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722434.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_011525902.3",
"protein_id": "XP_011524204.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 2147,
"cds_start": 2539,
"cds_end": null,
"cds_length": 6444,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525902.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "XM_017025693.2",
"protein_id": "XP_016881182.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 2146,
"cds_start": 2536,
"cds_end": null,
"cds_length": 6441,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025693.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_011525903.3",
"protein_id": "XP_011524205.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 2084,
"cds_start": 2539,
"cds_end": null,
"cds_length": 6255,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525903.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 47,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "XM_047437468.1",
"protein_id": "XP_047293424.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 2083,
"cds_start": 2536,
"cds_end": null,
"cds_length": 6252,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437468.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_006722435.4",
"protein_id": "XP_006722498.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 2059,
"cds_start": 2539,
"cds_end": null,
"cds_length": 6180,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722435.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 46,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.1897G>A",
"hgvs_p": "p.Val633Ile",
"transcript": "XM_017025694.2",
"protein_id": "XP_016881183.1",
"transcript_support_level": null,
"aa_start": 633,
"aa_end": null,
"aa_length": 2013,
"cds_start": 1897,
"cds_end": null,
"cds_length": 6042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025694.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 45,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_011525904.4",
"protein_id": "XP_011524206.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 1990,
"cds_start": 2539,
"cds_end": null,
"cds_length": 5973,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525904.4"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 42,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.1474G>A",
"hgvs_p": "p.Val492Ile",
"transcript": "XM_017025695.2",
"protein_id": "XP_016881184.1",
"transcript_support_level": null,
"aa_start": 492,
"aa_end": null,
"aa_length": 1872,
"cds_start": 1474,
"cds_end": null,
"cds_length": 5619,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017025695.2"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_011525905.3",
"protein_id": "XP_011524207.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 1777,
"cds_start": 2539,
"cds_end": null,
"cds_length": 5334,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525905.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.1039G>A",
"hgvs_p": "p.Val347Ile",
"transcript": "XM_011525906.3",
"protein_id": "XP_011524208.1",
"transcript_support_level": null,
"aa_start": 347,
"aa_end": null,
"aa_length": 1727,
"cds_start": 1039,
"cds_end": null,
"cds_length": 5184,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525906.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 36,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_011525907.3",
"protein_id": "XP_011524209.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 1597,
"cds_start": 2539,
"cds_end": null,
"cds_length": 4794,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525907.3"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile",
"transcript": "XM_047437469.1",
"protein_id": "XP_047293425.1",
"transcript_support_level": null,
"aa_start": 846,
"aa_end": null,
"aa_length": 1463,
"cds_start": 2536,
"cds_end": null,
"cds_length": 4392,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437469.1"
},
{
"aa_ref": "V",
"aa_alt": "I",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 27,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.2539G>A",
"hgvs_p": "p.Val847Ile",
"transcript": "XM_047437470.1",
"protein_id": "XP_047293426.1",
"transcript_support_level": null,
"aa_start": 847,
"aa_end": null,
"aa_length": 1212,
"cds_start": 2539,
"cds_end": null,
"cds_length": 3639,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437470.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 48,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "c.-112G>A",
"hgvs_p": null,
"transcript": "NM_001318520.2",
"protein_id": "NP_001305449.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 1314,
"cds_start": null,
"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": "NM_001318520.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*528G>A",
"hgvs_p": null,
"transcript": "ENST00000638251.1",
"protein_id": "ENSP00000491968.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000638251.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.412G>A",
"hgvs_p": null,
"transcript": "ENST00000640393.1",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000640393.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 34,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.2568G>A",
"hgvs_p": null,
"transcript": "XR_007066140.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "XR_007066140.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 44,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.2568G>A",
"hgvs_p": null,
"transcript": "XR_430072.4",
"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": "XR_430072.4"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 35,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"hgvs_c": "n.*528G>A",
"hgvs_p": null,
"transcript": "ENST00000638251.1",
"protein_id": "ENSP00000491968.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000638251.1"
}
],
"gene_symbol": "RTTN",
"gene_hgnc_id": 18654,
"dbsnp": "rs113536228",
"frequency_reference_population": 0.00014977559,
"hom_count_reference_population": 1,
"allele_count_reference_population": 241,
"gnomad_exomes_af": 0.000082323,
"gnomad_genomes_af": 0.000799197,
"gnomad_exomes_ac": 120,
"gnomad_genomes_ac": 121,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.006635904312133789,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.058,
"revel_prediction": "Benign",
"alphamissense_score": 0.102,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.72,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.405,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -9,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6,BS1",
"acmg_by_gene": [
{
"score": -9,
"benign_score": 9,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6",
"BS1"
],
"verdict": "Benign",
"transcript": "NM_173630.4",
"gene_symbol": "RTTN",
"hgnc_id": 18654,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.2536G>A",
"hgvs_p": "p.Val846Ile"
}
],
"clinvar_disease": "RTTN-related disorder,not provided,not specified",
"clinvar_classification": "Conflicting classifications of pathogenicity",
"clinvar_review_status": "criteria provided, conflicting classifications",
"clinvar_submissions_summary": "US:3 LB:1",
"phenotype_combined": "not provided|not specified|RTTN-related disorder",
"pathogenicity_classification_combined": "Conflicting classifications of pathogenicity",
"custom_annotations": null
}
],
"message": null
}