← Back to variant description
GeneBe API Showcase
This page demonstrates how to use the GeneBe API to query variant information. The API provides programmatic access to genomic annotations and variant data.
API presented here should be used for checking single variants. If you want to check many variants at once, please use other API endpoints that you will find in the documentation.
Documentation & Advanced Usage
• Complete API documentation:docs.genebe.net/docs/api/overview/
• Interactive endpoint tester:api.genebe.net/cloud/gb-api-doc/swagger-ui/
• Python client for pandas:pypi.org/project/genebe/
• Java CLI for VCF files:github.com/pstawinski/genebe-cli
• All tools documented at:docs.genebe.net
API Request Examples for Variant: 17-58208560-G-A (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=17&pos=58208560&ref=G&alt=A&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [
"PVS1",
"PM2",
"PP5"
],
"effects": [
"stop_gained"
],
"gene_symbol": "MKS1",
"hgnc_id": 7121,
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"inheritance_mode": "AR,Unknown",
"pathogenic_score": 11,
"score": 11,
"transcript": "NM_001321269.2",
"verdict": "Pathogenic"
}
],
"acmg_classification": "Pathogenic",
"acmg_criteria": "PVS1,PM2,PP5",
"acmg_score": 11,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "A",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": "Pathogenic",
"bayesdelnoaf_score": 0.59,
"chr": "17",
"clinvar_classification": "Likely pathogenic",
"clinvar_disease": " type 1,Meckel syndrome",
"clinvar_review_status": "no assertion criteria provided",
"clinvar_submissions_summary": "null",
"computational_prediction_selected": "Pathogenic",
"computational_score_selected": 0.5899999737739563,
"computational_source_selected": "BayesDel_noAF",
"consequences": [
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 559,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2343,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1680,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_017777.4",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000393119.7",
"protein_coding": true,
"protein_id": "NP_060247.2",
"strand": false,
"transcript": "NM_017777.4",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 559,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 2343,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1680,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000393119.7",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_017777.4",
"protein_coding": true,
"protein_id": "ENSP00000376827.2",
"strand": false,
"transcript": "ENST00000393119.7",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 416,
"aa_ref": "Q",
"aa_start": 207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2083,
"cdna_start": 1112,
"cds_end": null,
"cds_length": 1251,
"cds_start": 619,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000537529.7",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.619C>T",
"hgvs_p": "p.Gln207*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000442096.3",
"strand": false,
"transcript": "ENST00000537529.7",
"transcript_support_level": 1
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 570,
"aa_ref": "Q",
"aa_start": 361,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2350,
"cdna_start": 1087,
"cds_end": null,
"cds_length": 1713,
"cds_start": 1081,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000966002.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1081C>T",
"hgvs_p": "p.Gln361*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000636061.1",
"strand": false,
"transcript": "ENST00000966002.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 561,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2260,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1686,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001321269.2",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001308198.1",
"strand": false,
"transcript": "NM_001321269.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 561,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2260,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1686,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000678463.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000502984.1",
"strand": false,
"transcript": "ENST00000678463.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 551,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2407,
"cdna_start": 1070,
"cds_end": null,
"cds_length": 1656,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000872459.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542518.1",
"strand": false,
"transcript": "ENST00000872459.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 540,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2284,
"cdna_start": 1071,
"cds_end": null,
"cds_length": 1623,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000872460.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542519.1",
"strand": false,
"transcript": "ENST00000872460.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 516,
"aa_ref": "Q",
"aa_start": 307,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2214,
"cdna_start": 944,
"cds_end": null,
"cds_length": 1551,
"cds_start": 919,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000676787.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.919C>T",
"hgvs_p": "p.Gln307*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000503999.1",
"strand": false,
"transcript": "ENST00000676787.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 470,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1626,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1413,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000585134.2",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000463826.2",
"strand": false,
"transcript": "ENST00000585134.2",
"transcript_support_level": 2
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 456,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1371,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001330397.2",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001317326.1",
"strand": false,
"transcript": "NM_001330397.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 456,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1371,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 16,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000313863.11",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000316631.6",
"strand": false,
"transcript": "ENST00000313863.11",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 432,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1467,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1299,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "NM_001411113.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001398042.1",
"strand": false,
"transcript": "NM_001411113.1",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 432,
"aa_ref": "Q",
"aa_start": 350,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1467,
"cdna_start": 1073,
"cds_end": null,
"cds_length": 1299,
"cds_start": 1048,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000580127.6",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1048C>T",
"hgvs_p": "p.Gln350*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462423.2",
"strand": false,
"transcript": "ENST00000580127.6",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 356,
"aa_ref": "Q",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2245,
"cdna_start": 975,
"cds_end": null,
"cds_length": 1071,
"cds_start": 439,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "NM_001321268.2",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Gln147*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001308197.1",
"strand": false,
"transcript": "NM_001321268.2",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 227,
"aa_ref": "Q",
"aa_start": 175,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1158,
"cdna_start": 525,
"cds_end": null,
"cds_length": 684,
"cds_start": 523,
"consequences": [
"stop_gained"
],
"exon_count": 9,
"exon_rank": 7,
"exon_rank_end": null,
"feature": "ENST00000577824.5",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.523C>T",
"hgvs_p": "p.Gln175*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462460.1",
"strand": false,
"transcript": "ENST00000577824.5",
"transcript_support_level": 5
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 564,
"aa_ref": "Q",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2269,
"cdna_start": 1082,
"cds_end": null,
"cds_length": 1695,
"cds_start": 1057,
"consequences": [
"stop_gained"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_011524957.3",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Gln353*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523259.1",
"strand": false,
"transcript": "XM_011524957.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 562,
"aa_ref": "Q",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2352,
"cdna_start": 1082,
"cds_end": null,
"cds_length": 1689,
"cds_start": 1057,
"consequences": [
"stop_gained"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_011524958.3",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Gln353*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523260.1",
"strand": false,
"transcript": "XM_011524958.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 435,
"aa_ref": "Q",
"aa_start": 353,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1476,
"cdna_start": 1082,
"cds_end": null,
"cds_length": 1308,
"cds_start": 1057,
"consequences": [
"stop_gained"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "XM_011524960.3",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.1057C>T",
"hgvs_p": "p.Gln353*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_011523262.1",
"strand": false,
"transcript": "XM_011524960.3",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 418,
"aa_ref": "Q",
"aa_start": 207,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1961,
"cdna_start": 774,
"cds_end": null,
"cds_length": 1257,
"cds_start": 619,
"consequences": [
"stop_gained"
],
"exon_count": 14,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "XM_005257485.5",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.619C>T",
"hgvs_p": "p.Gln207*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_005257542.1",
"strand": false,
"transcript": "XM_005257485.5",
"transcript_support_level": null
},
{
"aa_alt": "*",
"aa_end": null,
"aa_length": 358,
"aa_ref": "Q",
"aa_start": 147,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1797,
"cdna_start": 610,
"cds_end": null,
"cds_length": 1077,
"cds_start": 439,
"consequences": [
"stop_gained"
],
"exon_count": 13,
"exon_rank": 8,
"exon_rank_end": null,
"feature": "XM_047436333.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.439C>T",
"hgvs_p": "p.Gln147*",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292289.1",
"strand": false,
"transcript": "XM_047436333.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 324,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1091,
"cdna_start": null,
"cds_end": null,
"cds_length": 975,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047436334.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.*39C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292290.1",
"strand": false,
"transcript": "XM_047436334.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 321,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1082,
"cdna_start": null,
"cds_end": null,
"cds_length": 966,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 11,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "XM_047436335.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.*39C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "XP_047292291.1",
"strand": false,
"transcript": "XM_047436335.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": 1926,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000393120.6",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*455C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000376828.2",
"strand": false,
"transcript": "ENST00000393120.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": 567,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 3,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000579358.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.486C>T",
"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": "ENST00000579358.1",
"transcript_support_level": 4
},
{
"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": 2403,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000675753.2",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*667C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502156.1",
"strand": false,
"transcript": "ENST00000675753.2",
"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": 2771,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000677111.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.939C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504282.1",
"strand": false,
"transcript": "ENST00000677111.1",
"transcript_support_level": null
},
{
"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": 3592,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000677160.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.2322C>T",
"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": "ENST00000677160.1",
"transcript_support_level": null
},
{
"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": 3639,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000677416.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.1073C>T",
"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": "ENST00000677416.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": 1960,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000677486.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*392C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503852.1",
"strand": false,
"transcript": "ENST00000677486.1",
"transcript_support_level": null
},
{
"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": 3018,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 17,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000677709.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.1073C>T",
"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": "ENST00000677709.1",
"transcript_support_level": null
},
{
"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": 3218,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000678011.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.1073C>T",
"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": "ENST00000678011.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": 2558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000678432.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*667C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504452.1",
"strand": false,
"transcript": "ENST00000678432.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": 2023,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000678568.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*455C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504754.1",
"strand": false,
"transcript": "ENST00000678568.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": 2116,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 16,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000678641.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*392C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503159.1",
"strand": false,
"transcript": "ENST00000678641.1",
"transcript_support_level": null
},
{
"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": 2633,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 8,
"exon_rank": 3,
"exon_rank_end": null,
"feature": "ENST00000678763.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.826C>T",
"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": "ENST00000678763.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": 1926,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 17,
"exon_rank": 11,
"exon_rank_end": null,
"feature": "ENST00000393120.6",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*455C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000376828.2",
"strand": false,
"transcript": "ENST00000393120.6",
"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": 2403,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000675753.2",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*667C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000502156.1",
"strand": false,
"transcript": "ENST00000675753.2",
"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": 1960,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 9,
"exon_rank_end": null,
"feature": "ENST00000677486.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*392C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503852.1",
"strand": false,
"transcript": "ENST00000677486.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": 2558,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 18,
"exon_rank": 12,
"exon_rank_end": null,
"feature": "ENST00000678432.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*667C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504452.1",
"strand": false,
"transcript": "ENST00000678432.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": 2023,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 15,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000678568.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*455C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000504754.1",
"strand": false,
"transcript": "ENST00000678568.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": 2116,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"3_prime_UTR_variant"
],
"exon_count": 16,
"exon_rank": 10,
"exon_rank_end": null,
"feature": "ENST00000678641.1",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "n.*392C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": "ENSP00000503159.1",
"strand": false,
"transcript": "ENST00000678641.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 343,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1289,
"cdna_start": null,
"cds_end": null,
"cds_length": 1032,
"cds_start": null,
"consequences": [
"downstream_gene_variant"
],
"exon_count": 12,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000581761.6",
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"hgvs_c": "c.*326C>T",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000462129.2",
"strand": true,
"transcript": "ENST00000581761.6",
"transcript_support_level": 3
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": "rs386834041",
"effect": "stop_gained",
"frequency_reference_population": null,
"gene_hgnc_id": 7121,
"gene_symbol": "MKS1",
"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": "Likely pathogenic",
"phenotype_combined": "Meckel syndrome, type 1",
"phylop100way_prediction": "Benign",
"phylop100way_score": 2.611,
"pos": 58208560,
"ref": "G",
"revel_prediction": null,
"revel_score": null,
"splice_prediction_selected": "Benign",
"splice_score_selected": 0.1599999964237213,
"splice_source_selected": "max_spliceai",
"spliceai_max_prediction": "Benign",
"spliceai_max_score": 0.16,
"transcript": "NM_001321269.2"
}
]
}