← 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-182472509-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=1&pos=182472509&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "1",
"pos": 182472509,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "NM_001366934.1",
"consequences": [
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.415C>T",
"hgvs_p": "p.His139Tyr",
"transcript": "NM_001137669.2",
"protein_id": "NP_001131141.1",
"transcript_support_level": null,
"aa_start": 139,
"aa_end": null,
"aa_length": 1076,
"cds_start": 415,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000294854.13",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001137669.2"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.415C>T",
"hgvs_p": "p.His139Tyr",
"transcript": "ENST00000294854.13",
"protein_id": "ENSP00000457748.1",
"transcript_support_level": 1,
"aa_start": 139,
"aa_end": null,
"aa_length": 1076,
"cds_start": 415,
"cds_end": null,
"cds_length": 3231,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001137669.2",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000294854.13"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.520C>T",
"hgvs_p": "p.His174Tyr",
"transcript": "NM_001366934.1",
"protein_id": "NP_001353863.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 1111,
"cds_start": 520,
"cds_end": null,
"cds_length": 3336,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001366934.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 2,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.58C>T",
"hgvs_p": "p.His20Tyr",
"transcript": "ENST00000634679.1",
"protein_id": "ENSP00000489502.1",
"transcript_support_level": 5,
"aa_start": 20,
"aa_end": null,
"aa_length": 165,
"cds_start": 58,
"cds_end": null,
"cds_length": 500,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634679.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.520C>T",
"hgvs_p": "p.His174Tyr",
"transcript": "XM_017001188.2",
"protein_id": "XP_016856677.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 1108,
"cds_start": 520,
"cds_end": null,
"cds_length": 3327,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001188.2"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.His161Tyr",
"transcript": "XM_017001189.2",
"protein_id": "XP_016856678.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 1098,
"cds_start": 481,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001189.2"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.His161Tyr",
"transcript": "XM_017001190.2",
"protein_id": "XP_016856679.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 1098,
"cds_start": 481,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001190.2"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.His161Tyr",
"transcript": "XM_017001191.1",
"protein_id": "XP_016856680.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 1098,
"cds_start": 481,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001191.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.His161Tyr",
"transcript": "XM_017001192.3",
"protein_id": "XP_016856681.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 1098,
"cds_start": 481,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001192.3"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 23,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.481C>T",
"hgvs_p": "p.His161Tyr",
"transcript": "XM_017001193.3",
"protein_id": "XP_016856682.1",
"transcript_support_level": null,
"aa_start": 161,
"aa_end": null,
"aa_length": 1098,
"cds_start": 481,
"cds_end": null,
"cds_length": 3297,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001193.3"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.520C>T",
"hgvs_p": "p.His174Tyr",
"transcript": "XM_011509494.3",
"protein_id": "XP_011507796.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 1013,
"cds_start": 520,
"cds_end": null,
"cds_length": 3042,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509494.3"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.214C>T",
"hgvs_p": "p.His72Tyr",
"transcript": "XM_047419632.1",
"protein_id": "XP_047275588.1",
"transcript_support_level": null,
"aa_start": 72,
"aa_end": null,
"aa_length": 1009,
"cds_start": 214,
"cds_end": null,
"cds_length": 3030,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419632.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.520C>T",
"hgvs_p": "p.His174Tyr",
"transcript": "XM_047419638.1",
"protein_id": "XP_047275594.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 984,
"cds_start": 520,
"cds_end": null,
"cds_length": 2955,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419638.1"
},
{
"aa_ref": "H",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"missense_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.520C>T",
"hgvs_p": "p.His174Tyr",
"transcript": "XM_011509500.2",
"protein_id": "XP_011507802.1",
"transcript_support_level": null,
"aa_start": 174,
"aa_end": null,
"aa_length": 782,
"cds_start": 520,
"cds_end": null,
"cds_length": 2349,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011509500.2"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"5_prime_UTR_variant"
],
"exon_rank": 1,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.-49C>T",
"hgvs_p": null,
"transcript": "XM_047419640.1",
"protein_id": "XP_047275596.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047419640.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.-68-1066C>T",
"hgvs_p": null,
"transcript": "ENST00000634758.1",
"protein_id": "ENSP00000488942.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 80,
"cds_start": null,
"cds_end": null,
"cds_length": 244,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634758.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 17,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.-1+12376C>T",
"hgvs_p": null,
"transcript": "XM_017001196.1",
"protein_id": "XP_016856685.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 599,
"cds_start": null,
"cds_end": null,
"cds_length": 1800,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_017001196.1"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "n.564C>T",
"hgvs_p": null,
"transcript": "ENST00000367561.9",
"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": "ENST00000367561.9"
},
{
"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": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "n.415C>T",
"hgvs_p": null,
"transcript": "ENST00000416676.5",
"protein_id": "ENSP00000458086.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000416676.5"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "n.520C>T",
"hgvs_p": null,
"transcript": "ENST00000443996.6",
"protein_id": "ENSP00000457491.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "nonsense_mediated_decay",
"feature": "ENST00000443996.6"
},
{
"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": 4,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "n.390C>T",
"hgvs_p": null,
"transcript": "ENST00000444367.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": "retained_intron",
"feature": "ENST00000444367.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": 8,
"intron_rank": 5,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "n.434+11753C>T",
"hgvs_p": null,
"transcript": "ENST00000422241.2",
"protein_id": "ENSP00000456332.1",
"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": "nonsense_mediated_decay",
"feature": "ENST00000422241.2"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.*22C>T",
"hgvs_p": null,
"transcript": "ENST00000437548.5",
"protein_id": "ENSP00000454969.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 63,
"cds_start": null,
"cds_end": null,
"cds_length": 192,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000437548.5"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "c.*101C>T",
"hgvs_p": null,
"transcript": "ENST00000634723.1",
"protein_id": "ENSP00000489611.1",
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": 36,
"cds_start": null,
"cds_end": null,
"cds_length": 113,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000634723.1"
},
{
"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": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"hgvs_c": "n.*109C>T",
"hgvs_p": null,
"transcript": "ENST00000426890.5",
"protein_id": null,
"transcript_support_level": 5,
"aa_start": null,
"aa_end": null,
"aa_length": null,
"cds_start": null,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "pseudogene",
"feature": "ENST00000426890.5"
}
],
"gene_symbol": "RGSL1",
"gene_hgnc_id": 18636,
"dbsnp": "rs745534171",
"frequency_reference_population": 0.0000554896,
"hom_count_reference_population": 0,
"allele_count_reference_population": 86,
"gnomad_exomes_af": 0.0000593857,
"gnomad_genomes_af": 0.0000197114,
"gnomad_exomes_ac": 83,
"gnomad_genomes_ac": 3,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.10030269622802734,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": 0.1426,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.52,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 1.086,
"phylop100way_prediction": "Benign",
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM2,BP4_Moderate",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 2,
"pathogenic_score": 2,
"criteria": [
"PM2",
"BP4_Moderate"
],
"verdict": "Uncertain_significance",
"transcript": "NM_001366934.1",
"gene_symbol": "RGSL1",
"hgnc_id": 18636,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.520C>T",
"hgvs_p": "p.His174Tyr"
}
],
"clinvar_disease": "not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "US:1",
"phenotype_combined": "not specified",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}