← 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-16474779-ACTT-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=5&pos=16474779&ref=ACTT&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "5",
"pos": 16474779,
"ref": "ACTT",
"alt": "A",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000306320.10",
"consequences": [
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1453_1455delAAG",
"hgvs_p": "p.Lys485del",
"transcript": "NM_001034850.3",
"protein_id": "NP_001030022.1",
"transcript_support_level": null,
"aa_start": 485,
"aa_end": null,
"aa_length": 497,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": "ENST00000306320.10",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1453_1455delAAG",
"hgvs_p": "p.Lys485del",
"transcript": "ENST00000306320.10",
"protein_id": "ENSP00000304642.9",
"transcript_support_level": 1,
"aa_start": 485,
"aa_end": null,
"aa_length": 497,
"cds_start": 1453,
"cds_end": null,
"cds_length": 1494,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 3208,
"mane_select": "NM_001034850.3",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1030_1032delAAG",
"hgvs_p": "p.Lys344del",
"transcript": "ENST00000399793.6",
"protein_id": "ENSP00000382691.2",
"transcript_support_level": 1,
"aa_start": 344,
"aa_end": null,
"aa_length": 356,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1418,
"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.928_930delAAG",
"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": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1609_1611delAAG",
"hgvs_p": "p.Lys537del",
"transcript": "ENST00000682229.1",
"protein_id": "ENSP00000507342.1",
"transcript_support_level": null,
"aa_start": 537,
"aa_end": null,
"aa_length": 549,
"cds_start": 1609,
"cds_end": null,
"cds_length": 1650,
"cdna_start": 1637,
"cdna_end": null,
"cdna_length": 3346,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1450_1452delAAG",
"hgvs_p": "p.Lys484del",
"transcript": "ENST00000682564.1",
"protein_id": "ENSP00000508099.1",
"transcript_support_level": null,
"aa_start": 484,
"aa_end": null,
"aa_length": 496,
"cds_start": 1450,
"cds_end": null,
"cds_length": 1491,
"cdna_start": 1475,
"cdna_end": null,
"cdna_length": 3184,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1315_1317delAAG",
"hgvs_p": "p.Lys439del",
"transcript": "ENST00000684521.1",
"protein_id": "ENSP00000507521.1",
"transcript_support_level": null,
"aa_start": 439,
"aa_end": null,
"aa_length": 451,
"cds_start": 1315,
"cds_end": null,
"cds_length": 1356,
"cdna_start": 1447,
"cdna_end": null,
"cdna_length": 2020,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1150_1152delAAG",
"hgvs_p": "p.Lys384del",
"transcript": "ENST00000682142.1",
"protein_id": "ENSP00000506804.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 396,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1328,
"cdna_end": null,
"cdna_length": 3037,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1030_1032delAAG",
"hgvs_p": "p.Lys344del",
"transcript": "NM_019000.5",
"protein_id": "NP_061873.2",
"transcript_support_level": null,
"aa_start": 344,
"aa_end": null,
"aa_length": 356,
"cds_start": 1030,
"cds_end": null,
"cds_length": 1071,
"cdna_start": 1418,
"cdna_end": null,
"cdna_length": 3145,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.928_930delAAG",
"hgvs_p": "p.Lys310del",
"transcript": "ENST00000682628.1",
"protein_id": "ENSP00000507536.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 322,
"cds_start": 928,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1074,
"cdna_end": null,
"cdna_length": 1647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.928_930delAAG",
"hgvs_p": "p.Lys310del",
"transcript": "ENST00000683414.1",
"protein_id": "ENSP00000508335.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 322,
"cds_start": 928,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1258,
"cdna_end": null,
"cdna_length": 1831,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.928_930delAAG",
"hgvs_p": "p.Lys310del",
"transcript": "ENST00000683539.1",
"protein_id": "ENSP00000507466.1",
"transcript_support_level": null,
"aa_start": 310,
"aa_end": null,
"aa_length": 322,
"cds_start": 928,
"cds_end": null,
"cds_length": 969,
"cdna_start": 1091,
"cdna_end": null,
"cdna_length": 1196,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.385_387delAAG",
"hgvs_p": "p.Lys129del",
"transcript": "ENST00000684456.1",
"protein_id": "ENSP00000508060.1",
"transcript_support_level": null,
"aa_start": 129,
"aa_end": null,
"aa_length": 141,
"cds_start": 385,
"cds_end": null,
"cds_length": 426,
"cdna_start": 1066,
"cdna_end": null,
"cdna_length": 1639,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1573_1575delAAG",
"hgvs_p": "p.Lys525del",
"transcript": "XM_011514053.4",
"protein_id": "XP_011512355.1",
"transcript_support_level": null,
"aa_start": 525,
"aa_end": null,
"aa_length": 537,
"cds_start": 1573,
"cds_end": null,
"cds_length": 1614,
"cdna_start": 1601,
"cdna_end": null,
"cdna_length": 3328,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1150_1152delAAG",
"hgvs_p": "p.Lys384del",
"transcript": "XM_011514054.3",
"protein_id": "XP_011512356.1",
"transcript_support_level": null,
"aa_start": 384,
"aa_end": null,
"aa_length": 396,
"cds_start": 1150,
"cds_end": null,
"cds_length": 1191,
"cdna_start": 1538,
"cdna_end": null,
"cdna_length": 3265,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "K",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"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.1054_1056delAAG",
"hgvs_p": "p.Lys352del",
"transcript": "XM_011514055.4",
"protein_id": "XP_011512357.1",
"transcript_support_level": null,
"aa_start": 352,
"aa_end": null,
"aa_length": 364,
"cds_start": 1054,
"cds_end": null,
"cds_length": 1095,
"cdna_start": 1571,
"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.1101_1103delAAG",
"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.2227_2229delAAG",
"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.5997_5999delAAG",
"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.*699_*701delAAG",
"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.1952_1954delAAG",
"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.*752_*754delAAG",
"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.3723_3725delAAG",
"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": 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.*699_*701delAAG",
"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.*752_*754delAAG",
"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-396_501-394delCTT",
"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
},
{
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"hgvs_c": "c.*446_*448delAAG",
"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
}
],
"gene_symbol": "RETREG1",
"gene_hgnc_id": 25964,
"dbsnp": "rs758081460",
"frequency_reference_population": 0.00003721632,
"hom_count_reference_population": 0,
"allele_count_reference_population": 60,
"gnomad_exomes_af": 0.000017106,
"gnomad_genomes_af": 0.000232222,
"gnomad_exomes_ac": 25,
"gnomad_genomes_ac": 35,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": 0,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 3.174,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "PM4_Supporting,BS1_Supporting",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 1,
"pathogenic_score": 1,
"criteria": [
"PM4_Supporting",
"BS1_Supporting"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000306320.10",
"gene_symbol": "RETREG1",
"hgnc_id": 25964,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AR",
"hgvs_c": "c.1453_1455delAAG",
"hgvs_p": "p.Lys485del"
},
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "ENST00000747818.1",
"gene_symbol": "ENSG00000289112",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.501-396_501-394delCTT",
"hgvs_p": null
}
],
"clinvar_disease": "Inborn genetic diseases,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|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}