← 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-155317996-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=155317996&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 155317996,
"ref": "G",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000368356.9",
"consequences": [
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "NM_002004.4",
"protein_id": "NP_001995.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 419,
"cds_start": 536,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 1417,
"mane_select": "ENST00000368356.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "ENST00000368356.9",
"protein_id": "ENSP00000357340.4",
"transcript_support_level": 2,
"aa_start": 179,
"aa_end": null,
"aa_length": 419,
"cds_start": 536,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 637,
"cdna_end": null,
"cdna_length": 1417,
"mane_select": "NM_002004.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "ENST00000356657.10",
"protein_id": "ENSP00000349078.6",
"transcript_support_level": 1,
"aa_start": 179,
"aa_end": null,
"aa_length": 419,
"cds_start": 536,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 698,
"cdna_end": null,
"cdna_length": 1478,
"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": 2,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.710C>T",
"hgvs_p": null,
"transcript": "ENST00000543656.3",
"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": 1850,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 11,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "NM_001135821.2",
"protein_id": "NP_001129293.1",
"transcript_support_level": null,
"aa_start": 179,
"aa_end": null,
"aa_length": 419,
"cds_start": 536,
"cds_end": null,
"cds_length": 1260,
"cdna_start": 748,
"cdna_end": null,
"cdna_length": 1528,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "NM_001135822.2",
"protein_id": "NP_001129294.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 439,
"cdna_end": null,
"cdna_length": 1219,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "NM_001242824.2",
"protein_id": "NP_001229753.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 460,
"cdna_end": null,
"cdna_length": 1240,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "NM_001378424.1",
"protein_id": "NP_001365353.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 550,
"cdna_end": null,
"cdna_length": 1330,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "NM_001378425.1",
"protein_id": "NP_001365354.1",
"transcript_support_level": null,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 571,
"cdna_end": null,
"cdna_length": 1351,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "ENST00000447866.5",
"protein_id": "ENSP00000391755.1",
"transcript_support_level": 5,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 532,
"cdna_end": null,
"cdna_length": 1256,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "ENST00000467076.5",
"protein_id": "ENSP00000480142.1",
"transcript_support_level": 3,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 416,
"cdna_end": null,
"cdna_length": 1178,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.338G>A",
"hgvs_p": "p.Arg113Gln",
"transcript": "ENST00000612683.1",
"protein_id": "ENSP00000478235.1",
"transcript_support_level": 5,
"aa_start": 113,
"aa_end": null,
"aa_length": 353,
"cds_start": 338,
"cds_end": null,
"cds_length": 1062,
"cdna_start": 446,
"cdna_end": null,
"cdna_length": 1198,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln",
"transcript": "ENST00000491013.5",
"protein_id": "ENSP00000479557.1",
"transcript_support_level": 5,
"aa_start": 179,
"aa_end": null,
"aa_length": 273,
"cds_start": 536,
"cds_end": null,
"cds_length": 823,
"cdna_start": 625,
"cdna_end": null,
"cdna_length": 912,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.23G>A",
"hgvs_p": "p.Arg8Gln",
"transcript": "NM_001242825.2",
"protein_id": "NP_001229754.1",
"transcript_support_level": null,
"aa_start": 8,
"aa_end": null,
"aa_length": 248,
"cds_start": 23,
"cds_end": null,
"cds_length": 747,
"cdna_start": 297,
"cdna_end": null,
"cdna_length": 1077,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "R",
"aa_alt": "Q",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.23G>A",
"hgvs_p": "p.Arg8Gln",
"transcript": "ENST00000611010.4",
"protein_id": "ENSP00000483188.1",
"transcript_support_level": 5,
"aa_start": 8,
"aa_end": null,
"aa_length": 248,
"cds_start": 23,
"cds_end": null,
"cds_length": 747,
"cdna_start": 415,
"cdna_end": null,
"cdna_length": 1196,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.840C>T",
"hgvs_p": null,
"transcript": "ENST00000443642.2",
"protein_id": null,
"transcript_support_level": 5,
"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": 977,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.703C>T",
"hgvs_p": null,
"transcript": "ENST00000446880.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1836,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.502G>A",
"hgvs_p": null,
"transcript": "ENST00000461507.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 1022,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.550G>A",
"hgvs_p": null,
"transcript": "ENST00000468479.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 938,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.448G>A",
"hgvs_p": null,
"transcript": "ENST00000470171.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 746,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.300G>A",
"hgvs_p": null,
"transcript": "ENST00000471117.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 630,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.*213G>A",
"hgvs_p": null,
"transcript": "ENST00000474345.5",
"protein_id": "ENSP00000478032.1",
"transcript_support_level": 3,
"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": 713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.431G>A",
"hgvs_p": null,
"transcript": "ENST00000477057.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 741,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.432G>A",
"hgvs_p": null,
"transcript": "ENST00000489003.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 976,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"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": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.433G>A",
"hgvs_p": null,
"transcript": "ENST00000495308.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 808,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.704C>T",
"hgvs_p": null,
"transcript": "ENST00000746587.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": 841,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.432C>T",
"hgvs_p": null,
"transcript": "ENST00000746588.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": 569,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.293C>T",
"hgvs_p": null,
"transcript": "ENST00000746589.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": 430,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.680C>T",
"hgvs_p": null,
"transcript": "ENST00000746590.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": 817,
"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": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.438C>T",
"hgvs_p": null,
"transcript": "ENST00000746591.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": 529,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.602C>T",
"hgvs_p": null,
"transcript": "ENST00000746592.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": 739,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.382C>T",
"hgvs_p": null,
"transcript": "ENST00000746593.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": 463,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.840C>T",
"hgvs_p": null,
"transcript": "ENST00000746595.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": 977,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.262C>T",
"hgvs_p": null,
"transcript": "ENST00000746596.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": 393,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.378C>T",
"hgvs_p": null,
"transcript": "ENST00000746597.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": 515,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.245C>T",
"hgvs_p": null,
"transcript": "ENST00000746598.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": 382,
"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": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.637C>T",
"hgvs_p": null,
"transcript": "NR_145424.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": 1779,
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.362C>T",
"hgvs_p": null,
"transcript": "NR_145425.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": 1504,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.*213G>A",
"hgvs_p": null,
"transcript": "ENST00000474345.5",
"protein_id": "ENSP00000478032.1",
"transcript_support_level": 3,
"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": 713,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.599+269C>T",
"hgvs_p": null,
"transcript": "ENST00000746586.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": 1312,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.-192G>A",
"hgvs_p": null,
"transcript": "ENST00000492244.5",
"protein_id": null,
"transcript_support_level": 3,
"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": 673,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"upstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "n.-179G>A",
"hgvs_p": null,
"transcript": "ENST00000492887.5",
"protein_id": null,
"transcript_support_level": 2,
"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": 554,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"hgvs_c": "c.*14G>A",
"hgvs_p": null,
"transcript": "ENST00000465559.5",
"protein_id": "ENSP00000484099.1",
"transcript_support_level": 3,
"aa_start": null,
"aa_end": null,
"aa_length": 173,
"cds_start": -4,
"cds_end": null,
"cds_length": 522,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 677,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"downstream_gene_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RUSC1-AS1",
"gene_hgnc_id": 26680,
"hgvs_c": "n.*101C>T",
"hgvs_p": null,
"transcript": "ENST00000746600.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": 545,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FDPS",
"gene_hgnc_id": 3631,
"dbsnp": "rs863225241",
"frequency_reference_population": 0.000004105321,
"hom_count_reference_population": 0,
"allele_count_reference_population": 6,
"gnomad_exomes_af": 0.00000410532,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 6,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.9867600202560425,
"computational_prediction_selected": "Pathogenic",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.784,
"revel_prediction": "Pathogenic",
"alphamissense_score": 0.7601,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.38,
"bayesdelnoaf_prediction": "Pathogenic",
"phylop100way_score": 7.447,
"phylop100way_prediction": "Uncertain_significance",
"spliceai_max_score": 0.03,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 4,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PP3_Strong,PP5,BS2_Supporting",
"acmg_by_gene": [
{
"score": 4,
"benign_score": 1,
"pathogenic_score": 5,
"criteria": [
"PP3_Strong",
"PP5",
"BS2_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000368356.9",
"gene_symbol": "FDPS",
"hgnc_id": 3631,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD",
"hgvs_c": "c.536G>A",
"hgvs_p": "p.Arg179Gln"
},
{
"score": 7,
"benign_score": 0,
"pathogenic_score": 7,
"criteria": [
"PM2",
"PP3_Strong",
"PP5"
],
"verdict": "Likely_pathogenic",
"transcript": "ENST00000543656.3",
"gene_symbol": "RUSC1-AS1",
"hgnc_id": 26680,
"effects": [
"non_coding_transcript_exon_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.710C>T",
"hgvs_p": null
}
],
"clinvar_disease": " multiple types,Porokeratosis 9",
"clinvar_classification": "Pathogenic",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"phenotype_combined": "Porokeratosis 9, multiple types",
"pathogenicity_classification_combined": "Pathogenic",
"custom_annotations": null
}
],
"message": null
}