← 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: 16-1592499-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1592499&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 1592499,
"ref": "C",
"alt": "T",
"effect": "synonymous_variant",
"transcript": "NM_014714.4",
"consequences": [
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "NM_014714.4",
"protein_id": "NP_055529.2",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "ENST00000426508.7",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "NM_014714.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000426508.7",
"protein_id": "ENSP00000406012.2",
"transcript_support_level": 5,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": "NM_014714.4",
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000426508.7"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000889170.1",
"protein_id": "ENSP00000559229.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889170.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000962400.1",
"protein_id": "ENSP00000632459.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962400.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000962401.1",
"protein_id": "ENSP00000632460.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962401.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000962402.1",
"protein_id": "ENSP00000632461.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000962402.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000889168.1",
"protein_id": "ENSP00000559227.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1441,
"cds_start": 459,
"cds_end": null,
"cds_length": 4326,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889168.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000889169.1",
"protein_id": "ENSP00000559228.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1424,
"cds_start": 459,
"cds_end": null,
"cds_length": 4275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000889169.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "ENST00000914239.1",
"protein_id": "ENSP00000584298.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1424,
"cds_start": 459,
"cds_end": null,
"cds_length": 4275,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "ENST00000914239.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_006720990.4",
"protein_id": "XP_006721053.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720990.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_006720991.4",
"protein_id": "XP_006721054.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_006720991.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434965.1",
"protein_id": "XP_047290921.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434965.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434966.1",
"protein_id": "XP_047290922.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434966.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434967.1",
"protein_id": "XP_047290923.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434967.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434968.1",
"protein_id": "XP_047290924.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434968.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434969.1",
"protein_id": "XP_047290925.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1462,
"cds_start": 459,
"cds_end": null,
"cds_length": 4389,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434969.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434970.1",
"protein_id": "XP_047290926.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 1380,
"cds_start": 459,
"cds_end": null,
"cds_length": 4143,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434970.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_011522769.4",
"protein_id": "XP_011521071.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 817,
"cds_start": 459,
"cds_end": null,
"cds_length": 2454,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522769.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434972.1",
"protein_id": "XP_047290928.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 811,
"cds_start": 459,
"cds_end": null,
"cds_length": 2436,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434972.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_005255725.6",
"protein_id": "XP_005255782.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 807,
"cds_start": 459,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255725.6"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434973.1",
"protein_id": "XP_047290929.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 807,
"cds_start": 459,
"cds_end": null,
"cds_length": 2424,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434973.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_011522771.4",
"protein_id": "XP_011521073.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 806,
"cds_start": 459,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522771.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434974.1",
"protein_id": "XP_047290930.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 806,
"cds_start": 459,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434974.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434975.1",
"protein_id": "XP_047290931.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 806,
"cds_start": 459,
"cds_end": null,
"cds_length": 2421,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434975.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_011522772.4",
"protein_id": "XP_011521074.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 804,
"cds_start": 459,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_011522772.4"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434976.1",
"protein_id": "XP_047290932.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 804,
"cds_start": 459,
"cds_end": null,
"cds_length": 2415,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434976.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 5,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_005255726.5",
"protein_id": "XP_005255783.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 801,
"cds_start": 459,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_005255726.5"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434977.1",
"protein_id": "XP_047290933.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 801,
"cds_start": 459,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434977.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434978.1",
"protein_id": "XP_047290934.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 801,
"cds_start": 459,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434978.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434979.1",
"protein_id": "XP_047290935.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 801,
"cds_start": 459,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434979.1"
},
{
"aa_ref": "T",
"aa_alt": "T",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"synonymous_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr",
"transcript": "XM_047434980.1",
"protein_id": "XP_047290936.1",
"transcript_support_level": null,
"aa_start": 153,
"aa_end": null,
"aa_length": 801,
"cds_start": 459,
"cds_end": null,
"cds_length": 2406,
"cdna_start": null,
"cdna_end": null,
"cdna_length": null,
"mane_select": null,
"mane_plus": null,
"biotype": "protein_coding",
"feature": "XM_047434980.1"
},
{
"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": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "n.520G>A",
"hgvs_p": null,
"transcript": "ENST00000439987.6",
"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": "pseudogene",
"feature": "ENST00000439987.6"
},
{
"aa_ref": null,
"aa_alt": null,
"canonical": false,
"protein_coding": false,
"strand": false,
"consequences": [
"intron_variant"
],
"exon_rank": null,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": 3,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "n.329-8079G>A",
"hgvs_p": null,
"transcript": "ENST00000397417.6",
"protein_id": "ENSP00000380562.2",
"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": "ENST00000397417.6"
},
{
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260989",
"gene_hgnc_id": null,
"hgvs_c": "n.59+11914C>T",
"hgvs_p": null,
"transcript": "ENST00000563162.1",
"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": "pseudogene",
"feature": "ENST00000563162.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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105371046",
"gene_hgnc_id": null,
"hgvs_c": "n.59+11914C>T",
"hgvs_p": null,
"transcript": "NR_135176.1",
"protein_id": null,
"transcript_support_level": null,
"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": "NR_135176.1"
}
],
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"dbsnp": "rs61739554",
"frequency_reference_population": 0.000019205987,
"hom_count_reference_population": 0,
"allele_count_reference_population": 31,
"gnomad_exomes_af": 0.0000198376,
"gnomad_genomes_af": 0.0000131397,
"gnomad_exomes_ac": 29,
"gnomad_genomes_ac": 2,
"gnomad_exomes_homalt": 0,
"gnomad_genomes_homalt": 0,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": -0.7599999904632568,
"computational_prediction_selected": "Benign",
"computational_source_selected": "BayesDel_noAF",
"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": -0.76,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": -2.442,
"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": -7,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Moderate,BP7",
"acmg_by_gene": [
{
"score": -7,
"benign_score": 7,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate",
"BP7"
],
"verdict": "Benign",
"transcript": "NM_014714.4",
"gene_symbol": "IFT140",
"hgnc_id": 29077,
"effects": [
"synonymous_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.459G>A",
"hgvs_p": "p.Thr153Thr"
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "ENST00000563162.1",
"gene_symbol": "ENSG00000260989",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.59+11914C>T",
"hgvs_p": null
},
{
"score": -6,
"benign_score": 6,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Moderate"
],
"verdict": "Likely_benign",
"transcript": "NR_135176.1",
"gene_symbol": "LOC105371046",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.59+11914C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Saldino-Mainzer syndrome",
"clinvar_classification": "Likely benign",
"clinvar_review_status": "criteria provided, single submitter",
"clinvar_submissions_summary": "LB:1",
"phenotype_combined": "Saldino-Mainzer syndrome",
"pathogenicity_classification_combined": "Likely benign",
"custom_annotations": null
}
],
"message": null
}