← 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: 19-5994902-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=19&pos=5994902&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "19",
"pos": 5994902,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_000635.4",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "NM_000635.4",
"protein_id": "NP_000626.2",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 723,
"cds_start": 2105,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000303657.10",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_000635.4"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "ENST00000303657.10",
"protein_id": "ENSP00000306335.4",
"transcript_support_level": 1,
"aa_start": 702,
"aa_end": null,
"aa_length": 723,
"cds_start": 2105,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_000635.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000303657.10"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "ENST00000359161.7",
"protein_id": "ENSP00000352076.3",
"transcript_support_level": 1,
"aa_start": 702,
"aa_end": null,
"aa_length": 723,
"cds_start": 2105,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000359161.7"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2126G>A",
"hgvs_p": "p.Arg709His",
"transcript": "ENST00000926861.1",
"protein_id": "ENSP00000596920.1",
"transcript_support_level": null,
"aa_start": 709,
"aa_end": null,
"aa_length": 730,
"cds_start": 2126,
"cds_end": null,
"cds_length": 2193,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926861.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "ENST00000969658.1",
"protein_id": "ENSP00000639717.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 723,
"cds_start": 2105,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969658.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2048G>A",
"hgvs_p": "p.Arg683His",
"transcript": "ENST00000889048.1",
"protein_id": "ENSP00000559107.1",
"transcript_support_level": null,
"aa_start": 683,
"aa_end": null,
"aa_length": 704,
"cds_start": 2048,
"cds_end": null,
"cds_length": 2115,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889048.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "NM_134433.3",
"protein_id": "NP_602309.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 698,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_134433.3"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "ENST00000592546.5",
"protein_id": "ENSP00000467166.1",
"transcript_support_level": 2,
"aa_start": 677,
"aa_end": null,
"aa_length": 698,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000592546.5"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "ENST00000889050.1",
"protein_id": "ENSP00000559109.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 698,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889050.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "ENST00000969662.1",
"protein_id": "ENSP00000639721.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 698,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969662.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "ENST00000969663.1",
"protein_id": "ENSP00000639722.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 698,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969663.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1997G>A",
"hgvs_p": "p.Arg666His",
"transcript": "ENST00000969660.1",
"protein_id": "ENSP00000639719.1",
"transcript_support_level": null,
"aa_start": 666,
"aa_end": null,
"aa_length": 687,
"cds_start": 1997,
"cds_end": null,
"cds_length": 2064,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969660.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1985G>A",
"hgvs_p": "p.Arg662His",
"transcript": "ENST00000969659.1",
"protein_id": "ENSP00000639718.1",
"transcript_support_level": null,
"aa_start": 662,
"aa_end": null,
"aa_length": 683,
"cds_start": 1985,
"cds_end": null,
"cds_length": 2052,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969659.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1910G>A",
"hgvs_p": "p.Arg637His",
"transcript": "ENST00000889049.1",
"protein_id": "ENSP00000559108.1",
"transcript_support_level": null,
"aa_start": 637,
"aa_end": null,
"aa_length": 658,
"cds_start": 1910,
"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": "ENST00000889049.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1901G>A",
"hgvs_p": "p.Arg634His",
"transcript": "ENST00000969661.1",
"protein_id": "ENSP00000639720.1",
"transcript_support_level": null,
"aa_start": 634,
"aa_end": null,
"aa_length": 655,
"cds_start": 1901,
"cds_end": null,
"cds_length": 1968,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000969661.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 15,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1718G>A",
"hgvs_p": "p.Arg573His",
"transcript": "ENST00000926862.1",
"protein_id": "ENSP00000596921.1",
"transcript_support_level": null,
"aa_start": 573,
"aa_end": null,
"aa_length": 594,
"cds_start": 1718,
"cds_end": null,
"cds_length": 1785,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000926862.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2105G>A",
"hgvs_p": "p.Arg702His",
"transcript": "XM_047439196.1",
"protein_id": "XP_047295152.1",
"transcript_support_level": null,
"aa_start": 702,
"aa_end": null,
"aa_length": 723,
"cds_start": 2105,
"cds_end": null,
"cds_length": 2172,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439196.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 18,
"exon_rank_end": null,
"exon_count": 18,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.2030G>A",
"hgvs_p": "p.Arg677His",
"transcript": "XM_047439197.1",
"protein_id": "XP_047295153.1",
"transcript_support_level": null,
"aa_start": 677,
"aa_end": null,
"aa_length": 698,
"cds_start": 2030,
"cds_end": null,
"cds_length": 2097,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439197.1"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 17,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1970G>A",
"hgvs_p": "p.Arg657His",
"transcript": "XM_017027107.2",
"protein_id": "XP_016882596.1",
"transcript_support_level": null,
"aa_start": 657,
"aa_end": null,
"aa_length": 678,
"cds_start": 1970,
"cds_end": null,
"cds_length": 2037,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017027107.2"
},
{
"aa_ref": "R",
"aa_alt": "H",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 16,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "c.1895G>A",
"hgvs_p": "p.Arg632His",
"transcript": "XM_047439198.1",
"protein_id": "XP_047295154.1",
"transcript_support_level": null,
"aa_start": 632,
"aa_end": null,
"aa_length": 653,
"cds_start": 1895,
"cds_end": null,
"cds_length": 1962,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047439198.1"
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"hgvs_c": "n.406G>A",
"hgvs_p": null,
"transcript": "ENST00000590778.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": "ENST00000590778.1"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.112+16388C>T",
"hgvs_p": null,
"transcript": "ENST00000587836.1",
"protein_id": null,
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000587836.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.339+16388C>T",
"hgvs_p": null,
"transcript": "ENST00000685063.3",
"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": "ENST00000685063.3"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.131+16388C>T",
"hgvs_p": null,
"transcript": "ENST00000836840.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": "ENST00000836840.1"
},
{
"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": 3,
"intron_rank": 2,
"intron_rank_end": null,
"gene_symbol": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.271+7808C>T",
"hgvs_p": null,
"transcript": "ENST00000836841.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": "ENST00000836841.1"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.133-5103C>T",
"hgvs_p": null,
"transcript": "ENST00000836842.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": "ENST00000836842.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.129+10746C>T",
"hgvs_p": null,
"transcript": "ENST00000836843.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": "ENST00000836843.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.540+6795C>T",
"hgvs_p": null,
"transcript": "ENST00000836844.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": "ENST00000836844.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.101+7292C>T",
"hgvs_p": null,
"transcript": "ENST00000836845.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": "ENST00000836845.1"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.77-5103C>T",
"hgvs_p": null,
"transcript": "ENST00000836846.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": "ENST00000836846.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.179+4841C>T",
"hgvs_p": null,
"transcript": "ENST00000836847.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": "ENST00000836847.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.124+4222C>T",
"hgvs_p": null,
"transcript": "ENST00000836848.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": "ENST00000836848.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.143-2116C>T",
"hgvs_p": null,
"transcript": "ENST00000836849.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": "ENST00000836849.1"
},
{
"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": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.185+522C>T",
"hgvs_p": null,
"transcript": "ENST00000836850.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": "ENST00000836850.1"
},
{
"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": 4,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RANBP3-DT",
"gene_hgnc_id": 55312,
"hgvs_c": "n.112+16388C>T",
"hgvs_p": null,
"transcript": "NR_046376.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": "NR_046376.1"
}
],
"gene_symbol": "RFX2",
"gene_hgnc_id": 9983,
"dbsnp": "rs141415407",
"frequency_reference_population": 0.0006453721,
"hom_count_reference_population": 1,
"allele_count_reference_population": 1039,
"gnomad_exomes_af": 0.000666161,
"gnomad_genomes_af": 0.000446434,
"gnomad_exomes_ac": 971,
"gnomad_genomes_ac": 68,
"gnomad_exomes_homalt": 1,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.026553720235824585,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.019999999552965164,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.164,
"revel_prediction": "Benign",
"alphamissense_score": 0.0681,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.46,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.139,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.02,
"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": -10,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BS2",
"acmg_by_gene": [
{
"score": -10,
"benign_score": 10,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BS2"
],
"verdict": "Benign",
"transcript": "NM_000635.4",
"gene_symbol": "RFX2",
"hgnc_id": 9983,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.2105G>A",
"hgvs_p": "p.Arg702His"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000587836.1",
"gene_symbol": "RANBP3-DT",
"hgnc_id": 55312,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.112+16388C>T",
"hgvs_p": null
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}