← 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: 17-17222544-TTGTCAGCGA-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=17222544&ref=TTGTCAGCGA&alt=T&genome=hg38&allGenes=true"
API Response
json
{
"variants": [
{
"chr": "17",
"pos": 17222544,
"ref": "TTGTCAGCGA",
"alt": "T",
"effect": "conservative_inframe_deletion",
"transcript": "ENST00000285071.9",
"consequences": [
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "NM_144997.7",
"protein_id": "NP_659434.2",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1219,
"cdna_end": null,
"cdna_length": 3667,
"mane_select": "ENST00000285071.9",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "ENST00000285071.9",
"protein_id": "ENSP00000285071.4",
"transcript_support_level": 1,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1219,
"cdna_end": null,
"cdna_length": 3667,
"mane_select": "NM_144997.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "ENST00000389169.9",
"protein_id": "ENSP00000373821.5",
"transcript_support_level": 1,
"aa_start": 243,
"aa_end": null,
"aa_length": 342,
"cds_start": 727,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 1190,
"cdna_end": null,
"cdna_length": 1692,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": true,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": 4,
"intron_rank_end": null,
"gene_symbol": "ENSG00000264187",
"gene_hgnc_id": null,
"hgvs_c": "n.149-3499_149-3491delTCGCTGACA",
"hgvs_p": null,
"transcript": "ENST00000427497.3",
"protein_id": "ENSP00000394249.3",
"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": 1693,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "NM_001353229.2",
"protein_id": "NP_001340158.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1481,
"cdna_end": null,
"cdna_length": 3929,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "NM_001353230.2",
"protein_id": "NP_001340159.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1502,
"cdna_end": null,
"cdna_length": 3950,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "NM_001353231.2",
"protein_id": "NP_001340160.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1418,
"cdna_end": null,
"cdna_length": 3866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 8,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "NM_144606.7",
"protein_id": "NP_653207.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 342,
"cds_start": 727,
"cds_end": null,
"cds_length": 1029,
"cdna_start": 1219,
"cdna_end": null,
"cdna_length": 3325,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_011523714.4",
"protein_id": "XP_011522016.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1273,
"cdna_end": null,
"cdna_length": 3721,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_011523718.4",
"protein_id": "XP_011522020.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1184,
"cdna_end": null,
"cdna_length": 3632,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_011523721.4",
"protein_id": "XP_011522023.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1038,
"cdna_end": null,
"cdna_length": 3486,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_017024305.3",
"protein_id": "XP_016879794.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1472,
"cdna_end": null,
"cdna_length": 3920,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_047435531.1",
"protein_id": "XP_047291487.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1199,
"cdna_end": null,
"cdna_length": 3647,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_047435532.1",
"protein_id": "XP_047291488.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 2942,
"cdna_end": null,
"cdna_length": 5390,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_047435533.1",
"protein_id": "XP_047291489.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 2141,
"cdna_end": null,
"cdna_length": 4589,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_047435534.1",
"protein_id": "XP_047291490.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 2017,
"cdna_end": null,
"cdna_length": 4465,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_047435539.1",
"protein_id": "XP_047291495.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 597,
"cds_start": 781,
"cds_end": null,
"cds_length": 1794,
"cdna_start": 1131,
"cdna_end": null,
"cdna_length": 3579,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 9,
"exon_rank_end": null,
"exon_count": 16,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "XM_017024308.2",
"protein_id": "XP_016879797.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1626,
"cdna_end": null,
"cdna_length": 4074,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 15,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "XM_047435535.1",
"protein_id": "XP_047291491.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1427,
"cdna_end": null,
"cdna_length": 3875,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "XM_047435536.1",
"protein_id": "XP_047291492.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1145,
"cdna_end": null,
"cdna_length": 3593,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "XM_047435537.1",
"protein_id": "XP_047291493.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 2888,
"cdna_end": null,
"cdna_length": 5336,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del",
"transcript": "XM_047435538.1",
"protein_id": "XP_047291494.1",
"transcript_support_level": null,
"aa_start": 243,
"aa_end": null,
"aa_length": 579,
"cds_start": 727,
"cds_end": null,
"cds_length": 1740,
"cdna_start": 1130,
"cdna_end": null,
"cdna_length": 3578,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 6,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.505_513delTCGCTGACA",
"hgvs_p": "p.Ser169_Thr171del",
"transcript": "XM_017024309.3",
"protein_id": "XP_016879798.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 505,
"cds_start": 505,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 997,
"cdna_end": null,
"cdna_length": 3445,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 7,
"exon_rank_end": null,
"exon_count": 14,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.505_513delTCGCTGACA",
"hgvs_p": "p.Ser169_Thr171del",
"transcript": "XM_047435540.1",
"protein_id": "XP_047291496.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 505,
"cds_start": 505,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 1205,
"cdna_end": null,
"cdna_length": 3653,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 12,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.505_513delTCGCTGACA",
"hgvs_p": "p.Ser169_Thr171del",
"transcript": "XM_047435541.1",
"protein_id": "XP_047291497.1",
"transcript_support_level": null,
"aa_start": 169,
"aa_end": null,
"aa_length": 505,
"cds_start": 505,
"cds_end": null,
"cds_length": 1518,
"cdna_start": 908,
"cdna_end": null,
"cdna_length": 3356,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "SLT",
"aa_alt": null,
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"conservative_inframe_deletion"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 13,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "c.781_789delTCGCTGACA",
"hgvs_p": "p.Ser261_Thr263del",
"transcript": "XM_047435542.1",
"protein_id": "XP_047291498.1",
"transcript_support_level": null,
"aa_start": 261,
"aa_end": null,
"aa_length": 443,
"cds_start": 781,
"cds_end": null,
"cds_length": 1332,
"cdna_start": 2942,
"cdna_end": null,
"cdna_length": 3621,
"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": 1,
"exon_rank_end": null,
"exon_count": 2,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "n.570_578delTCGCTGACA",
"hgvs_p": null,
"transcript": "ENST00000466317.1",
"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": 2684,
"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": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"hgvs_c": "n.693_701delTCGCTGACA",
"hgvs_p": null,
"transcript": "ENST00000480316.1",
"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": 786,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "FLCN",
"gene_hgnc_id": 27310,
"dbsnp": "rs1209487287",
"frequency_reference_population": 0.0000054723755,
"hom_count_reference_population": 0,
"allele_count_reference_population": 8,
"gnomad_exomes_af": 0.00000547238,
"gnomad_genomes_af": null,
"gnomad_exomes_ac": 8,
"gnomad_genomes_ac": null,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": null,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": null,
"computational_prediction_selected": null,
"computational_source_selected": null,
"splice_score_selected": null,
"splice_prediction_selected": null,
"splice_source_selected": null,
"revel_score": null,
"revel_prediction": null,
"alphamissense_score": null,
"alphamissense_prediction": null,
"bayesdelnoaf_score": null,
"bayesdelnoaf_prediction": null,
"phylop100way_score": 8.995,
"phylop100way_prediction": "Pathogenic",
"spliceai_max_score": null,
"spliceai_max_prediction": null,
"dbscsnv_ada_score": null,
"dbscsnv_ada_prediction": null,
"apogee2_score": null,
"apogee2_prediction": null,
"mitotip_score": null,
"mitotip_prediction": null,
"acmg_score": -1,
"acmg_classification": "Likely_benign",
"acmg_criteria": "PM4,PP3,BS2",
"acmg_by_gene": [
{
"score": -1,
"benign_score": 4,
"pathogenic_score": 3,
"criteria": [
"PM4",
"PP3",
"BS2"
],
"verdict": "Likely_benign",
"transcript": "ENST00000285071.9",
"gene_symbol": "FLCN",
"hgnc_id": 27310,
"effects": [
"conservative_inframe_deletion"
],
"inheritance_mode": "AD",
"hgvs_c": "c.727_735delTCGCTGACA",
"hgvs_p": "p.Ser243_Thr245del"
},
{
"score": 3,
"benign_score": 0,
"pathogenic_score": 3,
"criteria": [
"PM2",
"PP3"
],
"verdict": "Uncertain_significance",
"transcript": "ENST00000427497.3",
"gene_symbol": "ENSG00000264187",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.149-3499_149-3491delTCGCTGACA",
"hgvs_p": null
}
],
"clinvar_disease": "17p11.2 microduplication syndrome,Birt-Hogg-Dube syndrome,Colorectal cancer,Familial spontaneous pneumothorax,Nonpapillary renal cell carcinoma",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:2",
"phenotype_combined": "Birt-Hogg-Dube syndrome|Birt-Hogg-Dube syndrome;Colorectal cancer;17p11.2 microduplication syndrome;Nonpapillary renal cell carcinoma;Familial spontaneous pneumothorax",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}