← 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: 18-46483699-T-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=18&pos=46483699&ref=T&alt=A&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "18",
"pos": 46483699,
"ref": "T",
"alt": "A",
"effect": "missense_variant",
"transcript": "NM_001384474.1",
"consequences": [
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.6229A>T",
"hgvs_p": "p.Ile2077Phe",
"transcript": "NM_001384474.1",
"protein_id": "NP_001371403.1",
"transcript_support_level": null,
"aa_start": 2077,
"aa_end": null,
"aa_length": 2273,
"cds_start": 6229,
"cds_end": null,
"cds_length": 6822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000642948.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001384474.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 40,
"exon_rank_end": null,
"exon_count": 41,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.6229A>T",
"hgvs_p": "p.Ile2077Phe",
"transcript": "ENST00000642948.1",
"protein_id": "ENSP00000496347.1",
"transcript_support_level": null,
"aa_start": 2077,
"aa_end": null,
"aa_length": 2273,
"cds_start": 6229,
"cds_end": null,
"cds_length": 6822,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_001384474.1",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000642948.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2896A>T",
"hgvs_p": "p.Ile966Phe",
"transcript": "ENST00000300591.11",
"protein_id": "ENSP00000300591.6",
"transcript_support_level": 1,
"aa_start": 966,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2896,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000300591.11"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2608A>T",
"hgvs_p": "p.Ile870Phe",
"transcript": "ENST00000579038.6",
"protein_id": "ENSP00000463285.1",
"transcript_support_level": 1,
"aa_start": 870,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2608,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000579038.6"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.946A>T",
"hgvs_p": "p.Ile316Phe",
"transcript": "ENST00000398686.8",
"protein_id": "ENSP00000381676.4",
"transcript_support_level": 1,
"aa_start": 316,
"aa_end": null,
"aa_length": 512,
"cds_start": 946,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398686.8"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.6043A>T",
"hgvs_p": "p.Ile2015Phe",
"transcript": "NM_144612.7",
"protein_id": "NP_653213.6",
"transcript_support_level": null,
"aa_start": 2015,
"aa_end": null,
"aa_length": 2211,
"cds_start": 6043,
"cds_end": null,
"cds_length": 6636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_144612.7"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 39,
"exon_rank_end": null,
"exon_count": 40,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.6043A>T",
"hgvs_p": "p.Ile2015Phe",
"transcript": "ENST00000536736.5",
"protein_id": "ENSP00000444586.1",
"transcript_support_level": 5,
"aa_start": 2015,
"aa_end": null,
"aa_length": 2211,
"cds_start": 6043,
"cds_end": null,
"cds_length": 6636,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000536736.5"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 38,
"exon_rank_end": null,
"exon_count": 39,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.5611A>T",
"hgvs_p": "p.Ile1871Phe",
"transcript": "ENST00000441551.6",
"protein_id": "ENSP00000387621.2",
"transcript_support_level": 5,
"aa_start": 1871,
"aa_end": null,
"aa_length": 2067,
"cds_start": 5611,
"cds_end": null,
"cds_length": 6204,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000441551.6"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 22,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2896A>T",
"hgvs_p": "p.Ile966Phe",
"transcript": "NM_001145472.3",
"protein_id": "NP_001138944.1",
"transcript_support_level": null,
"aa_start": 966,
"aa_end": null,
"aa_length": 1114,
"cds_start": 2896,
"cds_end": null,
"cds_length": 3345,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145472.3"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2710A>T",
"hgvs_p": "p.Ile904Phe",
"transcript": "ENST00000582408.6",
"protein_id": "ENSP00000461964.1",
"transcript_support_level": 2,
"aa_start": 904,
"aa_end": null,
"aa_length": 1100,
"cds_start": 2710,
"cds_end": null,
"cds_length": 3303,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000582408.6"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2608A>T",
"hgvs_p": "p.Ile870Phe",
"transcript": "NM_001308013.2",
"protein_id": "NP_001294942.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 1011,
"cds_start": 2608,
"cds_end": null,
"cds_length": 3036,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001308013.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.946A>T",
"hgvs_p": "p.Ile316Phe",
"transcript": "NM_001145473.3",
"protein_id": "NP_001138945.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 512,
"cds_start": 946,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001145473.3"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.946A>T",
"hgvs_p": "p.Ile316Phe",
"transcript": "NM_001173129.2",
"protein_id": "NP_001166600.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 457,
"cds_start": 946,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_001173129.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 10,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.946A>T",
"hgvs_p": "p.Ile316Phe",
"transcript": "ENST00000398705.7",
"protein_id": "ENSP00000381692.2",
"transcript_support_level": 2,
"aa_start": 316,
"aa_end": null,
"aa_length": 457,
"cds_start": 946,
"cds_end": null,
"cds_length": 1374,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000398705.7"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 32,
"exon_rank_end": null,
"exon_count": 33,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.5185A>T",
"hgvs_p": "p.Ile1729Phe",
"transcript": "XM_047437289.1",
"protein_id": "XP_047293245.1",
"transcript_support_level": null,
"aa_start": 1729,
"aa_end": null,
"aa_length": 1925,
"cds_start": 5185,
"cds_end": null,
"cds_length": 5778,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047437289.1"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 28,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.4390A>T",
"hgvs_p": "p.Ile1464Phe",
"transcript": "XM_011525804.3",
"protein_id": "XP_011524106.1",
"transcript_support_level": null,
"aa_start": 1464,
"aa_end": null,
"aa_length": 1660,
"cds_start": 4390,
"cds_end": null,
"cds_length": 4983,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525804.3"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 21,
"exon_rank_end": null,
"exon_count": 22,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.3028A>T",
"hgvs_p": "p.Ile1010Phe",
"transcript": "XM_006722388.4",
"protein_id": "XP_006722451.1",
"transcript_support_level": null,
"aa_start": 1010,
"aa_end": null,
"aa_length": 1206,
"cds_start": 3028,
"cds_end": null,
"cds_length": 3621,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722388.4"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2893A>T",
"hgvs_p": "p.Ile965Phe",
"transcript": "XM_024451085.2",
"protein_id": "XP_024306853.1",
"transcript_support_level": null,
"aa_start": 965,
"aa_end": null,
"aa_length": 1161,
"cds_start": 2893,
"cds_end": null,
"cds_length": 3486,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451085.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2842A>T",
"hgvs_p": "p.Ile948Phe",
"transcript": "XM_006722391.4",
"protein_id": "XP_006722454.1",
"transcript_support_level": null,
"aa_start": 948,
"aa_end": null,
"aa_length": 1144,
"cds_start": 2842,
"cds_end": null,
"cds_length": 3435,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006722391.4"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 20,
"exon_rank_end": null,
"exon_count": 21,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2608A>T",
"hgvs_p": "p.Ile870Phe",
"transcript": "XM_024451086.2",
"protein_id": "XP_024306854.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2608,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451086.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 19,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.2608A>T",
"hgvs_p": "p.Ile870Phe",
"transcript": "XM_024451088.2",
"protein_id": "XP_024306856.1",
"transcript_support_level": null,
"aa_start": 870,
"aa_end": null,
"aa_length": 1066,
"cds_start": 2608,
"cds_end": null,
"cds_length": 3201,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_024451088.2"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.997A>T",
"hgvs_p": "p.Ile333Phe",
"transcript": "XM_011525810.3",
"protein_id": "XP_011524112.1",
"transcript_support_level": null,
"aa_start": 333,
"aa_end": null,
"aa_length": 529,
"cds_start": 997,
"cds_end": null,
"cds_length": 1590,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525810.3"
},
{
"aa_ref": "I",
"aa_alt": "F",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 8,
"exon_rank_end": null,
"exon_count": 9,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"hgvs_c": "c.946A>T",
"hgvs_p": "p.Ile316Phe",
"transcript": "XM_011525811.3",
"protein_id": "XP_011524113.1",
"transcript_support_level": null,
"aa_start": 316,
"aa_end": null,
"aa_length": 512,
"cds_start": 946,
"cds_end": null,
"cds_length": 1539,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011525811.3"
}
],
"gene_symbol": "LOXHD1",
"gene_hgnc_id": 26521,
"dbsnp": "rs563899816",
"frequency_reference_population": 0.000061228144,
"hom_count_reference_population": 0,
"allele_count_reference_population": 95,
"gnomad_exomes_af": 0.0000635928,
"gnomad_genomes_af": 0.0000394623,
"gnomad_exomes_ac": 89,
"gnomad_genomes_ac": 6,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.5870922803878784,
"computational_prediction_selected": "Uncertain_significance",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.029999999329447746,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.579,
"revel_prediction": "Uncertain_significance",
"alphamissense_score": 0.4001,
"alphamissense_prediction": null,
"bayesdelnoaf_score": 0.01,
"bayesdelnoaf_prediction": "Uncertain_significance",
"phylop100way_score": 3.807,
"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": 0,
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_by_gene": [
{
"score": 0,
"benign_score": 0,
"pathogenic_score": 0,
"criteria": [],
"verdict": "Uncertain_significance",
"transcript": "NM_001384474.1",
"gene_symbol": "LOXHD1",
"hgnc_id": 26521,
"effects": [
"missense_variant"
],
"inheritance_mode": "AR,AD",
"hgvs_c": "c.6229A>T",
"hgvs_p": "p.Ile2077Phe"
}
],
"clinvar_disease": "Autosomal recessive nonsyndromic hearing loss 77,Inborn genetic diseases,not provided,not specified",
"clinvar_classification": "Uncertain significance",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "US:4",
"phenotype_combined": "not specified|Autosomal recessive nonsyndromic hearing loss 77|not provided|Inborn genetic diseases",
"pathogenicity_classification_combined": "Uncertain significance",
"custom_annotations": null
}
],
"message": null
}