← 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-1564054-CGG-GCT (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=16&pos=1564054&ref=CGG&alt=GCT&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "IFT140",
"hgnc_id": 29077,
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"inheritance_mode": "AD,AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_014714.4",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "GCT",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "16",
"clinvar_classification": "",
"clinvar_disease": "",
"clinvar_review_status": "",
"clinvar_submissions_summary": "",
"computational_prediction_selected": null,
"computational_score_selected": null,
"computational_source_selected": null,
"consequences": [
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5232,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_014714.4",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000426508.7",
"protein_coding": true,
"protein_id": "NP_055529.2",
"strand": false,
"transcript": "NM_014714.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 5232,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000426508.7",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_014714.4",
"protein_coding": true,
"protein_id": "ENSP00000406012.2",
"strand": false,
"transcript": "ENST00000426508.7",
"transcript_support_level": 5
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6212,
"cdna_start": 3316,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000889170.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000559229.1",
"strand": false,
"transcript": "ENST00000889170.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5950,
"cdna_start": 3059,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000962400.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632459.1",
"strand": false,
"transcript": "ENST00000962400.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5007,
"cdna_start": 2112,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000962401.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632460.1",
"strand": false,
"transcript": "ENST00000962401.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6348,
"cdna_start": 3452,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000962402.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000632461.1",
"strand": false,
"transcript": "ENST00000962402.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1441,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4908,
"cdna_start": 2079,
"cds_end": null,
"cds_length": 4326,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000889168.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000559227.1",
"strand": false,
"transcript": "ENST00000889168.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1424,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4892,
"cdna_start": 2112,
"cds_end": null,
"cds_length": 4275,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000889169.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000559228.1",
"strand": false,
"transcript": "ENST00000889169.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1424,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5121,
"cdna_start": 2339,
"cds_end": null,
"cds_length": 4275,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000914239.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000584298.1",
"strand": false,
"transcript": "ENST00000914239.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5222,
"cdna_start": 2326,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006720990.4",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721053.1",
"strand": false,
"transcript": "XM_006720990.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6238,
"cdna_start": 3342,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_006720991.4",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_006721054.1",
"strand": false,
"transcript": "XM_006720991.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4975,
"cdna_start": 2079,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434965.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290921.1",
"strand": false,
"transcript": "XM_047434965.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5788,
"cdna_start": 2892,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434966.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290922.1",
"strand": false,
"transcript": "XM_047434966.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6364,
"cdna_start": 3468,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434967.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290923.1",
"strand": false,
"transcript": "XM_047434967.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6375,
"cdna_start": 3479,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 31,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434968.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290924.1",
"strand": false,
"transcript": "XM_047434968.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1462,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5691,
"cdna_start": 2795,
"cds_end": null,
"cds_length": 4389,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 30,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434969.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290925.1",
"strand": false,
"transcript": "XM_047434969.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1380,
"aa_ref": "P",
"aa_start": 588,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4986,
"cdna_start": 2090,
"cds_end": null,
"cds_length": 4143,
"cds_start": 1762,
"consequences": [
"missense_variant"
],
"exon_count": 29,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434970.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.1762_1764delCCGinsAGC",
"hgvs_p": "p.Pro588Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290926.1",
"strand": false,
"transcript": "XM_047434970.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 1137,
"aa_ref": "P",
"aa_start": 345,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3988,
"cdna_start": 1092,
"cds_end": null,
"cds_length": 3414,
"cds_start": 1033,
"consequences": [
"missense_variant"
],
"exon_count": 23,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011522767.2",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.1033_1035delCCGinsAGC",
"hgvs_p": "p.Pro345Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521069.1",
"strand": false,
"transcript": "XM_011522767.2",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 857,
"aa_ref": "P",
"aa_start": 65,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3227,
"cdna_start": 331,
"cds_end": null,
"cds_length": 2574,
"cds_start": 193,
"consequences": [
"missense_variant"
],
"exon_count": 17,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434971.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.193_195delCCGinsAGC",
"hgvs_p": "p.Pro65Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290927.1",
"strand": false,
"transcript": "XM_047434971.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 817,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3598,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2454,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011522769.4",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521071.1",
"strand": false,
"transcript": "XM_011522769.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 811,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 5824,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2436,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434972.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290928.1",
"strand": false,
"transcript": "XM_047434972.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 807,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3260,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2424,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005255725.6",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005255782.1",
"strand": false,
"transcript": "XM_005255725.6",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 807,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4266,
"cdna_start": 3342,
"cds_end": null,
"cds_length": 2424,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434973.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290929.1",
"strand": false,
"transcript": "XM_047434973.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 806,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3876,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2421,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011522771.4",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521073.1",
"strand": false,
"transcript": "XM_011522771.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 806,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4882,
"cdna_start": 3342,
"cds_end": null,
"cds_length": 2421,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434974.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290930.1",
"strand": false,
"transcript": "XM_047434974.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 806,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3866,
"cdna_start": 2326,
"cds_end": null,
"cds_length": 2421,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434975.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290931.1",
"strand": false,
"transcript": "XM_047434975.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 804,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 6864,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2415,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_011522772.4",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011521074.1",
"strand": false,
"transcript": "XM_011522772.4",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 804,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 7870,
"cdna_start": 3342,
"cds_end": null,
"cds_length": 2415,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434976.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290932.1",
"strand": false,
"transcript": "XM_047434976.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 801,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3822,
"cdna_start": 2336,
"cds_end": null,
"cds_length": 2406,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 20,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_005255726.5",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005255783.1",
"strand": false,
"transcript": "XM_005255726.5",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 801,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 4828,
"cdna_start": 3342,
"cds_end": null,
"cds_length": 2406,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434977.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290933.1",
"strand": false,
"transcript": "XM_047434977.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 801,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3812,
"cdna_start": 2326,
"cds_end": null,
"cds_length": 2406,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434978.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290934.1",
"strand": false,
"transcript": "XM_047434978.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 801,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3566,
"cdna_start": 2080,
"cds_end": null,
"cds_length": 2406,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434979.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290935.1",
"strand": false,
"transcript": "XM_047434979.1",
"transcript_support_level": null
},
{
"aa_alt": "S",
"aa_end": null,
"aa_length": 801,
"aa_ref": "P",
"aa_start": 670,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 3654,
"cdna_start": 2168,
"cds_end": null,
"cds_length": 2406,
"cds_start": 2008,
"consequences": [
"missense_variant"
],
"exon_count": 19,
"exon_rank": null,
"exon_rank_end": null,
"feature": "XM_047434980.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "c.2008_2010delCCGinsAGC",
"hgvs_p": "p.Pro670Ser",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047290936.1",
"strand": false,
"transcript": "XM_047434980.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4023,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 24,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000397417.6",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "n.*560_*562delCCGinsAGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000380562.2",
"strand": false,
"transcript": "ENST00000397417.6",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2580,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 16,
"exon_rank_end": null,
"feature": "ENST00000439987.6",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "n.2069_2071delCCGinsAGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000439987.6",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 826,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000561954.1",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "n.55_57delCCGinsAGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000561954.1",
"transcript_support_level": 3
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "retained_intron",
"canonical": false,
"cdna_end": null,
"cdna_length": 4727,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 19,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000565298.5",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "n.696_698delCCGinsAGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000565298.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "nonsense_mediated_decay",
"canonical": false,
"cdna_end": null,
"cdna_length": 4023,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 24,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000397417.6",
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"hgvs_c": "n.*560_*562delCCGinsAGC",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000380562.2",
"strand": false,
"transcript": "ENST00000397417.6",
"transcript_support_level": 5
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 29077,
"gene_symbol": "IFT140",
"gnomad_exomes_ac": null,
"gnomad_exomes_af": null,
"gnomad_exomes_homalt": null,
"gnomad_genomes_ac": null,
"gnomad_genomes_af": null,
"gnomad_genomes_homalt": null,
"gnomad_mito_heteroplasmic": null,
"gnomad_mito_homoplasmic": null,
"hom_count_reference_population": 0,
"mitotip_prediction": null,
"mitotip_score": null,
"pathogenicity_classification_combined": null,
"phenotype_combined": null,
"phylop100way_prediction": "Benign",
"phylop100way_score": 1.147,
"pos": 1564054,
"ref": "CGG",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": null,
"splice_score_selected": null,
"splice_source_selected": null,
"spliceai_max_prediction": null,
"spliceai_max_score": null,
"transcript": "NM_014714.4"
}
]
}