← 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: 11-110233460-T-G (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=11&pos=110233460&ref=T&alt=G&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "11",
"pos": 110233460,
"ref": "T",
"alt": "G",
"effect": "missense_variant",
"transcript": "NM_001440509.1",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_002906.4",
"protein_id": "NP_002897.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 583,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000645495.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_002906.4"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "ENST00000645495.2",
"protein_id": "ENSP00000496503.2",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 583,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_002906.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645495.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "ENST00000528498.5",
"protein_id": "ENSP00000432112.1",
"transcript_support_level": 1,
"aa_start": 455,
"aa_end": null,
"aa_length": 604,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528498.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.323A>C",
"hgvs_p": "p.Asp108Ala",
"transcript": "ENST00000528900.5",
"protein_id": "ENSP00000433580.1",
"transcript_support_level": 1,
"aa_start": 108,
"aa_end": null,
"aa_length": 257,
"cds_start": 323,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000528900.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.405-1456A>C",
"hgvs_p": null,
"transcript": "ENST00000530301.5",
"protein_id": "ENSP00000436277.1",
"transcript_support_level": 1,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000530301.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.593A>C",
"hgvs_p": null,
"transcript": "ENST00000527537.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000527537.5"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.479A>C",
"hgvs_p": null,
"transcript": "ENST00000532461.5",
"protein_id": null,
"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": "retained_intron",
"feature": "ENST00000532461.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1550A>C",
"hgvs_p": "p.Asp517Ala",
"transcript": "NM_001440509.1",
"protein_id": "NP_001427438.1",
"transcript_support_level": null,
"aa_start": 517,
"aa_end": null,
"aa_length": 645,
"cds_start": 1550,
"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": "NM_001440509.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_001260492.2",
"protein_id": "NP_001247421.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 604,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260492.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_001260493.2",
"protein_id": "NP_001247422.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 604,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260493.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_001440505.1",
"protein_id": "NP_001427434.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 604,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440505.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_001440506.1",
"protein_id": "NP_001427435.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 604,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440506.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "ENST00000647231.1",
"protein_id": "ENSP00000496414.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 604,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1815,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000647231.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1331A>C",
"hgvs_p": "p.Asp444Ala",
"transcript": "NM_001440510.1",
"protein_id": "NP_001427439.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 593,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440510.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1331A>C",
"hgvs_p": "p.Asp444Ala",
"transcript": "NM_001440511.1",
"protein_id": "NP_001427440.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 593,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1782,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440511.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1385A>C",
"hgvs_p": "p.Asp462Ala",
"transcript": "NM_001440512.1",
"protein_id": "NP_001427441.1",
"transcript_support_level": null,
"aa_start": 462,
"aa_end": null,
"aa_length": 590,
"cds_start": 1385,
"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": "NM_001440512.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_001440507.1",
"protein_id": "NP_001427436.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 583,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440507.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 14,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "NM_001440508.1",
"protein_id": "NP_001427437.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 583,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440508.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1364A>C",
"hgvs_p": "p.Asp455Ala",
"transcript": "ENST00000914232.1",
"protein_id": "ENSP00000584291.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 583,
"cds_start": 1364,
"cds_end": null,
"cds_length": 1752,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914232.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1331A>C",
"hgvs_p": "p.Asp444Ala",
"transcript": "NM_001440513.1",
"protein_id": "NP_001427442.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 572,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440513.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1331A>C",
"hgvs_p": "p.Asp444Ala",
"transcript": "NM_001440514.1",
"protein_id": "NP_001427443.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 572,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440514.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1331A>C",
"hgvs_p": "p.Asp444Ala",
"transcript": "NM_001440515.1",
"protein_id": "NP_001427444.1",
"transcript_support_level": null,
"aa_start": 444,
"aa_end": null,
"aa_length": 572,
"cds_start": 1331,
"cds_end": null,
"cds_length": 1719,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440515.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1280A>C",
"hgvs_p": "p.Asp427Ala",
"transcript": "NM_001440516.1",
"protein_id": "NP_001427445.1",
"transcript_support_level": null,
"aa_start": 427,
"aa_end": null,
"aa_length": 555,
"cds_start": 1280,
"cds_end": null,
"cds_length": 1668,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440516.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 12,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1268A>C",
"hgvs_p": "p.Asp423Ala",
"transcript": "NM_001440517.1",
"protein_id": "NP_001427446.1",
"transcript_support_level": null,
"aa_start": 423,
"aa_end": null,
"aa_length": 551,
"cds_start": 1268,
"cds_end": null,
"cds_length": 1656,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001440517.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.1265A>C",
"hgvs_p": "p.Asp422Ala",
"transcript": "ENST00000955458.1",
"protein_id": "ENSP00000625517.1",
"transcript_support_level": null,
"aa_start": 422,
"aa_end": null,
"aa_length": 550,
"cds_start": 1265,
"cds_end": null,
"cds_length": 1653,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000955458.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.956A>C",
"hgvs_p": "p.Asp319Ala",
"transcript": "NM_001260494.2",
"protein_id": "NP_001247423.1",
"transcript_support_level": null,
"aa_start": 319,
"aa_end": null,
"aa_length": 447,
"cds_start": 956,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260494.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.956A>C",
"hgvs_p": "p.Asp319Ala",
"transcript": "ENST00000544551.5",
"protein_id": "ENSP00000445826.1",
"transcript_support_level": 2,
"aa_start": 319,
"aa_end": null,
"aa_length": 447,
"cds_start": 956,
"cds_end": null,
"cds_length": 1344,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000544551.5"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.323A>C",
"hgvs_p": "p.Asp108Ala",
"transcript": "NM_001260495.2",
"protein_id": "NP_001247424.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 257,
"cds_start": 323,
"cds_end": null,
"cds_length": 774,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260495.2"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.5A>C",
"hgvs_p": "p.Asp2Ala",
"transcript": "ENST00000645312.1",
"protein_id": "ENSP00000494060.1",
"transcript_support_level": null,
"aa_start": 2,
"aa_end": null,
"aa_length": 151,
"cds_start": 5,
"cds_end": null,
"cds_length": 456,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000645312.1"
},
{
"aa_ref": "D",
"aa_alt": "A",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.326A>C",
"hgvs_p": "p.Asp109Ala",
"transcript": "XM_047427391.1",
"protein_id": "XP_047283347.1",
"transcript_support_level": null,
"aa_start": 109,
"aa_end": null,
"aa_length": 237,
"cds_start": 326,
"cds_end": null,
"cds_length": 714,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047427391.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "c.405-1456A>C",
"hgvs_p": null,
"transcript": "NM_001260496.2",
"protein_id": "NP_001247425.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 200,
"cds_start": null,
"cds_end": null,
"cds_length": 603,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001260496.2"
},
{
"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": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.374A>C",
"hgvs_p": null,
"transcript": "ENST00000530085.2",
"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": "ENST00000530085.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.*834A>C",
"hgvs_p": null,
"transcript": "ENST00000530131.5",
"protein_id": "ENSP00000432829.1",
"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": "ENST00000530131.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.1364A>C",
"hgvs_p": null,
"transcript": "ENST00000530749.5",
"protein_id": "ENSP00000437301.1",
"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": "ENST00000530749.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"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": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.64A>C",
"hgvs_p": null,
"transcript": "ENST00000533961.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": "ENST00000533961.1"
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.1364A>C",
"hgvs_p": null,
"transcript": "ENST00000645527.1",
"protein_id": "ENSP00000496121.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000645527.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 13,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.1364A>C",
"hgvs_p": null,
"transcript": "ENST00000646663.1",
"protein_id": "ENSP00000494693.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000646663.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 11,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"hgvs_c": "n.*834A>C",
"hgvs_p": null,
"transcript": "ENST00000530131.5",
"protein_id": "ENSP00000432829.1",
"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": "ENST00000530131.5"
}
],
"gene_symbol": "RDX",
"gene_hgnc_id": 9944,
"dbsnp": "rs727505062",
"frequency_reference_population": 0.000004336943,
"hom_count_reference_population": 0,
"allele_count_reference_population": 7,
"gnomad_exomes_af": 0.00000410437,
"gnomad_genomes_af": 0.00000657099,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": 1,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.4572576880455017,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.2,
"revel_prediction": "Benign",
"alphamissense_score": 0.8339,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.18,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.674,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 2,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2",
"acmg_by_gene": [
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001440509.1",
"gene_symbol": "RDX",
"hgnc_id": 9944,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1550A>C",
"hgvs_p": "p.Asp517Ala"
}
],
"clinvar_disease": "not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:3",
"phenotype_combined": "not specified|not provided",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}