← 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: 5-16475028-C-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=16475028&ref=C&alt=A&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "5",
"pos": 16475028,
"ref": "C",
"alt": "A",
"effect": "missense_variant",
"transcript": "ENST00000306320.10",
"consequences": [
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.1207G>T",
"hgvs_p": "p.Asp403Tyr",
"transcript": "NM_001034850.3",
"protein_id": "NP_001030022.1",
"transcript_support_level": null,
"aa_start": 403,
"aa_end": null,
"aa_length": 497,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": "ENST00000306320.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.1207G>T",
"hgvs_p": "p.Asp403Tyr",
"transcript": "ENST00000306320.10",
"protein_id": "ENSP00000304642.9",
"transcript_support_level": 1,
"aa_start": 403,
"aa_end": null,
"aa_length": 497,
"cds_start": 1207,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1233,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": "NM_001034850.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.784G>T",
"hgvs_p": "p.Asp262Tyr",
"transcript": "ENST00000399793.6",
"protein_id": "ENSP00000382691.2",
"transcript_support_level": 1,
"aa_start": 262,
"aa_end": null,
"aa_length": 356,
"cds_start": 784,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 3145,
"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": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.682G>T",
"hgvs_p": null,
"transcript": "ENST00000510362.6",
"protein_id": "ENSP00000425089.2",
"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": 1531,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.1363G>T",
"hgvs_p": "p.Asp455Tyr",
"transcript": "ENST00000682229.1",
"protein_id": "ENSP00000507342.1",
"transcript_support_level": null,
"aa_start": 455,
"aa_end": null,
"aa_length": 549,
"cds_start": 1363,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 1389,
"cdna_end": null,
"cdna_length": 3346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.1204G>T",
"hgvs_p": "p.Asp402Tyr",
"transcript": "ENST00000682564.1",
"protein_id": "ENSP00000508099.1",
"transcript_support_level": null,
"aa_start": 402,
"aa_end": null,
"aa_length": 496,
"cds_start": 1204,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 1227,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.1069G>T",
"hgvs_p": "p.Asp357Tyr",
"transcript": "ENST00000684521.1",
"protein_id": "ENSP00000507521.1",
"transcript_support_level": null,
"aa_start": 357,
"aa_end": null,
"aa_length": 451,
"cds_start": 1069,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.904G>T",
"hgvs_p": "p.Asp302Tyr",
"transcript": "ENST00000682142.1",
"protein_id": "ENSP00000506804.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 396,
"cds_start": 904,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1080,
"cdna_end": null,
"cdna_length": 3037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.784G>T",
"hgvs_p": "p.Asp262Tyr",
"transcript": "NM_019000.5",
"protein_id": "NP_061873.2",
"transcript_support_level": null,
"aa_start": 262,
"aa_end": null,
"aa_length": 356,
"cds_start": 784,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1170,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.682G>T",
"hgvs_p": "p.Asp228Tyr",
"transcript": "ENST00000682628.1",
"protein_id": "ENSP00000507536.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 322,
"cds_start": 682,
"cds_end": null,
"cds_length": 969,
"cdna_start": 826,
"cdna_end": null,
"cdna_length": 1647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.682G>T",
"hgvs_p": "p.Asp228Tyr",
"transcript": "ENST00000683414.1",
"protein_id": "ENSP00000508335.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 322,
"cds_start": 682,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1010,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.682G>T",
"hgvs_p": "p.Asp228Tyr",
"transcript": "ENST00000683539.1",
"protein_id": "ENSP00000507466.1",
"transcript_support_level": null,
"aa_start": 228,
"aa_end": null,
"aa_length": 322,
"cds_start": 682,
"cds_end": null,
"cds_length": 969,
"cdna_start": 843,
"cdna_end": null,
"cdna_length": 1196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 5,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.139G>T",
"hgvs_p": "p.Asp47Tyr",
"transcript": "ENST00000684456.1",
"protein_id": "ENSP00000508060.1",
"transcript_support_level": null,
"aa_start": 47,
"aa_end": null,
"aa_length": 141,
"cds_start": 139,
"cds_end": null,
"cds_length": 426,
"cdna_start": 818,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 10,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.1327G>T",
"hgvs_p": "p.Asp443Tyr",
"transcript": "XM_011514053.4",
"protein_id": "XP_011512355.1",
"transcript_support_level": null,
"aa_start": 443,
"aa_end": null,
"aa_length": 537,
"cds_start": 1327,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1353,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.904G>T",
"hgvs_p": "p.Asp302Tyr",
"transcript": "XM_011514054.3",
"protein_id": "XP_011512356.1",
"transcript_support_level": null,
"aa_start": 302,
"aa_end": null,
"aa_length": 396,
"cds_start": 904,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1290,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "D",
"aa_alt": "Y",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.808G>T",
"hgvs_p": "p.Asp270Tyr",
"transcript": "XM_011514055.4",
"protein_id": "XP_011512357.1",
"transcript_support_level": null,
"aa_start": 270,
"aa_end": null,
"aa_length": 364,
"cds_start": 808,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1323,
"cdna_end": null,
"cdna_length": 3298,
"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": 7,
"exon_rank_end": null,
"exon_count": 7,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.855G>T",
"hgvs_p": null,
"transcript": "ENST00000509977.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": 1676,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.1981G>T",
"hgvs_p": null,
"transcript": "ENST00000682982.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": 3938,
"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": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.5751G>T",
"hgvs_p": null,
"transcript": "ENST00000683045.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": 7708,
"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": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.*453G>T",
"hgvs_p": null,
"transcript": "ENST00000683130.1",
"protein_id": "ENSP00000507709.1",
"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": 1694,
"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": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.1706G>T",
"hgvs_p": null,
"transcript": "ENST00000683169.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": 3663,
"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": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.*506G>T",
"hgvs_p": null,
"transcript": "ENST00000683527.1",
"protein_id": "ENSP00000507253.1",
"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": 3170,
"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": 8,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.3477G>T",
"hgvs_p": null,
"transcript": "ENST00000684695.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": 5434,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.*200G>T",
"hgvs_p": null,
"transcript": "ENST00000682033.1",
"protein_id": "ENSP00000507240.1",
"transcript_support_level": null,
"aa_start": null,
"aa_end": null,
"aa_length": 43,
"cds_start": -4,
"cds_end": null,
"cds_length": 132,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 536,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 6,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.*453G>T",
"hgvs_p": null,
"transcript": "ENST00000683130.1",
"protein_id": "ENSP00000507709.1",
"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": 1694,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"3_prime_UTR_variant"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "n.*506G>T",
"hgvs_p": null,
"transcript": "ENST00000683527.1",
"protein_id": "ENSP00000507253.1",
"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": 3170,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": true,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000289112",
"gene_hgnc_id": null,
"hgvs_c": "n.501-151C>A",
"hgvs_p": null,
"transcript": "ENST00000747818.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": 643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"dbsnp": "rs753136289",
"frequency_reference_population": 6.842323e-7,
"hom_count_reference_population": 0,
"allele_count_reference_population": 1,
"gnomad_exomes_af": 6.84232e-7,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 1,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.6200428009033203,
"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.244,
"revel_prediction": "Benign",
"alphamissense_score": 0.1807,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.18,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 3.279,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0,
"spliceai_max_prediction": "Benign",
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": 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": "ENST00000306320.10",
"gene_symbol": "RETREG1",
"hgnc_id": 25964,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1207G>T",
"hgvs_p": "p.Asp403Tyr"
},
{
"score": 2,
"benign_score": 0,
"pathogenic_score": 2,
"criteria": [
"PM2"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000747818.1",
"gene_symbol": "ENSG00000289112",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.501-151C>A",
"hgvs_p": null
}
],
"clinvar_disease": "",
"clinvar_classification": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"phenotype_combined": null,
"pathogenicity_classification_combined": null,
"custom_annotations": null
}
],
"message": null
}