← 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: 12-52949430-GC-CG (hg38)
Bash / cURL Example
bash
curl "https://api.genebe.net/cloud/api-public/v1/variant?chr=12&pos=52949430&ref=GC&alt=CG&genome=hg38&allGenes=true"API Response
json
{
"message": null,
"variants": [
{
"acmg_by_gene": [
{
"benign_score": 0,
"criteria": [],
"effects": [
"missense_variant"
],
"gene_symbol": "KRT18",
"hgnc_id": 6430,
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"inheritance_mode": "AR",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_000224.3",
"verdict": "Uncertain_significance"
},
{
"benign_score": 0,
"criteria": [],
"effects": [
"intron_variant"
],
"gene_symbol": "KRT8",
"hgnc_id": 6446,
"hgvs_c": "c.-47+284_-47+285delGCinsCG",
"hgvs_p": null,
"inheritance_mode": "AR,Unknown",
"pathogenic_score": 0,
"score": 0,
"transcript": "NM_001256293.2",
"verdict": "Uncertain_significance"
}
],
"acmg_classification": "Uncertain_significance",
"acmg_criteria": "",
"acmg_score": 0,
"allele_count_reference_population": 0,
"alphamissense_prediction": null,
"alphamissense_score": null,
"alt": "CG",
"apogee2_prediction": null,
"apogee2_score": null,
"bayesdelnoaf_prediction": null,
"bayesdelnoaf_score": null,
"chr": "12",
"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": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1413,
"cdna_start": 313,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_000224.3",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "ENST00000388835.4",
"protein_coding": true,
"protein_id": "NP_000215.1",
"strand": true,
"transcript": "NM_000224.3",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": true,
"cdna_end": null,
"cdna_length": 1413,
"cdna_start": 313,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000388835.4",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": "NM_000224.3",
"protein_coding": true,
"protein_id": "ENSP00000373487.3",
"strand": true,
"transcript": "ENST00000388835.4",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 391,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1696,
"cdna_start": 311,
"cds_end": null,
"cds_length": 1176,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000550600.5",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447278.1",
"strand": true,
"transcript": "ENST00000550600.5",
"transcript_support_level": 1
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 442,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1445,
"cdna_start": 315,
"cds_end": null,
"cds_length": 1329,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872040.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542099.1",
"strand": true,
"transcript": "ENST00000872040.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 440,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1438,
"cdna_start": 314,
"cds_end": null,
"cds_length": 1323,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872041.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542100.1",
"strand": true,
"transcript": "ENST00000872041.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1442,
"cdna_start": 342,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_199187.2",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_954657.1",
"strand": true,
"transcript": "NM_199187.2",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1420,
"cdna_start": 326,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000388837.6",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000373489.2",
"strand": true,
"transcript": "ENST00000388837.6",
"transcript_support_level": 5
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1427,
"cdna_start": 322,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872037.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542096.1",
"strand": true,
"transcript": "ENST00000872037.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1387,
"cdna_start": 292,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930587.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600646.1",
"strand": true,
"transcript": "ENST00000930587.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1483,
"cdna_start": 388,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930588.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600647.1",
"strand": true,
"transcript": "ENST00000930588.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1493,
"cdna_start": 393,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930589.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600648.1",
"strand": true,
"transcript": "ENST00000930589.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 430,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1384,
"cdna_start": 289,
"cds_end": null,
"cds_length": 1293,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930590.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600649.1",
"strand": true,
"transcript": "ENST00000930590.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 429,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1420,
"cdna_start": 321,
"cds_end": null,
"cds_length": 1290,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 8,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872038.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542097.1",
"strand": true,
"transcript": "ENST00000872038.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 429,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1447,
"cdna_start": 345,
"cds_end": null,
"cds_length": 1290,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872039.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542098.1",
"strand": true,
"transcript": "ENST00000872039.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 428,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1403,
"cdna_start": 314,
"cds_end": null,
"cds_length": 1287,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000946970.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617029.1",
"strand": true,
"transcript": "ENST00000946970.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 413,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1356,
"cdna_start": 315,
"cds_end": null,
"cds_length": 1242,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872042.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542101.1",
"strand": true,
"transcript": "ENST00000872042.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 412,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1355,
"cdna_start": 312,
"cds_end": null,
"cds_length": 1239,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000946971.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000617030.1",
"strand": true,
"transcript": "ENST00000946971.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 399,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1317,
"cdna_start": 315,
"cds_end": null,
"cds_length": 1200,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930592.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600651.1",
"strand": true,
"transcript": "ENST00000930592.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 392,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1258,
"cdna_start": 277,
"cds_end": null,
"cds_length": 1179,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000872043.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000542102.1",
"strand": true,
"transcript": "ENST00000872043.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 338,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1133,
"cdna_start": 314,
"cds_end": null,
"cds_length": 1017,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 6,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930593.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600652.1",
"strand": true,
"transcript": "ENST00000930593.1",
"transcript_support_level": null
},
{
"aa_alt": "T",
"aa_end": null,
"aa_length": 298,
"aa_ref": "S",
"aa_start": 86,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1014,
"cdna_start": 315,
"cds_end": null,
"cds_length": 897,
"cds_start": 257,
"consequences": [
"missense_variant"
],
"exon_count": 5,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930591.1",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "c.257_258delGCinsCG",
"hgvs_p": "p.Ser86Thr",
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600650.1",
"strand": true,
"transcript": "ENST00000930591.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1881,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NM_001256293.2",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-47+284_-47+285delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "NP_001243222.1",
"strand": false,
"transcript": "NM_001256293.2",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1755,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000546897.5",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-47+284_-47+285delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447402.1",
"strand": false,
"transcript": "ENST00000546897.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2126,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000552551.5",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-47+25_-47+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447566.1",
"strand": false,
"transcript": "ENST00000552551.5",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2055,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871781.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-47+25_-47+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541840.1",
"strand": false,
"transcript": "ENST00000871781.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2102,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871782.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-169+25_-169+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541841.1",
"strand": false,
"transcript": "ENST00000871782.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1976,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871783.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-65+25_-65+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541842.1",
"strand": false,
"transcript": "ENST00000871783.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2010,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871784.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-169+284_-169+285delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541843.1",
"strand": false,
"transcript": "ENST00000871784.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2024,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871785.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-164+25_-164+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541844.1",
"strand": false,
"transcript": "ENST00000871785.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2038,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871786.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-153+25_-153+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541845.1",
"strand": false,
"transcript": "ENST00000871786.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1985,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000871787.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-187+25_-187+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000541846.1",
"strand": false,
"transcript": "ENST00000871787.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2093,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930377.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-153+25_-153+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600436.1",
"strand": false,
"transcript": "ENST00000930377.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1983,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930378.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-167+284_-167+285delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600437.1",
"strand": false,
"transcript": "ENST00000930378.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2003,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930379.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-65+25_-65+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600438.1",
"strand": false,
"transcript": "ENST00000930379.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1961,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 11,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000930380.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-137+25_-137+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000600439.1",
"strand": false,
"transcript": "ENST00000930380.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2288,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000946834.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-137+25_-137+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616893.1",
"strand": false,
"transcript": "ENST00000946834.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2278,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000946835.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-169+25_-169+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616894.1",
"strand": false,
"transcript": "ENST00000946835.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 483,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2024,
"cdna_start": null,
"cds_end": null,
"cds_length": 1452,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 10,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000946836.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-65+25_-65+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000616895.1",
"strand": false,
"transcript": "ENST00000946836.1",
"transcript_support_level": null
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 288,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 918,
"cdna_start": null,
"cds_end": null,
"cds_length": 868,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000548998.5",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.74+25_74+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447040.1",
"strand": false,
"transcript": "ENST00000548998.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 272,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 1165,
"cdna_start": null,
"cds_end": null,
"cds_length": 821,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 7,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000546826.5",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.-47+25_-47+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000447881.1",
"strand": false,
"transcript": "ENST00000546826.5",
"transcript_support_level": 5
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": 32,
"aa_ref": null,
"aa_start": null,
"biotype": "protein_coding",
"canonical": false,
"cdna_end": null,
"cdna_length": 2437,
"cdna_start": null,
"cds_end": null,
"cds_length": 99,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000619952.2",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "c.74+25_74+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": true,
"protein_id": "ENSP00000489174.1",
"strand": false,
"transcript": "ENST00000619952.2",
"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": 542,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 2,
"exon_rank": 2,
"exon_rank_end": null,
"feature": "ENST00000546921.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "n.327_328delGCinsCG",
"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": "ENST00000546921.1",
"transcript_support_level": 4
},
{
"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": 2088,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"non_coding_transcript_exon_variant"
],
"exon_count": 5,
"exon_rank": 1,
"exon_rank_end": null,
"feature": "ENST00000549078.5",
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"hgvs_c": "n.304_305delGCinsCG",
"hgvs_p": null,
"intron_rank": null,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": true,
"transcript": "ENST00000549078.5",
"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": 592,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000549198.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "n.247+25_247+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000549198.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 507,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 3,
"exon_rank": null,
"exon_rank_end": null,
"feature": "ENST00000551318.1",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "n.329+25_329+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 2,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "ENST00000551318.1",
"transcript_support_level": 2
},
{
"aa_alt": null,
"aa_end": null,
"aa_length": null,
"aa_ref": null,
"aa_start": null,
"biotype": "pseudogene",
"canonical": false,
"cdna_end": null,
"cdna_length": 2140,
"cdna_start": null,
"cds_end": null,
"cds_length": null,
"cds_start": null,
"consequences": [
"intron_variant"
],
"exon_count": 9,
"exon_rank": null,
"exon_rank_end": null,
"feature": "NR_045962.2",
"gene_hgnc_id": 6446,
"gene_symbol": "KRT8",
"hgvs_c": "n.405+25_405+26delGCinsCG",
"hgvs_p": null,
"intron_rank": 1,
"intron_rank_end": null,
"mane_plus": null,
"mane_select": null,
"protein_coding": false,
"protein_id": null,
"strand": false,
"transcript": "NR_045962.2",
"transcript_support_level": null
}
],
"custom_annotations": null,
"dbscsnv_ada_prediction": null,
"dbscsnv_ada_score": null,
"dbsnp": null,
"effect": "missense_variant",
"frequency_reference_population": null,
"gene_hgnc_id": 6430,
"gene_symbol": "KRT18",
"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": 3.197,
"pos": 52949430,
"ref": "GC",
"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_000224.3"
}
]
}