← 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: 1-151346257-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=151346257&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 151346257,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000452671.7",
"consequences": [
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001025603.2",
"protein_id": "NP_001020774.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 3570,
"mane_select": "ENST00000452671.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000452671.7",
"protein_id": "ENSP00000389130.2",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 3570,
"mane_select": "NM_001025603.2",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000290524.8",
"protein_id": "ENSP00000290524.4",
"transcript_support_level": 1,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 243,
"cdna_end": null,
"cdna_length": 3576,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.297G>A",
"hgvs_p": null,
"transcript": "ENST00000479681.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.279G>A",
"hgvs_p": null,
"transcript": "ENST00000494217.5",
"protein_id": null,
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_000449.4",
"protein_id": "NP_000440.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 244,
"cdna_end": null,
"cdna_length": 3577,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379412.1",
"protein_id": "NP_001366341.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379413.1",
"protein_id": "NP_001366342.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 304,
"cdna_end": null,
"cdna_length": 3637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379414.1",
"protein_id": "NP_001366343.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 304,
"cdna_end": null,
"cdna_length": 3637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379415.1",
"protein_id": "NP_001366344.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 304,
"cdna_end": null,
"cdna_length": 3637,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379416.1",
"protein_id": "NP_001366345.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 364,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379417.1",
"protein_id": "NP_001366346.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 3630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379418.1",
"protein_id": "NP_001366347.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 255,
"cdna_end": null,
"cdna_length": 3588,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000368870.6",
"protein_id": "ENSP00000357864.2",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 315,
"cdna_end": null,
"cdna_length": 2459,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000392746.7",
"protein_id": "ENSP00000376502.3",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 595,
"cds_start": 64,
"cds_end": null,
"cds_length": 1790,
"cdna_start": 330,
"cdna_end": null,
"cdna_length": 2056,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379419.1",
"protein_id": "NP_001366348.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 576,
"cds_start": 64,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 237,
"cdna_end": null,
"cdna_length": 3450,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "NM_001379420.1",
"protein_id": "NP_001366349.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 576,
"cds_start": 64,
"cds_end": null,
"cds_length": 1731,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 3510,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000422595.5",
"protein_id": "ENSP00000399095.1",
"transcript_support_level": 5,
"aa_start": 22,
"aa_end": null,
"aa_length": 228,
"cds_start": 64,
"cds_end": null,
"cds_length": 689,
"cdna_start": 277,
"cdna_end": null,
"cdna_length": 902,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000450506.5",
"protein_id": "ENSP00000398666.1",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 183,
"cds_start": 64,
"cds_end": null,
"cds_length": 553,
"cdna_start": 414,
"cdna_end": null,
"cdna_length": 903,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000458484.5",
"protein_id": "ENSP00000409187.1",
"transcript_support_level": 3,
"aa_start": 22,
"aa_end": null,
"aa_length": 164,
"cds_start": 64,
"cds_end": null,
"cds_length": 496,
"cdna_start": 105,
"cdna_end": null,
"cdna_length": 537,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000430227.5",
"protein_id": "ENSP00000387618.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 122,
"cds_start": 64,
"cds_end": null,
"cds_length": 369,
"cdna_start": 280,
"cdna_end": null,
"cdna_length": 585,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000412774.5",
"protein_id": "ENSP00000396810.1",
"transcript_support_level": 2,
"aa_start": 22,
"aa_end": null,
"aa_length": 116,
"cds_start": 64,
"cds_end": null,
"cds_length": 353,
"cdna_start": 273,
"cdna_end": null,
"cdna_length": 562,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000437327.5",
"protein_id": "ENSP00000413153.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 104,
"cds_start": 64,
"cds_end": null,
"cds_length": 317,
"cdna_start": 344,
"cdna_end": null,
"cdna_length": 597,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "ENST00000436271.5",
"protein_id": "ENSP00000390720.1",
"transcript_support_level": 4,
"aa_start": 22,
"aa_end": null,
"aa_length": 95,
"cds_start": 64,
"cds_end": null,
"cds_length": 289,
"cdna_start": 320,
"cdna_end": null,
"cdna_length": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "A",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr",
"transcript": "XM_047426951.1",
"protein_id": "XP_047282907.1",
"transcript_support_level": null,
"aa_start": 22,
"aa_end": null,
"aa_length": 616,
"cds_start": 64,
"cds_end": null,
"cds_length": 1851,
"cdna_start": 364,
"cdna_end": null,
"cdna_length": 3697,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.64G>A",
"hgvs_p": null,
"transcript": "ENST00000421986.5",
"protein_id": "ENSP00000399372.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 558,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.64G>A",
"hgvs_p": null,
"transcript": "ENST00000435314.5",
"protein_id": "ENSP00000415012.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 583,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.64G>A",
"hgvs_p": null,
"transcript": "ENST00000444392.5",
"protein_id": "ENSP00000412900.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 596,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.64G>A",
"hgvs_p": null,
"transcript": "ENST00000452456.1",
"protein_id": "ENSP00000405067.1",
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 567,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"hgvs_c": "n.238G>A",
"hgvs_p": null,
"transcript": "ENST00000478564.5",
"protein_id": null,
"transcript_support_level": 4,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 555,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RFX5-AS1",
"gene_hgnc_id": 40503,
"hgvs_c": "n.530-1375C>T",
"hgvs_p": null,
"transcript": "ENST00000811547.1",
"protein_id": null,
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 789,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RFX5",
"gene_hgnc_id": 9986,
"dbsnp": "rs2233843",
"frequency_reference_population": 0.0030932382,
"hom_count_reference_population": 133,
"allele_count_reference_population": 4993,
"gnomad_exomes_af": 0.00179562,
"gnomad_genomes_af": 0.0155505,
"gnomad_exomes_ac": 2625,
"gnomad_genomes_ac": 2368,
"gnomad_exomes_homalt": 62,
"gnomad_genomes_homalt": 71,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.0016357600688934326,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.021,
"revel_prediction": "Benign",
"alphamissense_score": 0.0646,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.39,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -0.159,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BA1",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000452671.7",
"gene_symbol": "RFX5",
"hgnc_id": 9986,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.64G>A",
"hgvs_p": "p.Ala22Thr"
},
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BA1"
],
"verdict": "Benign",
"transcript": "ENST00000811547.1",
"gene_symbol": "RFX5-AS1",
"hgnc_id": 40503,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.530-1375C>T",
"hgvs_p": null
}
],
"clinvar_disease": "MHC class II deficiency,not provided",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:4",
"phenotype_combined": "MHC class II deficiency|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}