← 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-1602417-C-T (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1602417&ref=C&alt=T&genome=hg38&allGenes=true"API Response
json
{
"variants": [
{
"chr": "16",
"pos": 1602417,
"ref": "C",
"alt": "T",
"effect": "missense_variant",
"transcript": "ENST00000426508.7",
"consequences": [
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "NM_014714.4",
"protein_id": "NP_055529.2",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 5232,
"mane_select": "ENST00000426508.7",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": true,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "ENST00000426508.7",
"protein_id": "ENSP00000406012.2",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 5232,
"mane_select": "NM_014714.4",
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "ENST00000569646.5",
"protein_id": "ENSP00000454781.1",
"transcript_support_level": 3,
"aa_start": 108,
"aa_end": null,
"aa_length": 119,
"cds_start": 322,
"cds_end": null,
"cds_length": 362,
"cdna_start": 603,
"cdna_end": null,
"cdna_length": 643,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "ENST00000569812.1",
"protein_id": "ENSP00000457092.1",
"transcript_support_level": 5,
"aa_start": 108,
"aa_end": null,
"aa_length": 112,
"cds_start": 322,
"cds_end": null,
"cds_length": 341,
"cdna_start": 433,
"cdna_end": null,
"cdna_length": 452,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_006720990.4",
"protein_id": "XP_006721053.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 5222,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_006720991.4",
"protein_id": "XP_006721054.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 6238,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434965.1",
"protein_id": "XP_047290921.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 391,
"cdna_end": null,
"cdna_length": 4975,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434966.1",
"protein_id": "XP_047290922.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 1204,
"cdna_end": null,
"cdna_length": 5788,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434967.1",
"protein_id": "XP_047290923.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 1780,
"cdna_end": null,
"cdna_length": 6364,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 31,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434968.1",
"protein_id": "XP_047290924.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 1791,
"cdna_end": null,
"cdna_length": 6375,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 30,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434969.1",
"protein_id": "XP_047290925.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1462,
"cds_start": 322,
"cds_end": null,
"cds_length": 4389,
"cdna_start": 1107,
"cdna_end": null,
"cdna_length": 5691,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 29,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434970.1",
"protein_id": "XP_047290926.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 1380,
"cds_start": 322,
"cds_end": null,
"cds_length": 4143,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 4986,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_011522769.4",
"protein_id": "XP_011521071.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 817,
"cds_start": 322,
"cds_end": null,
"cds_length": 2454,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 3598,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434972.1",
"protein_id": "XP_047290928.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 811,
"cds_start": 322,
"cds_end": null,
"cds_length": 2436,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 5824,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_005255725.6",
"protein_id": "XP_005255782.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 807,
"cds_start": 322,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 3260,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434973.1",
"protein_id": "XP_047290929.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 807,
"cds_start": 322,
"cds_end": null,
"cds_length": 2424,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4266,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_011522771.4",
"protein_id": "XP_011521073.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 806,
"cds_start": 322,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 3876,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434974.1",
"protein_id": "XP_047290930.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 806,
"cds_start": 322,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4882,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434975.1",
"protein_id": "XP_047290931.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 806,
"cds_start": 322,
"cds_end": null,
"cds_length": 2421,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 3866,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_011522772.4",
"protein_id": "XP_011521074.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 804,
"cds_start": 322,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 6864,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434976.1",
"protein_id": "XP_047290932.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 804,
"cds_start": 322,
"cds_end": null,
"cds_length": 2415,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 7870,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 4,
"exon_rank_end": null,
"exon_count": 20,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_005255726.5",
"protein_id": "XP_005255783.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 801,
"cds_start": 322,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 648,
"cdna_end": null,
"cdna_length": 3822,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434977.1",
"protein_id": "XP_047290933.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 801,
"cds_start": 322,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 1654,
"cdna_end": null,
"cdna_length": 4828,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434978.1",
"protein_id": "XP_047290934.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 801,
"cds_start": 322,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 638,
"cdna_end": null,
"cdna_length": 3812,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434979.1",
"protein_id": "XP_047290935.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 801,
"cds_start": 322,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 392,
"cdna_end": null,
"cdna_length": 3566,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
},
{
"aa_ref": "V",
"aa_alt": "M",
"canonical": false,
"protein_coding": true,
"strand": false,
"consequences": [
"missense_variant"
],
"exon_rank": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met",
"transcript": "XM_047434980.1",
"protein_id": "XP_047290936.1",
"transcript_support_level": null,
"aa_start": 108,
"aa_end": null,
"aa_length": 801,
"cds_start": 322,
"cds_end": null,
"cds_length": 2406,
"cdna_start": 480,
"cdna_end": null,
"cdna_length": 3654,
"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": 3,
"exon_rank_end": null,
"exon_count": 24,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "n.322G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 4023,
"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": 3,
"exon_rank_end": null,
"exon_count": 19,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "n.383G>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 2580,
"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": 3,
"exon_rank_end": null,
"exon_count": 3,
"intron_rank": null,
"intron_rank_end": null,
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"hgvs_c": "n.394G>A",
"hgvs_p": null,
"transcript": "ENST00000566052.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": 544,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "ENSG00000260989",
"gene_hgnc_id": null,
"hgvs_c": "n.60-1998C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 485,
"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": 3,
"intron_rank": 1,
"intron_rank_end": null,
"gene_symbol": "LOC105371046",
"gene_hgnc_id": null,
"hgvs_c": "n.60-1998C>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": -4,
"cds_end": null,
"cds_length": null,
"cdna_start": null,
"cdna_end": null,
"cdna_length": 485,
"mane_select": null,
"mane_plus": null,
"biotype": null,
"feature": null
}
],
"gene_symbol": "IFT140",
"gene_hgnc_id": 29077,
"dbsnp": "rs146128830",
"frequency_reference_population": 0.009272774,
"hom_count_reference_population": 85,
"allele_count_reference_population": 14968,
"gnomad_exomes_af": 0.00951935,
"gnomad_genomes_af": 0.00690633,
"gnomad_exomes_ac": 13916,
"gnomad_genomes_ac": 1052,
"gnomad_exomes_homalt": 80,
"gnomad_genomes_homalt": 5,
"gnomad_mito_homoplasmic": null,
"gnomad_mito_heteroplasmic": null,
"computational_score_selected": 0.015878736972808838,
"computational_prediction_selected": "Benign",
"computational_source_selected": "MetaRNN",
"splice_score_selected": 0.009999999776482582,
"splice_prediction_selected": "Benign",
"splice_source_selected": "max_spliceai",
"revel_score": 0.24,
"revel_prediction": "Benign",
"alphamissense_score": 0.1188,
"alphamissense_prediction": null,
"bayesdelnoaf_score": -0.35,
"bayesdelnoaf_prediction": "Benign",
"phylop100way_score": 0.022,
"phylop100way_prediction": "Benign",
"spliceai_max_score": 0.01,
"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": -20,
"acmg_classification": "Benign",
"acmg_criteria": "BP4_Strong,BP6_Very_Strong,BS1,BS2",
"acmg_by_gene": [
{
"score": -20,
"benign_score": 20,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS1",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000426508.7",
"gene_symbol": "IFT140",
"hgnc_id": 29077,
"effects": [
"missense_variant"
],
"inheritance_mode": "AD,AR",
"hgvs_c": "c.322G>A",
"hgvs_p": "p.Val108Met"
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "ENST00000563162.1",
"gene_symbol": "ENSG00000260989",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.60-1998C>T",
"hgvs_p": null
},
{
"score": -16,
"benign_score": 16,
"pathogenic_score": 0,
"criteria": [
"BP4_Strong",
"BP6_Very_Strong",
"BS2"
],
"verdict": "Benign",
"transcript": "NR_135176.1",
"gene_symbol": "LOC105371046",
"hgnc_id": null,
"effects": [
"intron_variant"
],
"inheritance_mode": "",
"hgvs_c": "n.60-1998C>T",
"hgvs_p": null
}
],
"clinvar_disease": "Saldino-Mainzer syndrome,not provided,not specified",
"clinvar_classification": "Benign",
"clinvar_review_status": "criteria provided, multiple submitters, no conflicts",
"clinvar_submissions_summary": "B:5",
"phenotype_combined": "Saldino-Mainzer syndrome|not specified|not provided",
"pathogenicity_classification_combined": "Benign",
"custom_annotations": null
}
],
"message": null
}